mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
Clean up VM anonymous class terminology. Reviewed-by: coleenp, dholmes, mchung
This commit is contained in:
parent
6ccb60937c
commit
75ed173e15
64 changed files with 359 additions and 354 deletions
|
@ -298,7 +298,7 @@ public:
|
|||
class_loader,
|
||||
protection_domain,
|
||||
st,
|
||||
NULL, // host klass
|
||||
NULL, // unsafe_anonymous_host
|
||||
NULL, // cp_patches
|
||||
THREAD);
|
||||
}
|
||||
|
@ -306,7 +306,7 @@ public:
|
|||
Handle class_loader,
|
||||
Handle protection_domain,
|
||||
ClassFileStream* st,
|
||||
const InstanceKlass* host_klass,
|
||||
const InstanceKlass* unsafe_anonymous_host,
|
||||
GrowableArray<Handle>* cp_patches,
|
||||
TRAPS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue