jdk-24/test/jdk/java/lang/StackWalker
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
..
CallerSensitiveMethod 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
AcrossThreads.java
Basic.java 8256154: Some TestNG tests require default constructors 2020-11-23 11:48:39 +00:00
CallerFromMain.java 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
DumpStackTest.java 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
EmbeddedStackWalkTest.java
GetCallerClassTest.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
HiddenFrames.java 8292914: Lambda proxies have unstable names 2023-02-27 17:18:44 +00:00
libnativeMethod.c 8286176: Add JNI_VERSION_19 to jni.h and JNI spec 2022-06-17 05:57:28 +00:00
LocalsAndOperands.java 8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal 2018-03-12 13:54:55 -07:00
MultiThreadStackWalk.java 8305104: Remove the old core reflection implementation 2023-06-13 19:41:38 +00:00
NativeMethod.java 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
ReflectionFrames.java 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
SanityTest.java 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +00:00
StackRecorderUtil.java 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +00:00
StackStreamState.java
StackStreamTest.java 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +00:00
StackWalkTest.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
TestBCI.java 8331291: java.lang.classfile.Attributes class performs a lot of static initializations 2024-05-24 15:58:34 +00:00
VerifyStackTrace.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
WalkFunction.java