mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7092712: JSR 292: unloaded invokedynamic call sites can lead to a crash with signature types not on BCP
Reviewed-by: jrose, never
This commit is contained in:
parent
de00cc778c
commit
02db22f7e7
8 changed files with 83 additions and 38 deletions
|
@ -108,7 +108,8 @@ public:
|
|||
// Get the ciMethod representing an unloaded/unfound method.
|
||||
ciMethod* get_unloaded_method(ciInstanceKlass* holder,
|
||||
ciSymbol* name,
|
||||
ciSymbol* signature);
|
||||
ciSymbol* signature,
|
||||
ciInstanceKlass* accessor);
|
||||
|
||||
// Get a ciKlass representing an unloaded klass.
|
||||
ciKlass* get_unloaded_klass(ciKlass* accessing_klass,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue