hotspot/src/share/vm/oops/methodData.cpp
changeset 27685 26a697375de3
parent 27643 fe8f95a2d9bc
parent 27680 8ecc0871c18e
child 28365 ccf31849c7a4
--- a/hotspot/src/share/vm/oops/methodData.cpp	Thu Nov 13 16:11:00 2014 -0800
+++ b/hotspot/src/share/vm/oops/methodData.cpp	Mon Nov 17 21:32:32 2014 +0100
@@ -658,7 +658,7 @@
   int size = MethodData::compute_allocation_size_in_words(method);
 
   return new (loader_data, size, false, MetaspaceObj::MethodDataType, THREAD)
-    MethodData(method(), size, CHECK_NULL);
+    MethodData(method(), size, THREAD);
 }
 
 int MethodData::bytecode_cell_count(Bytecodes::Code code) {