JDK-8169582 : Add documentation for JDK-8166002 to Tools Reference Guide
Type:Sub-task
Component:docs
Sub-Component:tools
Affected Version:9
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2016-11-11
Updated:2021-12-23
Resolved:2017-02-13
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.
Update the Tools Reference Guide about 32-bit Client VM removal from linux-x86 and Windows and new client mode of 32-bit Server VM on Windows.
Comments
I can't actually determine what documentation was provided in relation to this issue - can someone shed some light on that please?
13-12-2021
The text in the doc has been updated:
http://review.us.oracle.com/review2/Review.html#reviewId=311171;scope=review;status=open;documentId=1622012;fragment=GUID-3B1CE181-CD30-4178-9602-230B800D4FAE
07-02-2017
I updated Description because we don't have new flag -XX:CompilationMode anymore.
06-02-2017
Okay, thanks for the update!
06-02-2017
We are adding Vladimir's input to the doc now.
06-02-2017
[~schetan], what's the status of this? (The fix is now integrated)
06-02-2017
We need to document 2 points. First, that 32-bit Client VM was removed from linux-x86 and Windows according to JDK-8134633 JEP C168: JDK 9 Platform Support. As result Java flag -client flag can't be used anymore. Second, due to limited virtual address space on windows in 32-bit mode JVM will emulate behavior of -client flag by default (C1 JIT compiler, Serial GC, 32Mb CodeCache). To revert to server mode (-server) the flag -XX:{+|-}TieredCompilation could be used. On linux-x86 there is no client mode emulation - only server mode (-server) is supported.
18-01-2017
JDK-8166002 was pushed now. [~jcm], [~kvn], do you think documentation is required for this? No command line flags were added but we could mention this in the VM Guide if necessary.
18-01-2017
On Hold and waiting for closing JDK-8166002.
05-01-2017
Hi Shilpa, JDK-8166002 is still in progress. I would suggest to wait with the documentation until the bug is fixed because the behavior may change.
05-01-2017
Hi,
I have updated the changes as suggested.
Here is the link to oracle review:
http://review.us.oracle.com/review2/Review.html#reviewId=311171;scope=review;status=open,fixed;documentId=1622012;noteId=3919359