mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8204540: Automatic oop closure devirtualization
Reviewed-by: kbarrett, eosterlund
This commit is contained in:
parent
af4bf0927b
commit
11813888b8
101 changed files with 1024 additions and 1576 deletions
|
@ -239,14 +239,6 @@
|
|||
#define NOT_ZGC_RETURN_(code) { return code; }
|
||||
#endif // INCLUDE_ZGC
|
||||
|
||||
#if INCLUDE_CMSGC || INCLUDE_EPSILONGC || INCLUDE_G1GC || INCLUDE_PARALLELGC || INCLUDE_ZGC
|
||||
#define INCLUDE_NOT_ONLY_SERIALGC 1
|
||||
#else
|
||||
#define INCLUDE_NOT_ONLY_SERIALGC 0
|
||||
#endif
|
||||
|
||||
#define INCLUDE_OOP_OOP_ITERATE_BACKWARDS INCLUDE_NOT_ONLY_SERIALGC
|
||||
|
||||
#ifndef INCLUDE_NMT
|
||||
#define INCLUDE_NMT 1
|
||||
#endif // INCLUDE_NMT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue