diff src/share/vm/opto/parse.hpp @ 1645:3941674cc7fa

6958668: repeated uncommon trapping for new of klass which is being initialized Reviewed-by: kvn, jrose
author never
date Mon, 12 Jul 2010 10:58:25 -0700
parents c18cbe5936b8
children 4b29a725c43c
line wrap: on
line diff
--- a/src/share/vm/opto/parse.hpp	Thu Jul 08 14:29:44 2010 -0700
+++ b/src/share/vm/opto/parse.hpp	Mon Jul 12 10:58:25 2010 -0700
@@ -480,6 +480,7 @@
   bool push_constant(ciConstant con, bool require_constant = false);
 
   // implementation of object creation bytecodes
+  void emit_guard_for_new(ciInstanceKlass* klass);
   void do_new();
   void do_newarray(BasicType elemtype);
   void do_anewarray();