src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
branchepsilon-gc-branch
changeset 56348 f3b0961adb3c
parent 56279 a4fc9b609b82
parent 49353 5f487b498e78
child 56406 e629240491c7
--- a/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp	Mon Mar 12 16:53:47 2018 +0100
+++ b/src/hotspot/cpu/x86/stubGenerator_x86_32.cpp	Mon Mar 26 09:56:36 2018 +0200
@@ -679,7 +679,7 @@
     BarrierSet* bs = Universe::heap()->barrier_set();
     switch (bs->kind()) {
 #if INCLUDE_ALL_GCS
-      case BarrierSet::G1SATBCTLogging:
+      case BarrierSet::G1BarrierSet:
         // With G1, don't generate the call if we statically know that the target in uninitialized
         if (!uninitialized_target) {
           Register thread = rax;
@@ -731,7 +731,7 @@
     assert_different_registers(start, count);
     switch (bs->kind()) {
 #if INCLUDE_ALL_GCS
-      case BarrierSet::G1SATBCTLogging:
+      case BarrierSet::G1BarrierSet:
         {
           __ pusha();                      // push registers
           __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_post),