Mantis - Resin
Viewing Issue Advanced Details
6037 minor always 02-24-17 14:32 04-18-17 14:20
ferg  
ferg  
normal  
closed  
fixed  
none    
none 4.0.52  
0006037: ByteCodeParser with jdk8 constants
(rep by alpor9)
Error while compiling JSP page with Java 8 lambdas and method refs:

java.io.IOException: '18' is an unknown constant pool type.
  at com.caucho.bytecode.ByteCodeParser.error(ByteCodeParser.java:587)
  at com.caucho.bytecode.ByteCodeParser.parseConstantPoolEntry(ByteCodeParser.java:236)
  at com.caucho.bytecode.ByteCodeParser.parseConstantPool(ByteCodeParser.java:181)
..

But then compiled page works fine.

Do you have any plans to add support for new Java 8 constant pool tags (15, 16, 18) to ByteCodeParser?

Notes
(0006747)
ferg   
04-18-17 14:20   
jsp/18q2