-
Bug
-
Resolution: Fixed
-
P2
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083036 | emb-9 | Nils Eliasson | P2 | Resolved | Fixed | b34 |
command: main CodeCacheTest
reason: User specified action: run main CodeCacheTest
elapsed time (seconds): 27.038
----------System.out:(6/229)----------
> Compiler.codecache :
CodeCache: size=262144Kb used=10126Kb max_used=11300Kb free=252017Kb
bounds [0xfffffd7febc00000, 0xfffffd7fec7d0000, 0xfffffd7ffbc00000]
total_blobs=2231 nmethods=1726 adapters=421
compilation: enabled
----------System.err:(15/907)----------
java.lang.NumberFormatException: For input string: "fffffd7febc00000"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:593)
at CodeCacheTest.main(CodeCacheTest.java:83)
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NumberFormatException: For input string: "fffffd7febc00000"
JavaTest Message: shutting down test
RULE serviceability/dcmd/CodeCacheTest.java Exception java.lang.NumberFormatException: For input string: "..."
reason: User specified action: run main CodeCacheTest
elapsed time (seconds): 27.038
----------System.out:(6/229)----------
> Compiler.codecache :
CodeCache: size=262144Kb used=10126Kb max_used=11300Kb free=252017Kb
bounds [0xfffffd7febc00000, 0xfffffd7fec7d0000, 0xfffffd7ffbc00000]
total_blobs=2231 nmethods=1726 adapters=421
compilation: enabled
----------System.err:(15/907)----------
java.lang.NumberFormatException: For input string: "fffffd7febc00000"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:593)
at CodeCacheTest.main(CodeCacheTest.java:83)
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NumberFormatException: For input string: "fffffd7febc00000"
JavaTest Message: shutting down test
RULE serviceability/dcmd/CodeCacheTest.java Exception java.lang.NumberFormatException: For input string: "..."
- backported by
-
JDK-8083036 [Testbug] serviceability/dcmd/CodeCacheTest.java fails due to java.lang.NumberFormatException: For input string: "fffffd7febc00000"
-
- Resolved
-