java-repl icon indicating copy to clipboard operation
java-repl copied to clipboard

support java9

Open nogoodbay opened this issue 8 years ago • 0 comments

when i run with java9, it report a error: java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class javarepl/internal/totallylazy/functions/Curried2. Method lambda$call$135(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; at index 33 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef

nogoodbay avatar Oct 04 '17 06:10 nogoodbay