src/hotspot/share/runtime/sharedRuntime.cpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Thu, 07 Nov 2019 07:02:55 +0100 thartmann 8233491: Crash in AdapterHandlerLibrary::get_adapter with CDS due to code cache exhaustion
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
Thu, 26 Sep 2019 09:22:49 -0400 coleenp 8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
Thu, 19 Sep 2019 10:52:22 +0200 rehn 8226705: [REDO] Deoptimize with handshakes
Wed, 11 Sep 2019 14:16:30 +0200 lkorinth 8230398: Remove NULL checks before FREE_C_HEAP_ARRAY jdk-14+14
Tue, 27 Aug 2019 20:10:06 +0000 pchilanomate 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
Tue, 06 Aug 2019 10:48:21 +0200 stefank 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Mon, 12 Aug 2019 10:02:25 +0200 mdoerr 8229236: CriticalJNINatives: dll handling should be done in native thread state
Mon, 29 Jul 2019 09:59:04 -0700 mikael Merge
Wed, 24 Jul 2019 10:50:40 +0300 vlivanov 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter jdk-13+31
Fri, 19 Jul 2019 16:25:04 +0300 vlivanov 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Tue, 25 Jun 2019 21:24:37 +0200 bsrbnd 8225644: C1 dumps incorrect class name in ClassCastException message
Fri, 07 Jun 2019 10:26:21 -0700 never 8209626: [JVMCI] Use implicit exception table for dispatch and printing
Thu, 30 May 2019 13:39:13 +0300 vlivanov 8223213: Implement fast class initialization checks on x86-64
Tue, 07 May 2019 17:33:19 -0400 dholmes 8223437: Backout JDK-8219974 Restore static callsite resolution for the current class
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Fri, 12 Apr 2019 09:30:17 -0400 coleenp 8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
Mon, 04 Mar 2019 19:38:50 -0500 dholmes 8219974: REDO JDK-8219492: Restore static callsite resolution for the current class
Fri, 01 Mar 2019 08:14:29 -0500 dholmes 8219969: Backout JDK-8219492
Thu, 28 Feb 2019 18:28:23 -0500 dholmes 8219492: Restore static callsite resolution for the current class
Sun, 12 Aug 2018 18:05:16 -0400 dholmes 8205714: Initial class initialization
Fri, 07 Dec 2018 13:15:35 +0100 eosterlund 8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
Wed, 05 Dec 2018 16:11:53 +0100 eosterlund 8214257: IC cache not clean after cleaning assertion failure
Wed, 05 Dec 2018 15:57:26 +0100 eosterlund 8214338: Move IC stub refilling out of IC cache transitions
Thu, 22 Nov 2018 10:01:38 +0100 eosterlund 8213755: Let nmethods be is_unloading() outside of safepoints
Thu, 01 Nov 2018 14:57:26 +0100 eosterlund 8212681: Refactor IC locking to use a fine grained CompiledICLocker
Thu, 30 Aug 2018 09:34:10 +0200 lucy 8209950: SIGBUS in CodeHeapState::print_names()
Mon, 20 Aug 2018 17:25:45 +0200 lucy 8209588: SIGSEGV in MethodArityHistogram() with -XX:+CountCompiledCalls
Tue, 31 Jul 2018 13:12:06 -0400 zgu 8199868: Support JNI critical functions in object pinning API
Mon, 25 Jun 2018 11:33:11 -0400 lfoltan 8169559: Add class loader names to relevant VM messages
Fri, 15 Jun 2018 13:57:32 -0400 apetushkov 8153107: enabling ObjectSynchronizer::quick_enter() on ARM64 causes hangs
Wed, 06 Jun 2018 23:36:08 +0300 vlivanov 8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
Mon, 04 Jun 2018 12:59:51 +0200 eosterlund 8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
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
Thu, 12 Apr 2018 11:22:24 +0200 pliden 8201362: Remove CollectedHeap::barrier_set()
Thu, 12 Apr 2018 08:25:56 +0200 pliden 8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
Wed, 21 Mar 2018 19:45:24 -0400 coleenp 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Wed, 14 Mar 2018 21:36:41 +0100 goetz 8199557: Assert in fromTonga/vm/runtime/defmeth/scenarios/Stress_noredefine/TestDescription.java
Thu, 08 Feb 2018 09:23:49 +0100 goetz 8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Wed, 07 Mar 2018 21:57:36 +0100 stefank 8199264: Remove universe.inline.hpp to simplify include dependencies
Mon, 05 Mar 2018 10:29:23 -0500 hseigel 8191102: Incorrect include file use in classLoader.hpp
Fri, 23 Feb 2018 07:47:29 -0500 coleenp 8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
Wed, 10 Jan 2018 22:48:27 +0100 eosterlund 8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Tue, 28 Nov 2017 15:52:32 -0500 kbarrett 8191870: Remove badJNIHandle
Mon, 06 Nov 2017 21:28:03 -0800 jcm 8152470: Add COMPILER2_OR_JVMCI definition
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip