diff src/share/vm/classfile/stackMapTable.hpp @ 20246:b2daaf70fab2

8046233: VerifyError on backward branch Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
author hseigel
date Tue, 05 Aug 2014 09:11:35 -0400
parents d14a18794c90
children
line wrap: on
line diff
--- a/src/share/vm/classfile/stackMapTable.hpp	Tue Jul 29 13:40:58 2014 -0700
+++ b/src/share/vm/classfile/stackMapTable.hpp	Tue Aug 05 09:11:35 2014 -0400
@@ -90,10 +90,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;
 };