hotspot/src/share/vm/compiler/compileBroker.cpp
Thu, 17 Mar 2016 16:10:58 -1000 twisti 8152134: [JVMCI] printing compile queues always prints C2 regardless of UseJVMCICompiler
Thu, 03 Mar 2016 16:21:16 +0100 simonis 8150646: Add support for blocking compiles though whitebox API
Thu, 25 Feb 2016 10:44:19 +0100 neliasso 8149789: SIGSEGV in CompileTask::print
Fri, 19 Feb 2016 10:06:19 +0100 thartmann 8145707: 4 Null pointer dereference defect groups in compileBroker.cpp.
Tue, 16 Feb 2016 09:49:58 -0800 never 8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
Mon, 08 Feb 2016 18:52:03 +0100 dnsimon 8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
Fri, 22 Jan 2016 15:25:40 +0100 neliasso 8063112: Compiler diagnostic commands should have locking instead of safepoint
Thu, 28 Jan 2016 09:49:17 +0100 thartmann Merge
Thu, 14 Jan 2016 17:36:29 +0100 jwilhelm Merge
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Fri, 22 Jan 2016 11:08:07 -0800 never 8147432: JVMCI should report bailouts in PrintCompilation output
Mon, 18 Jan 2016 11:07:40 -0800 never 8147433: PrintNMethods no longer works with JVMCI
Mon, 11 Jan 2016 14:23:35 +0100 dnsimon 8146705: Improve JVMCI support for blocking compilation
Fri, 18 Dec 2015 12:39:02 -0800 twisti Merge
Wed, 16 Dec 2015 15:38:28 +0100 neliasso 8144246: adding lots of directives via jcmd may produce OOM crash
Sun, 13 Dec 2015 22:51:13 +0100 dnsimon 8145270: Need to eagerly initialize JVMCI compiler under -Xcomp
Wed, 18 Nov 2015 09:43:31 -1000 twisti 8141330: [JVMCI] avoid deadlock between application thread and JVMCI compiler thread under -Xbatch
Wed, 18 Nov 2015 03:03:43 +0300 vlivanov 8139595: MethodHandles::remove_dependent_nmethod is not MT safe
Fri, 13 Nov 2015 10:08:44 +0100 neliasso 8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher
Fri, 13 Nov 2015 13:31:48 +0100 neliasso Merge
Thu, 05 Nov 2015 19:31:57 +0100 jwilhelm Merge
Wed, 28 Oct 2015 09:47:23 -0400 coleenp 8139203: Consistent naming for klass type predicates
Fri, 23 Oct 2015 16:48:38 -0400 coleenp 8140274: methodHandles and constantPoolHandles should be passed as const references
Tue, 10 Nov 2015 10:34:39 -1000 twisti 8142329: [JVMCI] pass Handle by value
Wed, 28 Oct 2015 15:44:28 +0100 neliasso 8140581: Excluding compile messages should only be printed with PrintCompilation
Tue, 20 Oct 2015 18:07:28 +0200 neliasso 8137167: JEP165: Compiler Control: Implementation task
Sat, 17 Oct 2015 19:40:30 -0400 dlong Merge
Wed, 07 Oct 2015 01:03:24 +0200 jwilhelm Merge
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Mon, 12 Oct 2015 14:54:39 +0200 redestad 8134607: Remove per-compiler performance counters
Thu, 08 Oct 2015 12:49:30 -1000 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
Fri, 18 Sep 2015 10:11:11 +0200 neliasso 8135068: Extract method matchers from CompilerOracle
Fri, 04 Sep 2015 12:47:57 +0200 neliasso 8135067: Preparatory refactorings for compiler control
Wed, 19 Aug 2015 08:55:18 +0200 zmajo 8076373: In 32-bit VM interpreter and compiled code process NaN values differently
Thu, 23 Jul 2015 15:17:58 -0400 coleenp 8082782: vm crash on StressRedefineWithoutBytecodeCorruption fails with assert(((Metadata*)obj)->is_valid()) failed: obj is valid
Tue, 31 Mar 2015 21:46:44 +0200 mhaupt 6900757: minor bug fixes to LogCompilation tool
Wed, 24 Jun 2015 12:12:25 -0400 bpittore 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Wed, 21 Jan 2015 10:51:35 +0100 zmajo 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
Mon, 12 Jan 2015 18:58:49 +0300 pchistyakov 8059551: JEP-JDK-8043304: Test task: stress tests
Wed, 26 Nov 2014 08:06:58 +0100 thartmann 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
Mon, 24 Nov 2014 08:48:15 +0100 thartmann 8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure'
Thu, 13 Nov 2014 14:42:54 +0100 neliasso 8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out
Mon, 10 Nov 2014 19:04:38 +0300 iignatyev 8059624: Test task: WhiteBox API for testing segmented codecache feature
Fri, 31 Oct 2014 10:15:29 -0700 dcubed Merge
Fri, 24 Oct 2014 14:25:46 +0200 anoll 8046809: vm/mlvm/meth/stress/compiler/deoptimize CodeCache is full.
Thu, 30 Oct 2014 18:38:42 -0400 coleenp 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
Thu, 25 Sep 2014 12:10:57 +0400 shade 8058968: Compiler time traces should be improved
Mon, 15 Sep 2014 17:12:01 +0200 neliasso 8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV
Thu, 18 Sep 2014 08:32:12 +0000 iveresov Merge
Thu, 18 Sep 2014 08:47:07 +0200 neliasso 8058583: Remove CompilationRepeat
Wed, 17 Sep 2014 21:15:03 -0700 iveresov 8058564: Tiered compilation performance drop in PIT
Wed, 17 Sep 2014 08:00:07 +0200 thartmann 8015774: Add support for multiple code heaps
Wed, 10 Sep 2014 13:27:33 +0200 neliasso 8054889: Compiler team's implementation task
Fri, 18 Jul 2014 12:02:54 -0700 amurillo Merge
Mon, 14 Jul 2014 12:43:50 +0400 hseigel 8030763: Validate global memory allocation
Mon, 14 Jul 2014 03:26:52 -0700 vlivanov 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
Tue, 08 Jul 2014 08:04:06 -0700 fparain 8047714: Fix for JDK-6546236 made Solaris os::yield() a no-op
Thu, 26 Jun 2014 18:55:29 -0700 jmasa Merge
Mon, 23 Jun 2014 04:44:02 +0000 anoll Merge
Mon, 23 Jun 2014 08:40:31 +0200 anoll 8046286: assert: Do not add task if compilation is turned off forever
Fri, 20 Jun 2014 09:25:13 +0200 anoll 8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Tue, 11 Mar 2014 15:06:34 +0400 vlivanov 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Wed, 07 May 2014 22:06:42 +0200 anoll 8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798
Tue, 06 May 2014 09:52:38 +0200 anoll 8042428: CompileQueue::free_all() code is incorrect
Tue, 29 Apr 2014 07:59:22 +0200 anoll 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
Thu, 20 Feb 2014 12:20:56 -0800 kvn Merge
Tue, 18 Feb 2014 09:15:40 +0100 sla 8034080: Remove the USDT1 dtrace code from Hotspot
Wed, 19 Feb 2014 12:08:49 -0800 kvn Merge
Tue, 11 Feb 2014 08:43:17 -0800 iklam 7182040: volano29 limited by os resource on Linux - need better diagnostic message
Thu, 16 Jan 2014 20:14:21 +0100 sla 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Fri, 10 Jan 2014 06:36:18 +0100 anoll 8022494: Make compilation IDs sequential
Thu, 21 Nov 2013 19:00:57 -0800 goetz 8028767: PPC64: (part 121): smaller shared changes needed to build C2
Thu, 21 Nov 2013 12:30:35 -0800 kvn Merge
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Fri, 21 Jun 2013 15:56:24 -0700 kvn Merge
Thu, 20 Jun 2013 16:30:44 -0700 goetz 8016586: PPC64 (part 3): basic changes for PPC64
Tue, 12 Nov 2013 09:32:50 +0100 anoll 8027593: performance drop with constrained codecache starting with hs25 b111
Fri, 25 Oct 2013 22:57:13 +0200 anoll 8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers)
Wed, 23 Oct 2013 10:00:39 +0200 anoll 8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
Thu, 10 Oct 2013 15:44:12 +0200 anoll 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
Fri, 04 Oct 2013 09:19:13 +0200 anoll 8025656: compiler/8013496/Test8013496.sh fails on assert
Fri, 27 Sep 2013 10:50:55 +0200 anoll 8020151: PSR:PERF Large performance regressions when code cache is filled
Fri, 23 Aug 2013 11:41:37 -0700 kvn 8012972: Incremental Inlining should support scalar replaced object in debug info
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Mon, 03 Jun 2013 08:52:20 +0200 anoll 8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
Wed, 08 May 2013 15:08:01 -0700 kvn 6934604: enable parts of EliminateAutoBox by default
Thu, 02 May 2013 10:27:15 +0200 roland 8013532: Remove unused parameter "compiler" from DTRACE_METHOD_COMPILE* macros
Mon, 29 Apr 2013 13:20:19 +0200 neliasso 8012547: Code cache flushing can get stuck reclaming of memory
Thu, 25 Apr 2013 11:09:24 -0700 iignatyev 8011675: adding compilation level to replay data
Thu, 11 Apr 2013 13:57:44 +0200 neliasso 8006952: Slow VM due to excessive code cache freelist iteration
Tue, 09 Apr 2013 09:54:17 -0700 iignatyev 8007288: Additional WB API for compiler's testing
Thu, 21 Mar 2013 09:27:54 +0100 roland 7153771: array bound check elimination for c1
Tue, 19 Mar 2013 07:23:29 -0700 morris 8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
Wed, 13 Feb 2013 10:25:09 +0100 neliasso 8005772: Stubs report compile id -1 in phase events
Tue, 05 Feb 2013 08:25:51 -0800 vlivanov 8006613: adding reason to made_not_compilable
Thu, 17 Jan 2013 18:47:36 -0800 kvn Merge
Mon, 14 Jan 2013 13:52:08 -0500 vladidan 8005204: Code Cache Reduction: command line options implementation
Fri, 11 Jan 2013 16:47:23 -0800 twisti 8005820: Shark: enable JSR292 support
Wed, 12 Dec 2012 11:39:29 -0500 coleenp 8004883: NPG: clean up anonymous class fix
Thu, 29 Nov 2012 16:50:29 -0500 coleenp 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
Tue, 06 Nov 2012 15:09:37 -0500 coleenp 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
Fri, 05 Oct 2012 18:57:10 -0700 vlivanov 7177003: C1: LogCompilation support
Mon, 24 Sep 2012 17:59:24 -0700 twisti 7200001: failed C1 OSR compile doesn't get recompiled with C2
Fri, 07 Sep 2012 12:04:16 -0400 coleenp 7195833: NPG: Rename instanceClassLoaderKlass, instanceRefKlass and instanceMirrorKlass
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Wed, 15 Feb 2012 10:12:55 -0800 never 7145537: minor tweaks to LogEvents
Fri, 03 Feb 2012 12:08:55 -0800 jcoomes Merge
Fri, 27 Jan 2012 10:42:36 -0500 kamg Merge
Thu, 26 Jan 2012 20:06:06 -0500 phh 7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11
Wed, 01 Feb 2012 07:59:01 -0800 never 7141200: log some interesting information in ring buffers for crashes
Thu, 26 Jan 2012 12:15:24 -0800 iveresov 7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
Mon, 28 Nov 2011 15:46:31 -0800 kvn 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
Wed, 09 Nov 2011 07:25:51 -0800 kvn 7107042: assert(no_dead_loop) failed: dead loop detected
Wed, 26 Oct 2011 06:08:56 -0700 kvn 7097546: Optimize use of CMOVE instructions
Thu, 13 Oct 2011 09:35:42 -0700 dcubed 7098194: integrate macosx-port changes
less more (0) -120 tip