Fri, 01 Apr 2016 12:32:34 -0700 8150994: UseParallelGC fails with UseDynamicNumberOfGCThreads with specjbb2005
jmasa [Fri, 01 Apr 2016 12:32:34 -0700] rev 38170
8150994: UseParallelGC fails with UseDynamicNumberOfGCThreads with specjbb2005 Reviewed-by: tschatzl, kbarrett
Mon, 02 May 2016 19:43:41 +0200 Merge
tschatzl [Mon, 02 May 2016 19:43:41 +0200] rev 38169
Merge
Mon, 02 May 2016 18:54:09 +0200 Merge
tschatzl [Mon, 02 May 2016 18:54:09 +0200] rev 38168
Merge
Mon, 02 May 2016 17:45:19 +0200 8154955: Negative Other Time in gc logs due to 'Wait for Root Region Scan' not included
tschatzl [Mon, 02 May 2016 17:45:19 +0200] rev 38167
8154955: Negative Other Time in gc logs due to 'Wait for Root Region Scan' not included Summary: Move the note_gc_start() call before the wait_for_root_region_scanning() one. Reviewed-by: kbarrett, tschatzl Contributed-by: Yu Zhang <yu.zhang@oracle.com>
Mon, 02 May 2016 13:39:52 +0200 8155819: Support non-continuous CodeBlobs in HotSpot broke Zero
sgehwolf [Mon, 02 May 2016 13:39:52 +0200] rev 38166
8155819: Support non-continuous CodeBlobs in HotSpot broke Zero Summary: Adjust to CompiledMethod changes. Reviewed-by: coleenp, rbackman
Mon, 02 May 2016 17:58:42 +0200 Merge
drwhite [Mon, 02 May 2016 17:58:42 +0200] rev 38165
Merge
Mon, 02 May 2016 11:18:10 -0400 8155754: Quarantine serviceability/tmtools/jstat/GcTest02.java
drwhite [Mon, 02 May 2016 11:18:10 -0400] rev 38164
8155754: Quarantine serviceability/tmtools/jstat/GcTest02.java Summary: Add @ignore 8155570 Reviewed-by: kbarrett, stefank
Mon, 02 May 2016 16:53:03 +0200 Merge
mgerdin [Mon, 02 May 2016 16:53:03 +0200] rev 38163
Merge
Wed, 27 Apr 2016 16:11:45 +0200 8150393: Maintain the set of survivor regions in an array between GCs
mgerdin [Wed, 27 Apr 2016 16:11:45 +0200] rev 38162
8150393: Maintain the set of survivor regions in an array between GCs Reviewed-by: tschatzl, sjohanss
Mon, 02 May 2016 14:14:16 +0200 8155811: Remove HeapRegionRemSet::_coarse_dirty flag
tschatzl [Mon, 02 May 2016 14:14:16 +0200] rev 38161
8155811: Remove HeapRegionRemSet::_coarse_dirty flag Reviewed-by: mgerdin, jmasa
Mon, 02 May 2016 14:13:05 +0200 8155813: Fix indentation in G1RemSetScanState::clear_card_table()
tschatzl [Mon, 02 May 2016 14:13:05 +0200] rev 38160
8155813: Fix indentation in G1RemSetScanState::clear_card_table() Reviewed-by: mgerdin
Mon, 02 May 2016 12:44:25 +0200 Merge
egahlin [Mon, 02 May 2016 12:44:25 +0200] rev 38159
Merge
Fri, 22 Apr 2016 00:08:43 +0200 8154794: Add support for experimental fields/events to event-based tracing
egahlin [Fri, 22 Apr 2016 00:08:43 +0200] rev 38158
8154794: Add support for experimental fields/events to event-based tracing Reviewed-by: mlarsson, mgronlun
Mon, 02 May 2016 10:24:41 +0200 8155229: Tune thread usage for live data clearing
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38157
8155229: Tune thread usage for live data clearing Reviewed-by: mgerdin, drwhite
Mon, 02 May 2016 10:24:41 +0200 8155233: Lazy coarse map clear
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38156
8155233: Lazy coarse map clear Summary: Only clear the coarse bitmaps of the remembered sets if they were dirtied. Reviewed-by: jmasa, mgerdin
Mon, 02 May 2016 10:24:41 +0200 8155230: Tune thread usage for mark bitmap clear
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38155
8155230: Tune thread usage for mark bitmap clear Reviewed-by: jmasa, mgerdin
Mon, 02 May 2016 10:24:41 +0200 8153507: Improve Card Table Clear Task
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38154
8153507: Improve Card Table Clear Task Summary: Move card table clear code into remembered set related files. Improve work distribution of this task, and tune thread usage. Reviewed-by: jmasa, mgerdin
Mon, 02 May 2016 10:24:41 +0200 8155232: Augment Workgang to run task with a given number of threads
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38153
8155232: Augment Workgang to run task with a given number of threads Summary: Add a method to run a WorkGang with a set number of threads. Reviewed-by: stefank, jmasa, mgerdin
Sun, 01 May 2016 12:47:00 +0300 8154258: [TESTBUG] Various serviceability tests fail compilation
dsamersoff [Sun, 01 May 2016 12:47:00 +0300] rev 38152
8154258: [TESTBUG] Various serviceability tests fail compilation Summary: Replace sun.misc.Unsafe with jdk.internal.misc.Unsafe Reviewed-by: chegar, kvn
Fri, 29 Apr 2016 22:40:51 -0400 8154110: Update class* and safepoint* logging subsystems
mockner [Fri, 29 Apr 2016 22:40:51 -0400] rev 38151
8154110: Update class* and safepoint* logging subsystems Summary: Refactored logging tags in class and safepoint subsystems. Reviewed-by: coleenp, rehn, hseigel
Fri, 29 Apr 2016 18:55:41 +0000 Merge
jmasa [Fri, 29 Apr 2016 18:55:41 +0000] rev 38150
Merge
Tue, 26 Apr 2016 09:19:19 -0700 8154743: Internal Error: psParallelCompact.hpp assert(addr >= _region_start) failed: bad addr
jmasa [Tue, 26 Apr 2016 09:19:19 -0700] rev 38149
8154743: Internal Error: psParallelCompact.hpp assert(addr >= _region_start) failed: bad addr Reviewed-by: tschatzl, kbarrett
Fri, 29 Apr 2016 18:00:57 +0200 Merge
ecaspole [Fri, 29 Apr 2016 18:00:57 +0200] rev 38148
Merge
Fri, 29 Apr 2016 10:04:24 -0400 8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream
ecaspole [Fri, 29 Apr 2016 10:04:24 -0400] rev 38147
8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream Summary: Fix indentation Reviewed-by: dcubed
Tue, 26 Apr 2016 23:29:51 +0530 8147026: Convert an assert in ClassLoaderData to a guarantee
shshahma [Tue, 26 Apr 2016 23:29:51 +0530] rev 38146
8147026: Convert an assert in ClassLoaderData to a guarantee Summary: Guarantee is to ensure classloader is a valid oop will help catch the errors at an early stage rather than crashing the JVM later on in the GC Reviewed-by: coleenp
Fri, 29 Apr 2016 14:17:34 +0300 Merge
vlivanov [Fri, 29 Apr 2016 14:17:34 +0300] rev 38145
Merge
Fri, 29 Apr 2016 02:13:40 +0300 Merge
vlivanov [Fri, 29 Apr 2016 02:13:40 +0300] rev 38144
Merge
Thu, 28 Apr 2016 13:26:29 +0000 8155617: aarch64: ClearArray does not use DC ZVA
enevill [Thu, 28 Apr 2016 13:26:29 +0000] rev 38143
8155617: aarch64: ClearArray does not use DC ZVA Summary: Implement block zero using DC ZVA Reviewed-by: aph Contributed-by: long.chen@linaro.org, edward.nevill@gmail.com
Thu, 28 Apr 2016 17:36:37 +0200 6941938: Improve array equals intrinsic on SPARC
thartmann [Thu, 28 Apr 2016 17:36:37 +0200] rev 38142
6941938: Improve array equals intrinsic on SPARC Summary: Array equals intrinsic should do 8-byte comparison on SPARC. Reviewed-by: kvn, jrose, mgerdin, twisti
Thu, 28 Apr 2016 15:24:17 +0200 8155612: Aarch64: vector nodes need to support misaligned offset
roland [Thu, 28 Apr 2016 15:24:17 +0200] rev 38141
8155612: Aarch64: vector nodes need to support misaligned offset Summary: Add support for misaligned offsets. Reviewed-by: aph
Thu, 28 Apr 2016 10:32:12 +0200 8154836: VM crash due to "Base pointers must match"
mdoerr [Thu, 28 Apr 2016 10:32:12 +0200] rev 38140
8154836: VM crash due to "Base pointers must match" Summary: Improve the handling of AddP nodes in final graph reshaping. Reviewed-by: kvn, zmajo
Wed, 27 Apr 2016 16:20:49 -0700 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
never [Wed, 27 Apr 2016 16:20:49 -0700] rev 38139
8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces Reviewed-by: iveresov
Wed, 27 Apr 2016 13:37:07 -0700 8154975: Update for vectorizedMismatch with AVX512
vdeshpande [Wed, 27 Apr 2016 13:37:07 -0700] rev 38138
8154975: Update for vectorizedMismatch with AVX512 Reviewed-by: kvn
Mon, 25 Apr 2016 15:14:02 +0200 8155015: Aarch64: bad assert in spill generation code
roland [Mon, 25 Apr 2016 15:14:02 +0200] rev 38137
8155015: Aarch64: bad assert in spill generation code Reviewed-by: thartmann
Wed, 27 Apr 2016 01:14:07 -0700 8154939: 8153998 broke vectorization on aarch64
roland [Wed, 27 Apr 2016 01:14:07 -0700] rev 38136
8154939: 8153998 broke vectorization on aarch64 Reviewed-by: kvn, mcberg
Tue, 26 Apr 2016 21:54:21 -0700 8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin [Tue, 26 Apr 2016 21:54:21 -0700] rev 38135
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available) Reviewed-by: kvn
Tue, 26 Apr 2016 20:43:59 -0700 8154896: xml.transform fails intermittently on SKX
mcberg [Tue, 26 Apr 2016 20:43:59 -0700] rev 38134
8154896: xml.transform fails intermittently on SKX Summary: Replace some short branches (jccb) to avoid problem when EVEX is used. Reviewed-by: twisti, kvn
Tue, 26 Apr 2016 10:28:51 +0200 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman [Tue, 26 Apr 2016 10:28:51 +0200] rev 38133
8151956: Support non-continuous CodeBlobs in HotSpot Reviewed-by: iveresov, thartmann, simonis
Mon, 25 Apr 2016 21:25:22 +0300 8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method
vlivanov [Mon, 25 Apr 2016 21:25:22 +0300] rev 38132
8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method Reviewed-by: kvn
Mon, 25 Apr 2016 18:36:27 +0300 8134918: C2: Type speculation produces mismatched unsafe accesses
vlivanov [Mon, 25 Apr 2016 18:36:27 +0300] rev 38131
8134918: C2: Type speculation produces mismatched unsafe accesses Reviewed-by: kvn
Mon, 25 Apr 2016 10:53:42 +0200 8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks
thartmann [Mon, 25 Apr 2016 10:53:42 +0200] rev 38130
8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks Summary: Pre-loop Opaque1 node 'pre_opaq' should be put on the IGVN worklist after modification. Reviewed-by: kvn
Mon, 25 Apr 2016 10:51:44 +0200 8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled
thartmann [Mon, 25 Apr 2016 10:51:44 +0200] rev 38129
8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled Summary: Disable multiversioning if range check elimination is turned off. Reviewed-by: mcberg, kvn
Fri, 29 Apr 2016 08:39:22 +0200 8155245: Add logging when MMU target is violated
sjohanss [Fri, 29 Apr 2016 08:39:22 +0200] rev 38128
8155245: Add logging when MMU target is violated Reviewed-by: ehelin, mgerdin
Thu, 28 Apr 2016 23:08:16 -0700 Merge
amurillo [Thu, 28 Apr 2016 23:08:16 -0700] rev 38127
Merge
Thu, 28 Apr 2016 14:44:52 -0700 Merge
amurillo [Thu, 28 Apr 2016 14:44:52 -0700] rev 38126
Merge
Fri, 29 Apr 2016 04:44:08 +0200 Merge
mlarsson [Fri, 29 Apr 2016 04:44:08 +0200] rev 38125
Merge
Wed, 27 Apr 2016 21:00:45 +0900 8155089: UL: Remove trailing comma from log decoration list
ysuenaga [Wed, 27 Apr 2016 21:00:45 +0900] rev 38124
8155089: UL: Remove trailing comma from log decoration list Reviewed-by: dsamersoff, mlarsson
Fri, 29 Apr 2016 03:02:43 +0200 Merge
ppunegov [Fri, 29 Apr 2016 03:02:43 +0200] rev 38123
Merge
Thu, 28 Apr 2016 16:55:04 +0300 8155527: New test TestHumongousClassLoader fails with "-XX:+ExplicitGCInvokesConcurrent" option
kzhaldyb [Thu, 28 Apr 2016 16:55:04 +0300] rev 38122
8155527: New test TestHumongousClassLoader fails with "-XX:+ExplicitGCInvokesConcurrent" option Reviewed-by: dfazunen, drwhite, jwilhelm
Thu, 28 Apr 2016 17:58:18 +0300 8155034: [TESTBUG] ctw tests fail to compile: module reads package sun.reflect from both jdk.unsupported and java.base
ppunegov [Thu, 28 Apr 2016 17:58:18 +0300] rev 38121
8155034: [TESTBUG] ctw tests fail to compile: module reads package sun.reflect from both jdk.unsupported and java.base Summary: Replace sun.reflect with jdk.internal.reflect Reviewed-by: iignatyev, ddmitriev
Thu, 28 Apr 2016 23:32:50 +0000 Merge
gziemski [Thu, 28 Apr 2016 23:32:50 +0000] rev 38120
Merge
Thu, 28 Apr 2016 22:44:52 +0000 Merge
gziemski [Thu, 28 Apr 2016 22:44:52 +0000] rev 38119
Merge
Thu, 28 Apr 2016 10:41:53 -0500 8153835: Fix range of flag MaxDirectMemorySize which is parsed at jlong
gziemski [Thu, 28 Apr 2016 10:41:53 -0500] rev 38118
8153835: Fix range of flag MaxDirectMemorySize which is parsed at jlong Summary: Changed MaxDirectMemorySize type to uint64_t and set max to max_jlong Reviewed-by: goetz, simonis
Thu, 28 Apr 2016 21:56:38 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 21:56:38 +0000] rev 38117
Merge
Thu, 28 Apr 2016 19:34:13 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 19:34:13 +0000] rev 38116
Merge
Thu, 28 Apr 2016 12:25:16 -0700 8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module
sspitsyn [Thu, 28 Apr 2016 12:25:16 -0700] rev 38115
8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module Summary: Clarify the JVMTI spec Reviewed-by: alanb
Thu, 28 Apr 2016 22:32:06 +0200 Merge
stefank [Thu, 28 Apr 2016 22:32:06 +0200] rev 38114
Merge
Thu, 28 Apr 2016 15:52:08 +0200 8155206: Internal VM test DirectiveParser_test is too verbose
stefank [Thu, 28 Apr 2016 15:52:08 +0200] rev 38113
8155206: Internal VM test DirectiveParser_test is too verbose Reviewed-by: rehn, neliasso
Thu, 28 Apr 2016 13:44:36 -0400 8151342: Add module name/version to class histogram output
hseigel [Thu, 28 Apr 2016 13:44:36 -0400] rev 38112
8151342: Add module name/version to class histogram output Summary: Add additional column to histogram containing module@version Reviewed-by: sundar, gtriantafill
Thu, 28 Apr 2016 09:10:10 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 09:10:10 +0000] rev 38111
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip