JDK-6894899 : use preverified runtime from system cache if available
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u18
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2009-10-24
  • Updated: 2013-11-01
  • Resolved: 2009-11-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u18 b05Fixed 7Fixed
Related Reports
Relates :  
Description
I noticed a problem with the pre-verification trick.  If the user's cache has a copy of the FX runtime, and then install 6u18 and gets the pre-verified runtime in system cache, when we do classload, we still uses the one from user's cache without preverify.

Comments
EVALUATION preverified runtime from system cache should take precedance from user's cache copy of the runtime
24-10-2009