-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8
-
x86
-
os_x
fails with jdk1.80b100_compiler_upgrades and jdk1.8.0b99. Passes with jdk1.7.0_25b15
----------System.out:(0/0)----------
----------System.err:(14/909)----------
java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
at MemoryTest.checkMemoryPools(MemoryTest.java:113)
at MemoryTest.main(MemoryTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
----------System.out:(0/0)----------
----------System.err:(14/909)----------
java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
at MemoryTest.checkMemoryPools(MemoryTest.java:113)
at MemoryTest.main(MemoryTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: TEST FAILED: Number of non-heap pools = 3 but expected <= 1 and >= 1
- duplicates
-
JDK-8010734 NPG: The test MemoryTest.java needs to be updated to support metaspace
- Closed