< prev index next >
src/hotspot/share/gc/shenandoah/shenandoahHeuristics.hpp
Print this page
*** 27,37 ****
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahPhaseTimings.hpp"
#include "gc/shenandoah/shenandoahSharedVariables.hpp"
#include "memory/allocation.hpp"
! #include "runtime/globals_extension.hpp"
#define SHENANDOAH_ERGO_DISABLE_FLAG(name) \
do { \
if (FLAG_IS_DEFAULT(name) && (name)) { \
log_info(gc)("Heuristics ergonomically sets -XX:-" #name); \
--- 27,37 ----
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahPhaseTimings.hpp"
#include "gc/shenandoah/shenandoahSharedVariables.hpp"
#include "memory/allocation.hpp"
! #include "runtime/globals.hpp"
#define SHENANDOAH_ERGO_DISABLE_FLAG(name) \
do { \
if (FLAG_IS_DEFAULT(name) && (name)) { \
log_info(gc)("Heuristics ergonomically sets -XX:-" #name); \
< prev index next >