mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()'
Reviewed-by: jrose, kvn, mgronlun
This commit is contained in:
parent
1859ec2556
commit
9a67229e2f
8 changed files with 39 additions and 9 deletions
|
@ -80,6 +80,8 @@ class JavaCallWrapper: StackObj {
|
|||
oop receiver() { return _receiver; }
|
||||
void oops_do(OopClosure* f);
|
||||
|
||||
bool is_first_frame() const { return _anchor.last_Java_sp() == NULL; }
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue