mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8220774: Add HandshakeALot diag option
Reviewed-by: dcubed, dholmes
This commit is contained in:
parent
afa3178149
commit
ed3542d53b
10 changed files with 171 additions and 125 deletions
|
@ -1874,6 +1874,9 @@ class JavaThread: public Thread {
|
|||
// RedefineClasses Support
|
||||
void metadata_do(MetadataClosure* f);
|
||||
|
||||
// Debug method asserting thread states are correct during a handshake operation.
|
||||
DEBUG_ONLY(void verify_states_for_handshake();)
|
||||
|
||||
// Misc. operations
|
||||
char* name() const { return (char*)get_thread_name(); }
|
||||
void print_on(outputStream* st, bool print_extended_info) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue