hotspot/src/share/vm/ci/ciMethodData.cpp
changeset 20692 65021f70c2fc
parent 15471 41f75023e6a6
child 20695 4f5a5e95090b
--- a/hotspot/src/share/vm/ci/ciMethodData.cpp	Mon Oct 07 14:10:29 2013 +0400
+++ b/hotspot/src/share/vm/ci/ciMethodData.cpp	Mon Oct 07 14:11:49 2013 +0400
@@ -373,7 +373,6 @@
 }
 
 void ciMethodData::dump_replay_data(outputStream* out) {
-  ASSERT_IN_VM;
   ResourceMark rm;
   MethodData* mdo = get_MethodData();
   Method* method = mdo->method();