jdk/src/java.base/share/native/libjava
Mandy Chung c6339cb8a2 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle
8013527: calling MethodHandles.lookup on itself leads to errors

Co-authored-by: Peter Levart <plevart@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: mcimadamore, plevart, egahlin, redestad, cjplummer, alanb
2021-10-28 18:32:50 +00:00
..
AccessController.c 8214583: AccessController.getContext may return wrong value after JDK-8212605 2018-12-18 16:36:26 -08:00
Array.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicLong.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BootLoader.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CDS.c 8259070: Add jcmd option to dump CDS 2021-04-15 05:21:24 +00:00
check_classname.c 8230043: Lazily load libverify 2019-10-07 16:55:24 +02:00
check_classname.h 8230043: Lazily load libverify 2019-10-07 16:55:24 +02:00
check_version.c 8260193: Remove JVM_GetInterfaceVersion() and JVM_DTraceXXX 2021-02-03 03:56:35 +00:00
Class.c 8246778: Compiler implementation for Sealed Classes (Second Preview) 2020-12-07 11:11:31 +00:00
ClassLoader.c 8265605: Cannot call BootLoader::loadClassOrNull before initPhase2 2021-05-14 06:26:41 +00:00
ConstantPool.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Double.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Executable.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Field.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FileInputStream.c 8264777: Overload optimized FileInputStream::readAllBytes 2021-05-17 19:58:41 +00:00
FileOutputStream.c 6633375: FileOutputStream_md.c should be merged into FileOutputStream.c 2021-06-25 19:07:39 +00:00
Finalizer.c 8266936: Add a finalization JFR event 2021-10-18 16:52:36 +00:00
Float.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
gdefs.h 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
io_util.c 8244936: Reduce JNI overhead of accessing FileDescriptor 2020-05-13 22:25:14 +02:00
io_util.h 8212001: Verify exported symbols in java.base (libjava) 2018-10-11 14:10:13 +01:00
java_props.h 8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit 2019-05-10 16:22:35 -07:00
jdk_util.h 8223261: JDK-8189208 followup - remove JDK_GetVersionInfo0 and the supporting code 2019-12-10 12:50:50 -06:00
jio.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
jlong.h 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
jni_util.c 8266173: -Wmaybe-uninitialized happens in jni_util.c 2021-04-29 01:04:20 +00:00
jni_util.h 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries 2021-06-04 12:53:17 +00:00
LambdaProxyClassArchive.c 8174222: LambdaMetafactory: validate inputs and improve documentation 2021-06-07 23:21:24 +00:00
Module.c 8242452: During module definition, move conversion of packages from native to VM 2020-04-18 19:45:45 +02:00
NativeAccessors.c 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
NativeLibraries.c 8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem 2021-10-28 15:27:26 +00:00
NullPointerException.c 8218628: Add detailed message to NullPointerException describing what is null 2019-10-14 11:36:17 +02:00
Object.c 8232613: Move Object.registerNatives into HotSpot 2019-10-24 09:57:29 +02:00
ObjectStreamClass.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PhantomReference.c 8188055: (ref) Add Reference::refersTo predicate 2020-11-04 09:18:23 +00:00
RandomAccessFile.c 8244936: Reduce JNI overhead of accessing FileDescriptor 2020-05-13 22:25:14 +02:00
Reference.c 8256517: (ref) Reference.clear during reference processing may lose notification 2020-11-25 03:34:50 +00:00
Reflection.c 8236183: cleanup Java_jdk_internal_reflect_Reflection_getCallerClass naming 2019-12-18 15:10:10 +01:00
Runtime.c 8198441: Replace native Runtime::runFinalization0 method with shared secrets 2018-02-20 11:28:32 -08:00
SecurityManager.c 8186535: Remove deprecated pre-1.2 SecurityManager methods and fields 2017-11-30 07:54:28 -05:00
Shutdown.c Merge 2018-03-01 01:47:46 +01:00
Signal.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
sizecalc.h 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StackStreamFactory.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StackTraceElement.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StrictMath.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
String.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
System.c 8275145: file.encoding system property has an incorrect value on Windows 2021-10-15 20:36:30 +00:00
Thread.c 8229516: Thread.isInterrupted() always returns false after thread termination 2019-11-03 18:02:29 -05:00
Throwable.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TimeZone.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VM.c 8253500: [REDO] JDK-8253208 Move CDS related code to a separate class 2020-09-24 15:28:10 +00:00
VMSupport.c 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00