--- a/src/hotspot/share/gc/shared/vmStructs_gc.hpp Wed May 30 11:22:56 2018 +0200
+++ b/src/hotspot/share/gc/shared/vmStructs_gc.hpp Wed May 30 12:53:59 2018 +0200
@@ -59,8 +59,8 @@
volatile_nonstatic_field, \
static_field)) \
EPSILONGC_ONLY(VM_STRUCTS_EPSILONGC(nonstatic_field, \
- volatile_nonstatic_field, \
- static_field)) \
+ volatile_nonstatic_field, \
+ static_field)) \
G1GC_ONLY(VM_STRUCTS_G1GC(nonstatic_field, \
volatile_nonstatic_field, \
static_field)) \
@@ -160,8 +160,8 @@
declare_toplevel_type, \
declare_integer_type)) \
EPSILONGC_ONLY(VM_TYPES_EPSILONGC(declare_type, \
- declare_toplevel_type, \
- declare_integer_type)) \
+ declare_toplevel_type, \
+ declare_integer_type)) \
G1GC_ONLY(VM_TYPES_G1GC(declare_type, \
declare_toplevel_type, \
declare_integer_type)) \
@@ -235,7 +235,7 @@
CMSGC_ONLY(VM_INT_CONSTANTS_CMSGC(declare_constant, \
declare_constant_with_value)) \
EPSILONGC_ONLY(VM_INT_CONSTANTS_EPSILONGC(declare_constant, \
- declare_constant_with_value)) \
+ declare_constant_with_value)) \
G1GC_ONLY(VM_INT_CONSTANTS_G1GC(declare_constant, \
declare_constant_with_value)) \
PARALLELGC_ONLY(VM_INT_CONSTANTS_PARALLELGC(declare_constant, \