JDK-6585322 : Make Kernel VM available to deployment
Type:Enhancement
Component:deploy
Sub-Component:deployment_toolkit
Affected Version:6u4
Priority:P2
Status:Closed
Resolution:Fixed
OS:windows
CPU:x86
Submitted:2007-07-25
Updated:2010-07-09
Resolved:2008-04-17
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.
Build Kernel VM on windows in JPRT so that RE, deployment, SQE and SQA can get it.
Comments
EVALUATION
Fixed 6585322: Make Kernel VM available to deployment
Fixed the JPRT build so that it builds the Kernel VM in the jre/bin/kernel
directory on windows.
To get latest Kernel DLL you have to use JPRT tools, to query for the last
putback, install it into an empty directory, and extract the jvm.dll's in
client/jvm.dll and kernel/jvm.dll (Xusage.txt is also there).
# add jprt to your path (in csh)
set path = ($path /net/prt-web.east/jprt/dist/bin)
jprt query -noprt -from 2W -parent rt_baseline -quiet | tee out
jprt install -platform windows_i586 -flavor product `tail -1 out` -quiet
RE: ###@###.### said that everything under jre is copied to promoted
JDK so once 6u4 opens, that's where the kernel VM will be.