hg: valhalla/valhalla/jdk: Interpreter: Repair and simplify method selection logic. Handle native and abstract methods more gracefully. Add test for default method selection. Failing tests: 1 (testEnum). (original) (raw)
john.r.rose at oracle.com john.r.rose at oracle.com
Fri Jun 10 07:32:59 UTC 2016
- Previous message (by thread): hg: valhalla/valhalla/jdk: Interpreter: For final field writes from , use reflection instead of putStatic MH. More logging. More checks that proxy classes are loaded before use. Fixed broken IDE configuration that was causing some classes to be on both the execution and interpretatino class path. More tests. Failing tests: 2.
- Next message (by thread): hg: valhalla/valhalla/jdk: Interpreter: misc cleanups, extend special handling for final field writes to PUTFIELD as well as PUTSTATIC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: 2e69293d5e12 Author: jrose Date: 2016-06-10 00:32 -0700 URL: http://hg.openjdk.java.net/valhalla/valhalla/jdk/rev/2e69293d5e12
Interpreter: Repair and simplify method selection logic. Handle native and abstract methods more gracefully. Add test for default method selection. Failing tests: 1 (testEnum).
! interpreter/src/valhalla/interpreter/InternalHelpers.java ! interpreter/src/valhalla/interpreter/Interpreter.java ! interpreter/test-helpers/test/valhalla/interpreter/InterpreterTestHelper1.java ! interpreter/test/valhalla/interpreter/InterpreterTest.java
- Previous message (by thread): hg: valhalla/valhalla/jdk: Interpreter: For final field writes from , use reflection instead of putStatic MH. More logging. More checks that proxy classes are loaded before use. Fixed broken IDE configuration that was causing some classes to be on both the execution and interpretatino class path. More tests. Failing tests: 2.
- Next message (by thread): hg: valhalla/valhalla/jdk: Interpreter: misc cleanups, extend special handling for final field writes to PUTFIELD as well as PUTSTATIC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]