src/hotspot/share/runtime/frame.cpp
changeset 47687 fb290fd1f9d4
parent 47666 19219ec3f176
child 47799 1772ebf07d1f
--- a/src/hotspot/share/runtime/frame.cpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/runtime/frame.cpp	Sun Oct 15 22:54:03 2017 +0200
@@ -1115,10 +1115,6 @@
     oops_entry_do(f, map);
   } else if (CodeCache::contains(pc())) {
     oops_code_blob_do(f, cf, map);
-#ifdef SHARK
-  } else if (is_fake_stub_frame()) {
-    // nothing to do
-#endif // SHARK
   } else {
     ShouldNotReachHere();
   }