mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +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
|
@ -34,7 +34,8 @@
|
|||
// Method entries
|
||||
static int normal_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
static int native_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
static int accessor_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
static int getter_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
static int setter_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
static int empty_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue