JDK-8047295 : com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on jdk9 nightly testing
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2014-06-18
  • Updated: 2018-07-02
  • Resolved: 2016-08-12
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 9
9Resolved
Related Reports
Relates :  
Relates :  
Description
java.lang.RuntimeException: Committed virtual memory size illegal value: 2595737600 bytes (MIN = 1; MAX = 2116968448)
	at GetCommittedVirtualMemorySize.main(GetCommittedVirtualMemorySize.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:484)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)

Comments
vm/gc/compact/Compact_InternedStrings_Strings
20-06-2014

RULE com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java Exception java.lang.RuntimeException: Committed virtual memory size illegal value: ... bytes (MIN = ...; MAX = ...)
18-06-2014