mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8256497: Zero: enable G1 and Shenandoah GCs
Reviewed-by: rkennke, erikj, ihse
This commit is contained in:
parent
037e49cf57
commit
e06a68397d
5 changed files with 56 additions and 18 deletions
|
@ -37,6 +37,7 @@
|
|||
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);
|
||||
static int Reference_get_entry(Method* method, intptr_t UNUSED, TRAPS);
|
||||
|
||||
public:
|
||||
// Main loop of normal_entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue