-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b105
-
Verified
It works fine in the interpreter:
Exception <a 'java/lang/ClassNotFoundException': NoClassFound> (0x000000009235a8f0)
thrown in interpreter method <{method} {0x00007f2828a3dec0} 'findClass' '(Ljava/lang/String;)Ljava/lang/Class;' in 'java/net/URLClassLoader'>
at bci 44 for thread 0x00007f283c011000
but not in compiled code:
Exception <a 'java/lang/ClassNotFoundException'> (0x00000000923a6420) thrown in compiled method <{method} {0x00007ff899815bb0} 'loadClass' '(Ljava/lang/String;Z)Ljava/lang/Class;' in 'java/lang/ClassLoader'> at PC 0x00007ff8c9d6717c for thread 0x00007ff8dc011000
Running with -Xcomp shows this but passes because it's lucky that one frame is an interpreter frame.
Exception <a 'java/lang/ClassNotFoundException': NoClassFound> (0x000000009235a8f0)
thrown in interpreter method <{method} {0x00007f2828a3dec0} 'findClass' '(Ljava/lang/String;)Ljava/lang/Class;' in 'java/net/URLClassLoader'>
at bci 44 for thread 0x00007f283c011000
but not in compiled code:
Exception <a 'java/lang/ClassNotFoundException'> (0x00000000923a6420) thrown in compiled method <{method} {0x00007ff899815bb0} 'loadClass' '(Ljava/lang/String;Z)Ljava/lang/Class;' in 'java/lang/ClassLoader'> at PC 0x00007ff8c9d6717c for thread 0x00007ff8dc011000
Running with -Xcomp shows this but passes because it's lucky that one frame is an interpreter frame.
- relates to
-
JDK-8147482 Zero build fails after 8144953
-
- Resolved
-
-
JDK-8150738 [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing from stdout/stderr
-
- Closed
-
-
JDK-8150746 runtime/logging/ItablesTest.java fails with: java.lang.RuntimeException: 'Resolving: klass: ' missing from stdout/stderr
-
- Closed
-
-
JDK-8048933 -XX:+TraceExceptions output should include the message
-
- Closed
-