src/share/vm/ci/ciInstanceKlass.cpp

changeset 5904
5cc2d82aa82a
parent 5732
b2e698d2276c
child 6050
4d3575d37a07
     1.1 --- a/src/share/vm/ci/ciInstanceKlass.cpp	Mon Oct 07 14:10:29 2013 +0400
     1.2 +++ b/src/share/vm/ci/ciInstanceKlass.cpp	Mon Oct 07 14:11:49 2013 +0400
     1.3 @@ -671,7 +671,6 @@
     1.4  
     1.5  
     1.6  void ciInstanceKlass::dump_replay_data(outputStream* out) {
     1.7 -  ASSERT_IN_VM;
     1.8    ResourceMark rm;
     1.9  
    1.10    InstanceKlass* ik = get_instanceKlass();

mercurial