You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2615)
at java.lang.Class.getMethod0(Class.java:2856)
at java.lang.Class.getMethod(Class.java:1668)
at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
The text was updated successfully, but these errors were encountered:
I tried this simple test case:
An exception is thrown out:
Exception in thread "main" java.lang.VerifyError: Operand stack underflow
Exception Details:
Location:
symjava/test/TestValueOf.main([Ljava/lang/String;)V @25: invokestatic
Reason:
Attempt to pop empty stack.
Current Frame:
bci: @25
flags: { }
locals: { '[Ljava/lang/String;', 'symjava/test/TestValueOf$Car', 'symjava/test/TestValueOf$Car', 'symjava/test/TestValueOf$Car' }
stack: { }
Bytecode:
0000000: bb00 1059 04b7 0012 4cbb 0010 5910 0ab7
0000010: 0012 4d2b 2cb6 0015 4eb8 0019 3a04 b200
0000020: 1f19 04b4 0025 b600 29b1
The text was updated successfully, but these errors were encountered: