mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6958668: repeated uncommon trapping for new of klass which is being initialized
Reviewed-by: kvn, jrose
This commit is contained in:
parent
7533d0caf7
commit
d3c3800a29
5 changed files with 69 additions and 35 deletions
|
@ -480,6 +480,7 @@ class Parse : public GraphKit {
|
|||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue