-
Bug
-
Resolution: Fixed
-
P1
-
8, 9
-
b72
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135543 | emb-9 | Thomas Schatzl | P1 | Resolved | Fixed | team |
JDK-8305432 | 8u381 | Daniel Skantz | P3 | Resolved | Fixed | b02 |
test gc/g1/TestLargePageUseForAuxMemory.java,
of the windows_x64_6.2-fastdebug-c2-hotspot_gc set,
is failing after merging jdk9/hs with jdk9/dev:
stderr: [java version "1.9.0-internal-fastdebug"
Java(TM) SE Runtime Environment (build 1.9.0-internal-fastdebug-20150501110205.amurillo.jdk9-hs-2015-04--b00)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-20150501110205.amurillo.jdk9-hs-2015-04--b00, mixed mode)
]
exitValue = 0
java.lang.RuntimeException: 'G1 'Block offset table': pg_sz=4096' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
at TestLargePageUseForAuxMemory.checkSmallTables(TestLargePageUseForAuxMemory.java:46)
at TestLargePageUseForAuxMemory.testVM(TestLargePageUseForAuxMemory.java:69)
at TestLargePageUseForAuxMemory.main(TestLargePageUseForAuxMemory.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'G1 'Block offset table': pg_sz=4096' missing from stdout/stderr
of the windows_x64_6.2-fastdebug-c2-hotspot_gc set,
is failing after merging jdk9/hs with jdk9/dev:
stderr: [java version "1.9.0-internal-fastdebug"
Java(TM) SE Runtime Environment (build 1.9.0-internal-fastdebug-20150501110205.amurillo.jdk9-hs-2015-04--b00)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-20150501110205.amurillo.jdk9-hs-2015-04--b00, mixed mode)
]
exitValue = 0
java.lang.RuntimeException: 'G1 'Block offset table': pg_sz=4096' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
at TestLargePageUseForAuxMemory.checkSmallTables(TestLargePageUseForAuxMemory.java:46)
at TestLargePageUseForAuxMemory.testVM(TestLargePageUseForAuxMemory.java:69)
at TestLargePageUseForAuxMemory.main(TestLargePageUseForAuxMemory.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'G1 'Block offset table': pg_sz=4096' missing from stdout/stderr
- backported by
-
JDK-8135543 gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
- Resolved
-
JDK-8305432 gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
- Resolved
- relates to
-
JDK-8077255 TracePageSizes output reports wrong page size on Windows with G1
- Resolved