-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b52
-
generic
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084552 | emb-9 | Dmitriy Samersoff | P1 | Resolved | Fixed | team |
Test has failed quite often during the last weeks. No failures before. Only fails on Windows32.
I am not sure if this is a test bug or a GC bug. Maybe the GC has changed some default value and the test must be updated.
RULE sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Exception java.lang.RuntimeException: Key MaxHeapSize doesn't match ... vs ...
Log:
java.lang.RuntimeException: Key MaxHeapSize doesn't match 2145386496 vs 32210157568
at JMapHeapConfigTest.compareValues(JMapHeapConfigTest.java:102)
at JMapHeapConfigTest.main(JMapHeapConfigTest.java:127)
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:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
I am not sure if this is a test bug or a GC bug. Maybe the GC has changed some default value and the test must be updated.
RULE sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Exception java.lang.RuntimeException: Key MaxHeapSize doesn't match ... vs ...
Log:
java.lang.RuntimeException: Key MaxHeapSize doesn't match 2145386496 vs 32210157568
at JMapHeapConfigTest.compareValues(JMapHeapConfigTest.java:102)
at JMapHeapConfigTest.main(JMapHeapConfigTest.java:127)
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:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8084552 sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Key MaxHeapSize doesn't match
-
- Resolved
-