Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6037 | minor | always | 02-24-17 14:32 | 04-18-17 14:20 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.52 | ||
|
|||||
Summary: | 0006037: ByteCodeParser with jdk8 constants | ||||
Description: |
(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? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|