src/hotspot/share/compiler/compileBroker.cpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Mon, 21 Oct 2019 19:58:16 +0200 mdoerr 8230459: Test failed to resume JVMCI CompilerThread
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
Tue, 17 Sep 2019 20:38:23 +0800 jiefu 8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
Tue, 17 Sep 2019 09:51:02 +0200 pliden 8230841: Remove oopDesc::equals()
Thu, 22 Aug 2019 09:51:36 -0400 coleenp 8230003: Make Monitor inherit from Mutex
Thu, 15 Aug 2019 09:06:42 +0200 rehn 8225788: Dead code in thread and safepoint
Wed, 10 Jul 2019 07:58:24 -0400 coleenp 8222446: assert(C->env()->system_dictionary_modification_counter_changed()) failed: Must invalidate if TypeFuncs differ
Fri, 07 Jun 2019 12:26:50 -0700 lmesnik 8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash.
Wed, 05 Jun 2019 07:25:09 +0200 stuefe 8224600: Provide VM.events command
Tue, 04 Jun 2019 12:44:53 -0700 kvn 8225019: Update JVMCI
Wed, 22 May 2019 07:10:54 +0200 stuefe 8224487: outputStream should not be copyable
Thu, 09 May 2019 18:38:42 -0700 xliu 8223537: testlibrary_tests/ctw/ClassesListTest.java fails with Agent timeout frequently
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Mon, 06 May 2019 20:05:19 -0700 kvn 8223332: Update JVMCI
Wed, 01 May 2019 12:31:29 -0700 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Mon, 29 Apr 2019 16:01:52 -0400 coleenp 8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Tue, 09 Apr 2019 19:34:05 -0700 jcbeyler 8221853: Data race in compile broker (set_last_compile)
Thu, 07 Mar 2019 08:38:16 +0100 thartmann 8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
Thu, 31 Jan 2019 10:31:39 +0100 rehn 8218041: Assorted wrong/missing includes
Tue, 22 Jan 2019 10:12:05 +0100 dnsimon 8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string
Sun, 20 Jan 2019 16:55:21 +0100 redestad 8217387: Remove dead develop flag CIFireOOMAt
Wed, 16 Jan 2019 09:48:35 +0100 lucy 8216314: SIGILL in CodeHeapState::print_names()
Mon, 10 Dec 2018 11:04:55 -0800 iignatyev 8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
Mon, 19 Nov 2018 11:51:27 +0100 shade 8212070: Introduce diagnostic flag to abort VM on failed JIT compilation
Thu, 01 Nov 2018 14:15:35 +0100 thartmann 8213014: Crash in CompileBroker::make_thread due to OOM
Wed, 31 Oct 2018 14:48:36 +0100 mdoerr 8213086: Compiler thread creation should be bounded by available space in memory and Code Cache
Tue, 30 Oct 2018 19:29:21 -0700 dtitov 8195627: [Graal] nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026 hangs with Graal in Xcomp mode
Fri, 05 Oct 2018 09:15:52 -0400 coleenp 8209889: RedefineStress tests crash
Wed, 29 Aug 2018 19:48:28 +0200 jwilhelm Merge
Tue, 21 Aug 2018 17:47:59 +0200 thartmann 8209670: CompilerThread releasing code buffer in destructor is unsafe
Fri, 10 Aug 2018 09:36:01 -0400 coleenp 8164683: Solaris: JVM abuses thread preemption control
Tue, 10 Jul 2018 15:33:55 +0200 thartmann 8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
Fri, 29 Jun 2018 11:08:38 +0200 thartmann 8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
Wed, 30 May 2018 14:46:17 +0200 goetz 8204476: Add additional statistics to CodeCache::print_summary
Fri, 18 May 2018 09:15:08 -0700 iklam 8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
Tue, 15 May 2018 20:24:34 +0200 egahlin 8199712: Flight Recorder
Wed, 18 Apr 2018 11:19:32 +0200 mdoerr 8198756: Lazy allocation of compiler threads
Tue, 27 Mar 2018 11:51:39 +0200 thartmann 8200230: [Graal] Compilations should not be enqueued before Graal is initialized
Mon, 26 Mar 2018 12:59:45 -0700 lucy 8198691: CodeHeap State Analytics
Fri, 23 Mar 2018 18:54:12 +0100 stefank 8200106: Move NoSafepointVerifier out from gcLocker.hpp
Wed, 21 Mar 2018 19:45:24 -0400 coleenp 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Wed, 21 Mar 2018 08:18:54 +0100 thartmann 8199624: [Graal] Blocking jvmci compilations time out
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Mon, 05 Mar 2018 10:29:23 -0500 hseigel 8191102: Incorrect include file use in classLoader.hpp
Wed, 13 Dec 2017 20:35:09 -0800 dlong 8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Sun, 15 Oct 2017 22:54:03 +0200 rkennke 8171853: Remove Shark compiler
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip