src/share/vm/ci/ciMethod.cpp

changeset 5904
5cc2d82aa82a
parent 5732
b2e698d2276c
child 5907
c775af091fe9
     1.1 --- a/src/share/vm/ci/ciMethod.cpp	Mon Oct 07 14:10:29 2013 +0400
     1.2 +++ b/src/share/vm/ci/ciMethod.cpp	Mon Oct 07 14:11:49 2013 +0400
     1.3 @@ -1247,7 +1247,6 @@
     1.4  #undef FETCH_FLAG_FROM_VM
     1.5  
     1.6  void ciMethod::dump_replay_data(outputStream* st) {
     1.7 -  ASSERT_IN_VM;
     1.8    ResourceMark rm;
     1.9    Method* method = get_Method();
    1.10    MethodCounters* mcs = method->method_counters();

mercurial