mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8243287: Removal of Unsafe::defineAnonymousClass
Reviewed-by: iklam, mchung, alanb, dholmes
This commit is contained in:
parent
a564f2cbd5
commit
e14b026841
122 changed files with 328 additions and 3679 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -24,6 +24,6 @@ package gc.g1.unloading.configuration;
|
|||
|
||||
public enum ClassloadingMethod {
|
||||
|
||||
PLAIN, REFLECTION, JNI, ANONYMOUS_CLASSLOADER
|
||||
PLAIN, REFLECTION, JNI, HIDDEN_CLASSLOADER
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue