Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 9
- Affects Version/s: 9
There are a number of tests failing with the Zero interpreter due to new code in the JVM that wasn't tested with the Zero interpreter.
1. Class redefinition doesn't walk metadata in interpreted frames correctly
2. Refactoring InterpreterGenerator::generate_method_entry() broke Zero.
backported by
JDK-8082593 Fix Zero Interpreter bugs in class redefinition and template interpreter changes
- Resolved
relates to
JDK-8003426 Remove UseFastAccessors and UseFastEmptyMethods except for zero
- Closed