src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
changeset 54048 744dc9c33676
parent 52925 9c18c9d839d3
child 55307 ed12027517c0
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/shared/c2/barrierSetC2.hpp	Mon Mar 11 00:06:48 2019 +0100
+++ b/src/hotspot/share/gc/shared/c2/barrierSetC2.hpp	Mon Mar 11 02:05:07 2019 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -51,7 +51,7 @@
 // This denotes that the access reads state.
 const DecoratorSet C2_READ_ACCESS            = DECORATOR_LAST << 8;
 // A nearby allocation?
-const DecoratorSet C2_TIGHLY_COUPLED_ALLOC   = DECORATOR_LAST << 9;
+const DecoratorSet C2_TIGHTLY_COUPLED_ALLOC  = DECORATOR_LAST << 9;
 // Loads and stores from an arraycopy being optimized
 const DecoratorSet C2_ARRAY_COPY             = DECORATOR_LAST << 10;