JDK-7198162 : exclude test MemoryMXBean/LowMemoryTest2.sh
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-09-13
  • Updated: 2014-02-05
  • Resolved: 2012-09-14
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 8
8 b58Fixed
Related Reports
Relates :  
Description
Pending changes to HotSpot will remove the permanent generation, moving the storage of JVM metadata into the C heap. LowMemoryTest2.sh times out when run with those HotSpot changes.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/jdk/rev/1e827cc26cf6
14-09-2012

EVALUATION The test tries to fill up the permanent generation by loading classes, but they are now stored in the C heap, where space is for most practical purposes unbounded. Exclude the test until it is rewritten (see 7196801).
13-09-2012