mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8264711: More runtime TRAPS cleanups
Reviewed-by: lfoltan, pchilanomate, dholmes, dcubed
This commit is contained in:
parent
3aec2d9647
commit
af13c64f68
26 changed files with 84 additions and 96 deletions
|
@ -261,7 +261,7 @@ class java_lang_Class : AllStatic {
|
|||
static void set_component_mirror(oop java_class, oop comp_mirror);
|
||||
static void initialize_mirror_fields(Klass* k, Handle mirror, Handle protection_domain,
|
||||
Handle classData, TRAPS);
|
||||
static void set_mirror_module_field(Klass* K, Handle mirror, Handle module, TRAPS);
|
||||
static void set_mirror_module_field(JavaThread* current, Klass* K, Handle mirror, Handle module);
|
||||
public:
|
||||
static void allocate_fixup_lists();
|
||||
static void compute_offsets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue