Git Product home page Git Product logo

Comments (2)

rillip3 avatar rillip3 commented on August 23, 2024

I just got hit by this bug too, every time I tried to check if something was 0 to set a boolean, it would blow up in my face if I used

For completeness, this is the stack trace you get
Exception in thread "main" java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
breaktest.main([Ljava/lang/String;)V @26: iload_0
Reason:
Type top (current frame, locals[0]) is not assignable to integer
Current Frame:
bci: @26
flags: { }
locals: { top, integer }
stack: { 'java/io/PrintStream' }
Bytecode:
0000000: 1100 003b 1100 003c 1100 0011 0000 a000
0000010: 0704 a700 0403 3cb2 0011 1ab6 0017 b1
Stackmap Table:
full_frame(@21,{Integer,Integer},{})
full_frame(@22,{},{Integer})

    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
    at java.lang.Class.getMethod0(Class.java:2774)
    at java.lang.Class.getMethod(Class.java:1663)
    at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)

from arnoldc.

lhartikk avatar lhartikk commented on August 23, 2024

Could not reproduce since 75e32b0

from arnoldc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.