8224201: Simplify JVM flag macro expansions

Reviewed-by: rehn, kvn, stuefe, tschatzl, coleenp, gziemski
This commit is contained in:
Stefan Karlsson 2019-05-22 13:05:37 +02:00
parent 6beb19a361
commit c9846fce19
27 changed files with 544 additions and 938 deletions

View file

@ -67,9 +67,6 @@
#include "services/runtimeService.hpp"
#include "utilities/events.hpp"
#include "utilities/macros.hpp"
#ifdef COMPILER1
#include "c1/c1_globals.hpp"
#endif
static void post_safepoint_begin_event(EventSafepointBegin& event,
uint64_t safepoint_id,