hotspot/src/share/vm/classfile/stackMapTable.hpp
changeset 25900 a41d63a62923
parent 25899 337ed0e9c13c
child 43179 06ccf3bfd0a3
--- a/hotspot/src/share/vm/classfile/stackMapTable.hpp	Sat Aug 02 16:28:59 2014 -0400
+++ b/hotspot/src/share/vm/classfile/stackMapTable.hpp	Tue Aug 05 09:11:35 2014 -0400
@@ -76,10 +76,6 @@
   // Returns the frame array index where the frame with offset is stored.
   int get_index_from_offset(int32_t offset) const;
 
-  // Make sure that there's no uninitialized object exist on backward branch.
-  void check_new_object(
-    const StackMapFrame* frame, int32_t target, TRAPS) const;
-
   void print_on(outputStream* str) const;
 };