Loading... (original) (raw)

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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8082593 Fix Zero Interpreter bugs in class redefinition and template interpreter changes

relates to

Enhancement - null JDK-8003426 Remove UseFastAccessors and UseFastEmptyMethods except for zero