Thu, 26 Jan 2017 05:53:14 -0800 |
dnsimon |
8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
|
file |
diff |
annotate
|
Mon, 03 Oct 2016 17:54:28 +0000 |
rschatz |
8166781: fix wrong comment in ReceiverTypeData
|
file |
diff |
annotate
|
Mon, 22 Aug 2016 19:29:15 +0000 |
dnsimon |
8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp
|
file |
diff |
annotate
|
Sat, 30 Jan 2016 11:02:29 -0500 |
coleenp |
8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 17:02:02 -1000 |
twisti |
8134994: use separate VMStructs databases for SA and JVMCI
|
file |
diff |
annotate
|
Fri, 06 Nov 2015 11:34:03 +0100 |
neliasso |
Merge
|
file |
diff |
annotate
|
Fri, 23 Oct 2015 16:48:38 -0400 |
coleenp |
8140274: methodHandles and constantPoolHandles should be passed as const references
|
file |
diff |
annotate
|
Wed, 04 Nov 2015 07:23:23 -1000 |
twisti |
8139170: JVMCI refresh
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:49:30 -1000 |
twisti |
8136421: JEP 243: Java-Level JVM Compiler Interface
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 10:06:31 +0100 |
roland |
8073480: C2 should optimize explicit range checks
|
file |
diff |
annotate
|
Wed, 21 Jan 2015 10:51:35 +0100 |
zmajo |
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
|
file |
diff |
annotate
|
Thu, 18 Dec 2014 16:15:21 -0500 |
coleenp |
8067713: Move clean_weak_method_links for redefinition out of class unloading
|
file |
diff |
annotate
|
Tue, 11 Nov 2014 11:05:41 +0100 |
thartmann |
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
|
file |
diff |
annotate
|
Thu, 11 Sep 2014 00:04:50 -0700 |
iveresov |
8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 06:15:23 +0200 |
roland |
8057038: Speculative traps not robust when compilation and class unloading are concurrent
|
file |
diff |
annotate
|
Thu, 17 Jul 2014 15:45:46 -0400 |
coleenp |
8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
|
file |
diff |
annotate
|
Thu, 22 May 2014 13:42:44 +0200 |
rbackman |
8030976: Untaken paths should be more vigorously pruned at highest optimization level
|
file |
diff |
annotate
|
Thu, 15 May 2014 09:09:28 +0200 |
roland |
8026694: New type profiling points break compilation replay
|
file |
diff |
annotate
|
Tue, 13 May 2014 11:32:10 -0700 |
iveresov |
8032463: VirtualDispatch test timeout with DeoptimizeALot
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 14:25:21 +0200 |
roland |
8039975: SIGSEGV in MethodData::next_data(ProfileData*)
|
file |
diff |
annotate
|
Tue, 08 Apr 2014 09:51:25 +0200 |
roland |
8038636: speculative traps break when classes are redefined
|
file |
diff |
annotate
|
Mon, 31 Mar 2014 10:35:06 +0200 |
roland |
8037970: make PrintMethodData a diagnostic options
|
file |
diff |
annotate
|
Mon, 31 Mar 2014 09:08:53 +0200 |
roland |
8031755: Type speculation should be used to optimize explicit null checks
|
file |
diff |
annotate
|
Thu, 20 Mar 2014 17:49:27 -0700 |
kvn |
8031320: Use Intel RTM instructions for locks
|
file |
diff |
annotate
|
Wed, 05 Mar 2014 09:29:12 +0100 |
roland |
8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
|
file |
diff |
annotate
|
Tue, 25 Feb 2014 18:16:24 +0100 |
roland |
8031752: Failed speculative optimizations should be reattempted when root of compilation is different
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 12:30:35 -0800 |
kvn |
Merge
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 11:53:58 -0800 |
simonis |
8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'
|
file |
diff |
annotate
|
Tue, 05 Nov 2013 17:38:04 -0800 |
kvn |
Merge
|
file |
diff |
annotate
|
Sun, 15 Sep 2013 15:28:58 +0200 |
goetz |
8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
|
file |
diff |
annotate
|
Wed, 13 Nov 2013 13:45:50 +0100 |
roland |
8027572: assert(r != 0) failed: invalid
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 09:51:47 +0200 |
roland |
8026251: New type profiling points: parameters to methods
|
file |
diff |
annotate
|
Sat, 12 Oct 2013 12:12:59 +0200 |
roland |
8026054: New type profiling points: type of return values at calls
|
file |
diff |
annotate
|
Wed, 09 Oct 2013 16:32:21 +0200 |
roland |
8023657: New type profiling points: arguments to call
|
file |
diff |
annotate
|
Thu, 26 Sep 2013 10:25:02 -0400 |
hseigel |
7195622: CheckUnhandledOops has limited usefulness now
|
file |
diff |
annotate
|
Fri, 13 Sep 2013 16:55:44 -0700 |
twisti |
8024760: add more types, fields and constants to VMStructs
|
file |
diff |
annotate
|
Fri, 10 May 2013 08:27:30 -0700 |
minqi |
8003557: NPG: Klass* const k should be const Klass* k.
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 09:54:17 -0700 |
iignatyev |
8007288: Additional WB API for compiler's testing
|
file |
diff |
annotate
|
Thu, 07 Feb 2013 12:23:51 -0800 |
vlivanov |
Merge
|
file |
diff |
annotate
|
Fri, 25 Jan 2013 15:06:18 -0500 |
acorn |
6479360: PrintClassHistogram improvements
|
file |
diff |
annotate
|
Tue, 05 Feb 2013 08:25:51 -0800 |
vlivanov |
8006613: adding reason to made_not_compilable
|
file |
diff |
annotate
|
Sat, 01 Sep 2012 13:25:18 -0400 |
coleenp |
6964458: Reimplement class meta-data storage to use native memory
|
file |
diff |
annotate
| base
|