mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
Reviewed-by: kvn
This commit is contained in:
parent
dece7fbfec
commit
edb7b9514a
36 changed files with 678 additions and 729 deletions
|
@ -45,6 +45,8 @@ class vframeStream;
|
|||
// information, etc.
|
||||
|
||||
class SharedRuntime: AllStatic {
|
||||
friend class VMStructs;
|
||||
|
||||
private:
|
||||
static methodHandle resolve_sub_helper(JavaThread *thread,
|
||||
bool is_virtual,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue