-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b11
-
x86_64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8282041 | 11.0.16-oracle | Adithya Haradi Gopal | P3 | Resolved | Fixed | b01 |
JDK-8282975 | 11.0.16 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
The following test failed in the JDK12 CI at tier3:
vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java
Here is a snippet of the log file:
----------System.out:(10/369)----------
hierarchyType = MIXED
using TriggerUnloadingByFillingMetaspace
attemptsLimit = 50
unloadingPause = 1000
pausesLimit = 5
treeDepth=70, minLevelSize=10, maxLevelSize=100, hierarchyType=MIXED, triggerUnloadingHelper.getClass().getName()=vm.share.gc.TriggerUnloadingByFillingMetaspace
Create tree
Load classes and instantiate objects
Generating took 19 sec
cleanupLevel=69
----------System.err:(10/565)----------
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-19"
java.lang.OutOfMemoryError: Metaspace
java.lang.OutOfMemoryError: Metaspace
java.lang.OutOfMemoryError: Metaspace
java.lang.OutOfMemoryError: Metaspace
STATUS:Failed.STATUS:Failed.STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Metaspace
`main' threw exception: java.lang.OutOfMemoryError: Metaspace
STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Metaspace
`main' threw exception: java.lang.OutOfMemoryError: Metaspace
----------rerun:(37/7296)*----------
vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java
Here is a snippet of the log file:
----------System.out:(10/369)----------
hierarchyType = MIXED
using TriggerUnloadingByFillingMetaspace
attemptsLimit = 50
unloadingPause = 1000
pausesLimit = 5
treeDepth=70, minLevelSize=10, maxLevelSize=100, hierarchyType=MIXED, triggerUnloadingHelper.getClass().getName()=vm.share.gc.TriggerUnloadingByFillingMetaspace
Create tree
Load classes and instantiate objects
Generating took 19 sec
cleanupLevel=69
----------System.err:(10/565)----------
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-1-thread-19"
java.lang.OutOfMemoryError: Metaspace
java.lang.OutOfMemoryError: Metaspace
java.lang.OutOfMemoryError: Metaspace
java.lang.OutOfMemoryError: Metaspace
STATUS:Failed.STATUS:Failed.STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Metaspace
`main' threw exception: java.lang.OutOfMemoryError: Metaspace
STATUS:Failed.`main' threw exception: java.lang.OutOfMemoryError: Metaspace
`main' threw exception: java.lang.OutOfMemoryError: Metaspace
----------rerun:(37/7296)*----------
- backported by
-
JDK-8282041 vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java fails with OutOfMemoryError: Metaspace
- Resolved
-
JDK-8282975 vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java fails with OutOfMemoryError: Metaspace
- Resolved
- relates to
-
JDK-8207793 [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
- Resolved