mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Turn on trigger trace
This commit is contained in:
parent
9a77852a8c
commit
ef654d3c75
@ -413,7 +413,7 @@ static double saturate(double value, double min, double max) {
|
||||
return MAX2(MIN2(value, max), min);
|
||||
}
|
||||
|
||||
#undef KELVIN_START_GC
|
||||
#define KELVIN_START_GC
|
||||
#ifdef KELVIN_START_GC
|
||||
const size_t MaxRejectedTriggers = 256;
|
||||
typedef struct gc_start_info {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user