mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8212117: Class.forName may return a reference to a loaded but not linked Class
Reviewed-by: dholmes, mchung
This commit is contained in:
parent
10e4fd4b95
commit
a4613d4a8f
13 changed files with 342 additions and 16 deletions
|
@ -76,6 +76,7 @@ static JNINativeMethod methods[] = {
|
|||
{"getRawTypeAnnotations", "()" BA, (void *)&JVM_GetClassTypeAnnotations},
|
||||
{"getNestHost0", "()" CLS, (void *)&JVM_GetNestHost},
|
||||
{"getNestMembers0", "()[" CLS, (void *)&JVM_GetNestMembers},
|
||||
{"linkClass", "(" CLS ")V", (void *)&JVM_LinkClass},
|
||||
};
|
||||
|
||||
#undef OBJ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue