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:
Rickard Bäckman 2013-06-12 11:17:39 +02:00
parent 1859ec2556
commit 9a67229e2f
8 changed files with 39 additions and 9 deletions

View file

@ -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; }
};