mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +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
|
@ -521,6 +521,9 @@ public:
|
|||
// Check if address is in the stack of the thread (not just for locks).
|
||||
// Warning: the method can only be used on the running thread
|
||||
bool is_in_stack(address adr) const;
|
||||
// Check if address is in the usable part of the stack (excludes protected
|
||||
// guard pages)
|
||||
bool is_in_usable_stack(address adr) const;
|
||||
|
||||
// Sets this thread as starting thread. Returns failure if thread
|
||||
// creation fails due to lack of memory, too many threads etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue