src/hotspot/share/gc/shared/vmStructs_gc.hpp
changeset 53792 6fb43030a1b4
parent 52925 9c18c9d839d3
child 54110 f4f0dce5d0bb
--- a/src/hotspot/share/gc/shared/vmStructs_gc.hpp	Mon Feb 18 09:31:07 2019 -0800
+++ b/src/hotspot/share/gc/shared/vmStructs_gc.hpp	Mon Feb 18 16:34:46 2019 -0500
@@ -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
@@ -156,8 +156,6 @@
   nonstatic_field(GenCollectedHeap,            _young_gen_spec,                               GenerationSpec*)                       \
   nonstatic_field(GenCollectedHeap,            _old_gen_spec,                                 GenerationSpec*)                       \
                                                                                                                                      \
-  nonstatic_field(HeapWord,                    i,                                             char*)                                 \
-                                                                                                                                     \
   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
                                                                                                                                      \