src/hotspot/share/prims/jni.cpp
Tue, 26 Nov 2019 10:47:46 +0100 stefank 8234748: Clean up atomic and orderAccess includes
Mon, 25 Nov 2019 12:33:15 +0100 stefank 8234740: Harmonize parameter order in Atomic - cmpxchg
Mon, 25 Nov 2019 12:32:40 +0100 stefank 8234739: Harmonize parameter order in Atomic - xchg
Mon, 25 Nov 2019 12:30:24 +0100 stefank 8234736: Harmonize parameter order in Atomic - store
Mon, 25 Nov 2019 12:22:13 +0100 stefank 8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Mon, 04 Nov 2019 11:42:24 -0800 bchristi 8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
Thu, 24 Oct 2019 09:57:29 +0200 redestad 8232613: Move Object.registerNatives into HotSpot
Mon, 21 Oct 2019 13:13:16 -0400 lfoltan 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Wed, 09 Oct 2019 12:43:32 -0700 xliu 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
Mon, 23 Sep 2019 14:49:04 -0400 lfoltan 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
Tue, 17 Sep 2019 09:51:02 +0200 pliden 8230841: Remove oopDesc::equals()
Mon, 09 Sep 2019 11:04:04 -0700 bchristi 8212117: Class.forName may return a reference to a loaded but not linked Class
Mon, 09 Sep 2019 09:05:30 +0200 rehn 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
Mon, 19 Aug 2019 11:30:03 +0200 stefank 8229838: Rename markOop files to markWord
Fri, 09 Aug 2019 11:04:08 +0200 rehn 8226228: Make Threads_lock an always safepoint checked lock.
Mon, 29 Jul 2019 18:22:55 +0200 mdoerr 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
Tue, 14 May 2019 11:29:18 -0400 coleenp 8223657: Remove unused THREAD argument from SymbolTable functions
Wed, 01 May 2019 12:31:29 -0700 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Wed, 10 Apr 2019 17:31:31 -0400 coleenp 8222231: Clean up interfaceSupport.inline.hpp duplicated code
Thu, 04 Apr 2019 09:39:44 +0200 goetz 8221470: Print methods in exception messages in java-like Syntax.
Wed, 03 Apr 2019 22:03:39 +0000 dholmes 8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
Fri, 22 Feb 2019 14:20:06 +0100 rehn 8219436: Safepoint logs correction and misc
Tue, 29 Jan 2019 08:43:33 +0100 goetz 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
Tue, 22 Jan 2019 11:22:44 +0100 redestad 8217442: Optimize native accesses to String.value
Tue, 08 Jan 2019 09:55:55 -0800 jcbeyler 8215495: Set isCopy to JNI_FALSE if len == 0
Tue, 08 Jan 2019 11:23:19 +0100 redestad 8216262: Remove develop flag DelayCompilationDuringStartup
Mon, 17 Dec 2018 16:55:17 +0100 pliden 8215451: JNI IsSameObject should not keep objects alive
Mon, 10 Dec 2018 11:04:55 -0800 iignatyev 8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
Thu, 06 Dec 2018 15:44:40 +0100 tschatzl 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
Fri, 02 Nov 2018 16:27:55 -0700 iignatyev 8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
Fri, 19 Oct 2018 09:39:29 +0200 stuefe 8212173: Thread._stack_base/_stack_size initialized too late for new threads
Wed, 03 Oct 2018 03:41:57 -0400 dholmes 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Tue, 28 Aug 2018 18:17:01 -0400 coleenp 8209958: Clean up duplicate basic array type statics in Universe
Mon, 20 Aug 2018 13:58:23 -0700 iklam 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
Fri, 15 Jun 2018 12:25:53 +0200 goetz 8204943: Improve message of ArrayStoreException.
Wed, 06 Jun 2018 10:45:40 -0400 coleenp 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Mon, 04 Jun 2018 23:01:48 +0200 rkennke 8198285: More consistent Access API for arraycopy
Tue, 15 May 2018 20:24:34 +0200 egahlin 8199712: Flight Recorder
Fri, 04 May 2018 11:41:35 +0200 stefank 8200729: Conditional compilation of GCs
Wed, 04 Apr 2018 11:59:47 +0200 pliden 8200429: Adjust object pinning interface on CollectedHeap
Tue, 03 Apr 2018 13:15:27 +0200 rkennke 8199781: Don't use naked == for comparing oops
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Tue, 20 Mar 2018 15:59:36 +0100 rkennke 8199620: Support for JNI object pinning
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Thu, 08 Mar 2018 16:44:29 -0500 dholmes 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
Wed, 07 Mar 2018 21:57:36 +0100 stefank 8199264: Remove universe.inline.hpp to simplify include dependencies
Thu, 01 Mar 2018 16:51:22 -0500 kbarrett 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Thu, 22 Feb 2018 10:39:42 +0100 eosterlund 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Thu, 15 Feb 2018 23:45:15 +0100 rkennke 8197999: Accessors in typeArrayOopDesc should use new Access API
Tue, 30 Jan 2018 16:41:40 +0100 jwilhelm Merge
Tue, 23 Jan 2018 14:27:10 -0500 kbarrett 8195690: JNI GetObjectRefType doesn't handle NULL
Tue, 21 Nov 2017 09:47:55 -0500 kbarrett 8194312: Support parallel and concurrent JNI global handle processing
Mon, 12 Jun 2017 13:58:09 -0400 rprotacio 8181664: Improve JVM UTF String handling
Wed, 22 Nov 2017 17:54:50 -0800 dcubed 8167108: inconsistent handling of SR_lock can lead to crashes
Mon, 20 Nov 2017 13:07:44 +0100 eosterlund 8189871: Refactor GC barriers to use declarative semantics
Mon, 06 Nov 2017 21:38:42 +0100 dnsimon 8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Thu, 19 Oct 2017 17:27:34 -0700 mchung 8189193: FindClass should only see classes from the boot loader called from its associated native library
less more (0) -60 tip