hotspot/src/share/vm/oops/arrayKlass.cpp
changeset 42639 762117d57d05
parent 42636 aafc434ba580
child 46271 979ebd346ecf
--- a/hotspot/src/share/vm/oops/arrayKlass.cpp	Sat Dec 03 12:48:22 2016 +0300
+++ b/hotspot/src/share/vm/oops/arrayKlass.cpp	Tue Dec 06 22:49:17 2016 +0100
@@ -90,7 +90,7 @@
     set_super(Universe::is_bootstrapping() ? (Klass*)NULL : SystemDictionary::Object_klass());
     set_layout_helper(Klass::_lh_neutral_value);
     set_is_cloneable(); // All arrays are considered to be cloneable (See JLS 20.1.5)
-    TRACE_INIT_KLASS_ID(this);
+    TRACE_INIT_ID(this);
 }