Tue, 17 Nov 2015 23:35:55 +0100 Merge
twisti [Tue, 17 Nov 2015 23:35:55 +0100] rev 34193
Merge
Tue, 17 Nov 2015 11:29:23 -1000 8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code
twisti [Tue, 17 Nov 2015 11:29:23 -1000] rev 34192
8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code Reviewed-by: twisti Contributed-by: Doug Simon <doug.simon@oracle.com>
Fri, 13 Nov 2015 10:08:44 +0100 8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher
neliasso [Fri, 13 Nov 2015 10:08:44 +0100] rev 34191
8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher Summary: Missing methodHandle and read before lock Reviewed-by: twisti
Thu, 05 Nov 2015 12:37:03 +0100 8141424: [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds
neliasso [Thu, 05 Nov 2015 12:37:03 +0100] rev 34190
8141424: [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds Summary: Test a flag that is in all builds instead Reviewed-by: roland
Tue, 17 Nov 2015 12:00:16 +0100 8142386: Octane crashes with assert(is_Load())
roland [Tue, 17 Nov 2015 12:00:16 +0100] rev 34189
8142386: Octane crashes with assert(is_Load()) Summary: Unsafe access to an array is wrongly marked as mismatched Reviewed-by: vlivanov, thartmann
Tue, 17 Nov 2015 08:59:21 +0100 8139258: PPC64LE: argument passing problem when passing 15 floats in native call
goetz [Tue, 17 Nov 2015 08:59:21 +0100] rev 34188
8139258: PPC64LE: argument passing problem when passing 15 floats in native call Reviewed-by: mdoerr, goetz Contributed-by: asmundak@google.com
Mon, 16 Nov 2015 20:57:49 +0100 8143059: TestUnsafeUnalignedMismatchedAccesses doens't build after 8139891
neliasso [Mon, 16 Nov 2015 20:57:49 +0100] rev 34187
8143059: TestUnsafeUnalignedMismatchedAccesses doens't build after 8139891 Summary: Use new Unsafe import path Reviewed-by: roland, thartmann, shade
Mon, 16 Nov 2015 20:56:18 +0100 Merge
neliasso [Mon, 16 Nov 2015 20:56:18 +0100] rev 34186
Merge
Fri, 13 Nov 2015 13:31:48 +0100 Merge
neliasso [Fri, 13 Nov 2015 13:31:48 +0100] rev 34185
Merge
Mon, 16 Nov 2015 16:39:29 +0000 Merge
roland [Mon, 16 Nov 2015 16:39:29 +0000] rev 34184
Merge
Mon, 16 Nov 2015 16:14:15 +0100 8139758: [REDO] Elide more final field's write memory barrier with escape analysis result
hshi [Mon, 16 Nov 2015 16:14:15 +0100] rev 34183
8139758: [REDO] Elide more final field's write memory barrier with escape analysis result Summary: membar for all final field initializations eliminated if possible Reviewed-by: roland, vlivanov
Mon, 16 Nov 2015 15:35:43 +0100 8061436: Processing of options related to segmented code cache should be enhanced
thartmann [Mon, 16 Nov 2015 15:35:43 +0100] rev 34182
8061436: Processing of options related to segmented code cache should be enhanced Summary: Allow user to set code heap sizes individually and enhance checking of code cache flags. Reviewed-by: kvn, roland
Mon, 16 Nov 2015 11:58:31 +0000 Merge
roland [Mon, 16 Nov 2015 11:58:31 +0000] rev 34181
Merge
Mon, 16 Nov 2015 09:55:25 +0100 8042997: Make intrinsic some or all check index/range methods
roland [Mon, 16 Nov 2015 09:55:25 +0100] rev 34180
8042997: Make intrinsic some or all check index/range methods Summary: Objects.checkIndex() intrinsic Reviewed-by: vlivanov, shade
Mon, 16 Nov 2015 10:54:47 +0100 Merge
zmajo [Mon, 16 Nov 2015 10:54:47 +0100] rev 34179
Merge
Mon, 16 Nov 2015 09:42:20 +0100 8140327: segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option
zmajo [Mon, 16 Nov 2015 09:42:20 +0100] rev 34178
8140327: segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option Summary: Update range for the CompilerThreadStackSize flag. Remove flag from testing. Reviewed-by: kvn
Mon, 16 Nov 2015 08:03:24 +0100 8142500: missing null checks in IfNode::has_only_uncommon_traps
thartmann [Mon, 16 Nov 2015 08:03:24 +0100] rev 34177
8142500: missing null checks in IfNode::has_only_uncommon_traps Summary: IfNode::has_only_uncommon_traps needs to null-check the callers. Reviewed-by: kvn, roland, rbackman
Fri, 13 Nov 2015 18:14:41 +0300 8131778: java disables UseAES flag when using VIS=2 on sparc
kshefov [Fri, 13 Nov 2015 18:14:41 +0300] rev 34176
8131778: java disables UseAES flag when using VIS=2 on sparc Reviewed-by: iignatyev, kvn
Thu, 12 Nov 2015 13:30:35 +0100 8142387: Various JVMCI tests fail on unexpected exception
twisti [Thu, 12 Nov 2015 13:30:35 +0100] rev 34175
8142387: Various JVMCI tests fail on unexpected exception Reviewed-by: iignatyev, twisti Contributed-by: Roland Schatz <roland.schatz@oracle.com>
Wed, 11 Nov 2015 16:32:17 -1000 8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
twisti [Wed, 11 Nov 2015 16:32:17 -1000] rev 34174
8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds Reviewed-by: goetz, stefank
Wed, 11 Nov 2015 14:40:38 -1000 8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set
twisti [Wed, 11 Nov 2015 14:40:38 -1000] rev 34173
8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set Reviewed-by: twisti Contributed-by: Gilles Duboscq <gilles.m.duboscq@oracle.com>
Tue, 10 Nov 2015 21:09:49 +0300 8139388: [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
tpivovarova [Tue, 10 Nov 2015 21:09:49 +0300] rev 34172
8139388: [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>) Reviewed-by: twisti
Wed, 11 Nov 2015 15:04:15 +0300 8138810: rework tests for CompilerToVM::allocateCompiledId
tpivovarova [Wed, 11 Nov 2015 15:04:15 +0300] rev 34171
8138810: rework tests for CompilerToVM::allocateCompiledId Reviewed-by: twisti
Tue, 10 Nov 2015 11:01:28 +0100 8142314: Bug in C1 ControlFlowOptimizer::delete_unnecessary_jumps with bytecode profiling
simonis [Tue, 10 Nov 2015 11:01:28 +0100] rev 34170
8142314: Bug in C1 ControlFlowOptimizer::delete_unnecessary_jumps with bytecode profiling Reviewed-by: kvn Contributed-by: gunter.haug@sap.com
Wed, 11 Nov 2015 01:27:36 +0300 8140650: Method::is_accessor should cover getters and setters for all types
shade [Wed, 11 Nov 2015 01:27:36 +0300] rev 34169
8140650: Method::is_accessor should cover getters and setters for all types Reviewed-by: vlivanov, coleenp, sgehwolf
Tue, 10 Nov 2015 21:36:35 -0800 8141624: Limit calculation of pre loop during super word optimization is wrong
kvn [Tue, 10 Nov 2015 21:36:35 -0800] rev 34168
8141624: Limit calculation of pre loop during super word optimization is wrong Reviewed-by: vlivanov, kvn
Tue, 10 Nov 2015 11:50:20 -1000 8142436: [JVMCI] fix management of nmethod::_installed_code field
never [Tue, 10 Nov 2015 11:50:20 -1000] rev 34167
8142436: [JVMCI] fix management of nmethod::_installed_code field Reviewed-by: twisti
Tue, 10 Nov 2015 11:49:42 -1000 8142435: [JVMCI] restore missing InstalledCode.version increment
never [Tue, 10 Nov 2015 11:49:42 -1000] rev 34166
8142435: [JVMCI] restore missing InstalledCode.version increment Reviewed-by: twisti
Tue, 10 Nov 2015 10:34:39 -1000 8142329: [JVMCI] pass Handle by value
twisti [Tue, 10 Nov 2015 10:34:39 -1000] rev 34165
8142329: [JVMCI] pass Handle by value Reviewed-by: coleenp, twisti Contributed-by: Roland Schatz <roland.schatz@oracle.com>
Mon, 09 Nov 2015 11:28:31 +0100 8137168: Replace IfNode with a new RangeCheckNode for range checks
roland [Mon, 09 Nov 2015 11:28:31 +0100] rev 34164
8137168: Replace IfNode with a new RangeCheckNode for range checks Summary: new RangeCheckNode to enable optimization of explicit library level range checks Reviewed-by: kvn, thartmann
Mon, 09 Nov 2015 22:43:30 +0000 Merge
iveresov [Mon, 09 Nov 2015 22:43:30 +0000] rev 34163
Merge
Mon, 09 Nov 2015 11:26:41 -0800 8140779: Code generation fixes for avx512
iveresov [Mon, 09 Nov 2015 11:26:41 -0800] rev 34162
8140779: Code generation fixes for avx512 Summary: Assembler refactoring. Abstract away instruction attributes. Reviewed-by: kvn, roland, iveresov Contributed-by: michael.c.berg@intel.com
Mon, 09 Nov 2015 20:01:29 +0000 Merge
twisti [Mon, 09 Nov 2015 20:01:29 +0000] rev 34161
Merge
Wed, 21 Oct 2015 10:37:50 +0200 8138894: C1: Support IRIW on weak memory platforms
mdoerr [Wed, 21 Oct 2015 10:37:50 +0200] rev 34160
8138894: C1: Support IRIW on weak memory platforms Reviewed-by: twisti, goetz
Mon, 09 Nov 2015 13:27:18 +0000 Merge
thartmann [Mon, 09 Nov 2015 13:27:18 +0000] rev 34159
Merge
Mon, 09 Nov 2015 11:35:44 +0100 8067378: Add segmented code heaps info into jfr events: vm/code_cache/stats and vm/code_cache/config
thartmann [Mon, 09 Nov 2015 11:35:44 +0100] rev 34158
8067378: Add segmented code heaps info into jfr events: vm/code_cache/stats and vm/code_cache/config Summary: Added code heap specific information to code cache JFR events. Reviewed-by: twisti, mgronlun
Wed, 28 Oct 2015 10:20:33 +0100 8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI
roland [Wed, 28 Oct 2015 10:20:33 +0100] rev 34157
8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI Summary: Mismatched stores on same slice possible with Unsafe.Put*Unaligned methods Reviewed-by: kvn, thartmann
Fri, 06 Nov 2015 15:07:00 +0300 8141552: [TESTBUG] compiler/jvmci/events/JvmciNotifyInstallEventTest failed after jvmci refresh
dpochepk [Fri, 06 Nov 2015 15:07:00 +0300] rev 34156
8141552: [TESTBUG] compiler/jvmci/events/JvmciNotifyInstallEventTest failed after jvmci refresh Summary: Fixed test bug, which used same CompilationResult object instance in 2 installCode calls Reviewed-by: iignatyev, twisti
Fri, 06 Nov 2015 14:54:02 +0300 8138689: use package for /compiler/whitebox common classes
dpochepk [Fri, 06 Nov 2015 14:54:02 +0300] rev 34155
8138689: use package for /compiler/whitebox common classes Summary: Moved CompilerWhiteBoxTest to package, updating tests accordingly Reviewed-by: iignatyev
Fri, 06 Nov 2015 14:51:15 +0300 8141353: Testlibrary: add various changes into testlibrary Utils
dpochepk [Fri, 06 Nov 2015 14:51:15 +0300] rev 34154
8141353: Testlibrary: add various changes into testlibrary Utils Summary: added TEST_JDK, TEST_CLASSES properties and getMandatoryProperty method Reviewed-by: iignatyev
Fri, 06 Nov 2015 10:06:51 -1000 8139589: [JVMCI] throw exceptions in faulty code installation operations
twisti [Fri, 06 Nov 2015 10:06:51 -1000] rev 34153
8139589: [JVMCI] throw exceptions in faulty code installation operations Reviewed-by: twisti Contributed-by: Roland Schatz <roland.schatz@oracle.com>
Fri, 06 Nov 2015 08:45:13 +0000 Merge
thartmann [Fri, 06 Nov 2015 08:45:13 +0000] rev 34152
Merge
Fri, 06 Nov 2015 09:36:47 +0100 8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps
thartmann [Fri, 06 Nov 2015 09:36:47 +0100] rev 34151
8140574: C2 must re-execute checks after deoptimizing from merged uncommon traps Summary: Before merging uncommon traps we have to check for proper bci domination and compatible JVMStates to guarantee correct re-execution of the checks. Reviewed-by: kvn, roland
Wed, 25 Nov 2015 13:39:52 +0100 8144016: Add the gc tag to the logging framework
brutisso [Wed, 25 Nov 2015 13:39:52 +0100] rev 34150
8144016: Add the gc tag to the logging framework Reviewed-by: mlarsson, sjohanss
Mon, 30 Nov 2015 13:26:33 -0800 Merge
lana [Mon, 30 Nov 2015 13:26:33 -0800] rev 34149
Merge
Tue, 17 Nov 2015 16:40:52 -0500 8143014: Access PtrQueue member offsets through derived classes
kbarrett [Tue, 17 Nov 2015 16:40:52 -0500] rev 34148
8143014: Access PtrQueue member offsets through derived classes Summary: Moved accessors to derived classes and updated callers. Reviewed-by: tschatzl, jmasa, twisti
Tue, 17 Nov 2015 12:37:55 +0000 Merge
sjohanss [Tue, 17 Nov 2015 12:37:55 +0000] rev 34147
Merge
Tue, 17 Nov 2015 11:20:27 +0100 8141280: G1ResManAllocator doesn't work with _survivor_is_full/_old_is_full
sjohanss [Tue, 17 Nov 2015 11:20:27 +0100] rev 34146
8141280: G1ResManAllocator doesn't work with _survivor_is_full/_old_is_full Reviewed-by: jmasa, kbarrett, tschatzl
Thu, 05 Nov 2015 15:05:59 +0100 8141529: Fix handling of _JAVA_SR_SIGNUM
goetz [Thu, 05 Nov 2015 15:05:59 +0100] rev 34145
8141529: Fix handling of _JAVA_SR_SIGNUM Reviewed-by: dholmes, stuefe, dsamersoff
Mon, 16 Nov 2015 18:50:55 -0500 8139300: Internal Error (vm/utilities/debug.cpp:399), # Error: ShouldNotReachHere()
dholmes [Mon, 16 Nov 2015 18:50:55 -0500] rev 34144
8139300: Internal Error (vm/utilities/debug.cpp:399), # Error: ShouldNotReachHere() Reviewed-by: simonis, dcubed
Mon, 16 Nov 2015 23:12:36 +0100 Merge
dholmes [Mon, 16 Nov 2015 23:12:36 +0100] rev 34143
Merge
Mon, 16 Nov 2015 14:47:21 -0500 8141024: [Solaris] Obsolete UseAltSigs
dholmes [Mon, 16 Nov 2015 14:47:21 -0500] rev 34142
8141024: [Solaris] Obsolete UseAltSigs Reviewed-by: dcubed, ddmitriev
Mon, 16 Nov 2015 14:11:36 -0500 8143013: Remove unused DirtyCardQueue::iterate_closure_all_threads
kbarrett [Mon, 16 Nov 2015 14:11:36 -0500] rev 34141
8143013: Remove unused DirtyCardQueue::iterate_closure_all_threads Summary: Remove unused function. Reviewed-by: tbenson, tschatzl, mgerdin
Sat, 14 Nov 2015 18:26:35 +0000 Merge
jprovino [Sat, 14 Nov 2015 18:26:35 +0000] rev 34140
Merge
Fri, 13 Nov 2015 16:50:39 -0500 8027429: Add diagnostic command VM.info to get hs_err print-out
coleenp [Fri, 13 Nov 2015 16:50:39 -0500] rev 34139
8027429: Add diagnostic command VM.info to get hs_err print-out Summary: refactored hs_err reporting code so that it can be used for VM.info safely Reviewed-by: dholmes, hseigel Contributed-by: coleen.phillimore@oracle.com, david.buck@oracle.com
Fri, 13 Nov 2015 09:49:28 +0100 8142482: Improve the support for prefix functions in unified logging
mlarsson [Fri, 13 Nov 2015 09:49:28 +0100] rev 34138
8142482: Improve the support for prefix functions in unified logging Reviewed-by: brutisso, pliden
Fri, 13 Nov 2015 12:36:17 +0000 Merge
tschatzl [Fri, 13 Nov 2015 12:36:17 +0000] rev 34137
Merge
Thu, 12 Nov 2015 09:52:04 -0800 8134631: G1DummyRegionsPerGC fires assert of assert(words <= filler_array_max_size()) failed: too big for a single object
sangheki [Thu, 12 Nov 2015 09:52:04 -0800] rev 34136
8134631: G1DummyRegionsPerGC fires assert of assert(words <= filler_array_max_size()) failed: too big for a single object Summary: Change filler max value temporarily for G1DummyRegionsPerGC flag. Reviewed-by: tbenson, tschatzl
Fri, 13 Nov 2015 09:28:53 +0100 8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
sjohanss [Fri, 13 Nov 2015 09:28:53 +0100] rev 34135
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure> Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed. Reviewed-by: tbenson, kbarrett, tschatzl
Fri, 13 Nov 2015 09:12:06 +0100 8138684: G1 decision about taking regions into the collection set is too aggressive
tschatzl [Fri, 13 Nov 2015 09:12:06 +0100] rev 34134
8138684: G1 decision about taking regions into the collection set is too aggressive Summary: Factor in expected waste and uncertainty of our guess in the decision whether to take another region into the collection set. Reviewed-by: mgerdin, jmasa
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip