JDK-7019226 : G1: There are exceptions in LowMemoryThread (used Memory > commited)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs20,hs21
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic,x86
  • Submitted: 2011-02-13
  • Updated: 2014-04-08
  • Resolved: 2013-04-29
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
Duplicate :  
Description
loemem* tests fails with G1 with follow exception:
The exception is:
Exception in thread "Low Memory Detector" java.lang.IllegalArgumentException: used = 266673504 should be <= committed = 266338304
	at java.lang.management.MemoryUsage.<init>(MemoryUsage.java:158)