-
Bug
-
Resolution: Fixed
-
P3
-
6u10, 7
-
b60
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8029224 | 8 | Staffan Larsen | P3 | Closed | Fixed | b118 |
> cd $JAVA_HOME
> java -Xmx128m -XX:-PrintGC -Dvmsqe.test -jar demo/jfc/Notepad/Notepad.jar &
> PID = $!
> bin/jinfo -flag +PrintGC $PID
> bin/jinfo -flags 31852
Attaching to process ID 31852, please wait...
Warning: the type "CMSCollector" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as 948 twice. Continuing.
Warning: the type "CMSCollector*" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as 4 twice. Continuing.
Debugger attached successfully.
Client compiler detected.
JVM version is 1.7.0-ea-b07
-Xmx128m -XX:-PrintGC -Dvmsqe.test
^^^^^^^^^^^^
but
> /usr/local/java/1.7.0/b07/bin/jinfo -flag PrintGC 31852
-XX:+PrintGC
^^^^^^^^^^^^
<delete description from other bug>
<delete description from other bug>
> java -Xmx128m -XX:-PrintGC -Dvmsqe.test -jar demo/jfc/Notepad/Notepad.jar &
> PID = $!
> bin/jinfo -flag +PrintGC $PID
> bin/jinfo -flags 31852
Attaching to process ID 31852, please wait...
Warning: the type "CMSCollector" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as 948 twice. Continuing.
Warning: the type "CMSCollector*" (declared in the remote VM in VMStructs::localHotSpotVMTypes) had its size declared as 4 twice. Continuing.
Debugger attached successfully.
Client compiler detected.
JVM version is 1.7.0-ea-b07
-Xmx128m -XX:-PrintGC -Dvmsqe.test
^^^^^^^^^^^^
but
> /usr/local/java/1.7.0/b07/bin/jinfo -flag PrintGC 31852
-XX:+PrintGC
^^^^^^^^^^^^
<delete description from other bug>
<delete description from other bug>
- backported by
-
JDK-8029224 jinfo doesn't detect dynamic vm flags changing
- Closed
- duplicates
-
JDK-8028151 'jinfo -flags' should print out all non-default flags
- Closed