JDK-8154458 : serviceability/tmtools/jstat/GcCauseTest02 fails with InternalError: Memory Pool not found
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • Submitted: 2016-04-18
  • Updated: 2020-02-21
  • Resolved: 2020-02-21
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.
Other
tbdResolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
java.lang.InternalError: Memory Pool not found
	at sun.management.MemoryPoolImpl.getUsage0(java.management@9-internal/Native Method)
	at sun.management.MemoryPoolImpl.getUsage(java.management@9-internal/MemoryPoolImpl.java:96)
	at utils.GcProvokerImpl.eatMetaspace(GcProvokerImpl.java:101)
	at utils.GcProvokerImpl.eatMetaspaceAndHeap(GcProvokerImpl.java:76)
	at GcCauseTest02.main(GcCauseTest02.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)