mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-10 08:01:54 +00:00
8153749: New capability can_generate_early_class_hook_events
Add new capability Reviewed-by: alanb, dsamersoff
This commit is contained in:
parent
447298f950
commit
8f5fb772b4
@ -704,7 +704,8 @@ typedef struct {
|
||||
unsigned int can_generate_resource_exhaustion_heap_events : 1;
|
||||
unsigned int can_generate_resource_exhaustion_threads_events : 1;
|
||||
unsigned int can_generate_early_vmstart : 1;
|
||||
unsigned int : 6;
|
||||
unsigned int can_generate_early_class_hook_events : 1;
|
||||
unsigned int : 5;
|
||||
unsigned int : 16;
|
||||
unsigned int : 16;
|
||||
unsigned int : 16;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user