Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClassFormatError when using intellij to run rbtree test #1317

Closed
ice1000 opened this issue Feb 12, 2025 · 0 comments · Fixed by #1318
Closed

ClassFormatError when using intellij to run rbtree test #1317

ice1000 opened this issue Feb 12, 2025 · 0 comments · Fixed by #1318
Assignees
Labels
bug Something isn't working jit
Milestone

Comments

@ice1000
Copy link
Member

ice1000 commented Feb 12, 2025

java.lang.ClassFormatError: Invalid index 0 in LocalVariableTable in class file AYA/_baka$_baka_List

  at java.base/java.lang.ClassLoader.defineClass1(Native Method)
  at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1023)
  at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
  at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:524)
  at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:427)
  at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:421)
  at java.base/java.security.AccessController.doPrivileged(AccessController.java:714)
  at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:420)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
  at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
  at InstanceLoader.load(InstanceLoader.java:14)
  at InstanceLoader.loadInstance(InstanceLoader.java:32)
  at RedBlackTreeTest.test1(RedBlackTreeTest.java:43)

Running test with gradle works

@ice1000 ice1000 added bug Something isn't working jit labels Feb 12, 2025
@ice1000 ice1000 added this to the v0.38 milestone Feb 12, 2025
ice1000 added a commit that referenced this issue Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jit
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants