src/hotspot/share/gc/z/vmStructs_z.cpp
changeset 53815 46ce458df412
parent 50875 2217b2fc29ea
--- a/src/hotspot/share/gc/z/vmStructs_z.cpp	Tue Feb 19 10:03:41 2019 +0100
+++ b/src/hotspot/share/gc/z/vmStructs_z.cpp	Tue Feb 19 10:04:28 2019 +0100
@@ -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
@@ -26,6 +26,7 @@
 
 ZGlobalsForVMStructs::ZGlobalsForVMStructs() :
     _ZGlobalPhase(&ZGlobalPhase),
+    _ZGlobalSeqNum(&ZGlobalSeqNum),
     _ZAddressGoodMask(&ZAddressGoodMask),
     _ZAddressBadMask(&ZAddressBadMask),
     _ZAddressWeakBadMask(&ZAddressWeakBadMask),