Skip to content

Commit

Permalink
Enable can_access_vm_annotations for all classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfaff committed Apr 11, 2024
1 parent 1606187 commit 2d457aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/classfile/classLoadInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ClassLoadInfo : public StackObj {
_class_hidden_info._class_data = Handle();
_is_hidden = false;
_is_strong_hidden = false;
_can_access_vm_annotations = false;
_can_access_vm_annotations = true;
}

ClassLoadInfo(Handle protection_domain, InstanceKlass* dynamic_nest_host,
Expand Down

0 comments on commit 2d457aa

Please sign in to comment.