src/hotspot/share/oops/klass.hpp
changeset 49746 b17256b5c047
parent 49739 00805b129186
child 49821 02c08e20d66c
--- a/src/hotspot/share/oops/klass.hpp	Wed Apr 11 13:51:33 2018 +0200
+++ b/src/hotspot/share/oops/klass.hpp	Wed Apr 11 13:52:23 2018 +0200
@@ -166,7 +166,7 @@
 #endif
   // The _archived_mirror is set at CDS dump time pointing to the cached mirror
   // in the open archive heap region when archiving java object is supported.
-  CDS_JAVA_HEAP_ONLY(narrowOop _archived_mirror);
+  CDS_JAVA_HEAP_ONLY(narrowOop _archived_mirror;)
 
   friend class SharedClassUtil;
 protected: