jdk-24/test/jdk/java/lang/Class
Sean Mullan db85090553 8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
..
asSubclass
attributes 8243287: Removal of Unsafe::defineAnonymousClass 2021-05-13 12:46:54 +00:00
forName 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
getClasses
getDeclaredClasses
getDeclaredField 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
getDeclaredMethod
getDeclaringClass
getEnclosingClass 8261003: Bad Copyright header format after JDK-8183372 2021-02-02 22:14:07 +00:00
getEnclosingConstructor 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
getEnclosingMethod 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
getEnumConstants 8296196: Class.getEnumConstants() throws undocumented ClassCastException and NullPointerException 2022-11-10 06:20:57 +00:00
getField
getFields
getMethod
getMethods
getModifiers 8296743: Tighten Class.getModifiers spec for array classes 2022-11-18 21:51:55 +00:00
getPackageName
getResource 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
getSimpleName 8294977: Convert test/jdk/java tests from ASM library to Classfile API 2024-02-19 14:07:46 +00:00
ArrayMethods.java
ArrayType.java 8268250: Class.arrayType() for a 255-d array throws undocumented IllegalArgumentException 2022-02-17 17:12:40 +00:00
Cast.java
EnumPoseur.class
EnumPoseur.java.src
Foo.java
ForPrimitiveName.java 6361826: (reflect) provide method for mapping strings to class object for primitive types 2023-07-14 20:18:23 +00:00
GenericStringTest.java 8322878: Including sealing information Class.toGenericString() 2024-01-10 18:46:56 +00:00
GetModuleTest.java 8243287: Removal of Unsafe::defineAnonymousClass 2021-05-13 12:46:54 +00:00
GetPackageBootLoaderChildLayer.java
GetPackageTest.java
IsAnnotationType.java
IsEnum.java 8284853: Fix various 'expected' typo 2022-04-14 18:05:49 +00:00
IsSynthetic.java
NameTest.java 8281671: Class.getCanonicalName spec should explicitly cover array classes 2022-02-16 22:02:55 +00:00
ProtectionDomainRace.java 8334394: Race condition in Class::protectionDomain 2024-07-22 13:43:55 +00:00
TypeCheckMicroBenchmark.java