mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8142984: Zero: fast accessors should handle both getters and setters
Reviewed-by: andrew, coleenp
This commit is contained in:
parent
1718abaefa
commit
defdd12e70
7 changed files with 176 additions and 117 deletions
|
@ -60,7 +60,8 @@ class AbstractInterpreter: AllStatic {
|
|||
native, // native method
|
||||
native_synchronized, // native method & is synchronized
|
||||
empty, // empty method (code: _return)
|
||||
accessor, // accessor method (code: _aload_0, _getfield, _(a|i)return)
|
||||
getter, // getter method
|
||||
setter, // setter method
|
||||
abstract, // abstract method (throws an AbstractMethodException)
|
||||
method_handle_invoke_FIRST, // java.lang.invoke.MethodHandles::invokeExact, etc.
|
||||
method_handle_invoke_LAST = (method_handle_invoke_FIRST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue