Wed, 27 Jan 2016 09:07:10 +0100 8147348: LogTagLevelExpression not properly initialized in configure_stdout
mlarsson [Wed, 27 Jan 2016 09:07:10 +0100] rev 35852
8147348: LogTagLevelExpression not properly initialized in configure_stdout Reviewed-by: brutisso, sla
Tue, 26 Jan 2016 15:28:31 +0100 8147814: Move verification code out of g1collectedheap
david [Tue, 26 Jan 2016 15:28:31 +0100] rev 35851
8147814: Move verification code out of g1collectedheap Reviewed-by: jwilhelm, tschatzl
Wed, 27 Jan 2016 05:59:31 +0100 Merge
dholmes [Wed, 27 Jan 2016 05:59:31 +0100] rev 35850
Merge
Tue, 26 Jan 2016 21:18:08 -0500 8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
dholmes [Tue, 26 Jan 2016 21:18:08 -0500] rev 35849
8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER Reviewed-by: simonis, dholmes Contributed-by: Matthias Baesken <matthias.baesken@sap.com>
Wed, 27 Jan 2016 03:28:22 +0000 Merge
coleenp [Wed, 27 Jan 2016 03:28:22 +0000] rev 35848
Merge
Wed, 20 Jan 2016 11:58:09 -0800 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
cjplummer [Wed, 20 Jan 2016 11:58:09 -0800] rev 35847
8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems Summary: Removed alignment of these fields. Reviewed-by: coleenp, dholmes, mgerdin
Wed, 10 Feb 2016 07:54:26 +0100 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
thartmann [Wed, 10 Feb 2016 07:54:26 +0100] rev 35846
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException Summary: Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline(). Reviewed-by: roland, shade, vlivanov, kvn, twisti
Mon, 08 Feb 2016 18:52:03 +0100 8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35845
8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch Reviewed-by: twisti, dholmes
Mon, 08 Feb 2016 18:52:03 +0100 8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
rschatz [Mon, 08 Feb 2016 18:52:03 +0100] rev 35844
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame' Reviewed-by: twisti
Fri, 05 Feb 2016 03:55:51 -0800 8149080: AArch64: Recognise disjoint array copy in stub code
hshi [Fri, 05 Feb 2016 03:55:51 -0800] rev 35843
8149080: AArch64: Recognise disjoint array copy in stub code Summary: Detect array copy can use fwd copy by checking (dest-src) above_same (copy_size) Reviewed-by: aph
Sat, 06 Feb 2016 04:09:47 -0800 8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching
hshi [Sat, 06 Feb 2016 04:09:47 -0800] rev 35842
8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching Summary: add byte array equal support for aarch64 Reviewed-by: aph
Mon, 08 Feb 2016 14:14:35 +0000 8149365: aarch64: memory copy does not prefetch on backwards copy
enevill [Mon, 08 Feb 2016 14:14:35 +0000] rev 35841
8149365: aarch64: memory copy does not prefetch on backwards copy Summary: Implement prefetch on backwards copies Reviewed-by: aph
Thu, 04 Feb 2016 16:24:28 +0000 8148783: aarch64: SEGV running SpecJBB2013
enevill [Thu, 04 Feb 2016 16:24:28 +0000] rev 35840
8148783: aarch64: SEGV running SpecJBB2013 Summary: Fix calculation of offset for adrp Reviewed-by: aph
Wed, 03 Feb 2016 11:34:12 +0000 8148948: aarch64: generate_copy_longs calls align() incorrectly
enevill [Wed, 03 Feb 2016 11:34:12 +0000] rev 35839
8148948: aarch64: generate_copy_longs calls align() incorrectly Summary: Fix alignments Reviewed-by: aph
Fri, 29 Jan 2016 17:18:35 +0100 8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
roland [Fri, 29 Jan 2016 17:18:35 +0100] rev 35838
8137049: Code quality: reducing an trivial integer loop does not produce an optimal code Summary: canonicalized if shape not recognized by empty loop detection code Reviewed-by: kvn, shade
Mon, 08 Feb 2016 18:52:03 +0100 8149019: remove redundant modifiers
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35837
8149019: remove redundant modifiers Reviewed-by: twisti
Mon, 08 Feb 2016 12:13:56 -0800 Merge
never [Mon, 08 Feb 2016 12:13:56 -0800] rev 35836
Merge
Fri, 05 Feb 2016 12:27:02 -0800 8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
never [Fri, 05 Feb 2016 12:27:02 -0800] rev 35835
8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime Reviewed-by: twisti, iignatyev
Mon, 08 Feb 2016 18:52:03 +0100 Merge
ppunegov [Mon, 08 Feb 2016 18:52:03 +0100] rev 35834
Merge
Fri, 05 Feb 2016 18:05:33 +0300 8148864: Quarantine CompilerControl tests
ppunegov [Fri, 05 Feb 2016 18:05:33 +0300] rev 35833
8148864: Quarantine CompilerControl tests Summary: exclude tests affected by JDK-8148563 and JDK-8140354 from execution Reviewed-by: kvn
Mon, 08 Feb 2016 16:44:09 +0000 Merge
tpivovarova [Mon, 08 Feb 2016 16:44:09 +0000] rev 35832
Merge
Fri, 05 Feb 2016 21:16:14 +0300 8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
tpivovarova [Fri, 05 Feb 2016 21:16:14 +0300] rev 35831
8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed Reviewed-by: iignatyev
Mon, 08 Feb 2016 14:05:45 +0100 8148696: Race loading hsdis may cause SIGSEGV
neliasso [Mon, 08 Feb 2016 14:05:45 +0100] rev 35830
8148696: Race loading hsdis may cause SIGSEGV Summary: Guard library loading with a lock Reviewed-by: vlivanov
Mon, 08 Feb 2016 08:57:39 +0100 8148758: Compilation fails with "this call site should not be polymorphic"
zmajo [Mon, 08 Feb 2016 08:57:39 +0100] rev 35829
8148758: Compilation fails with "this call site should not be polymorphic" Summary: Change test to run in interpreter-only mode. Reviewed-by: kvn
Fri, 05 Feb 2016 18:24:41 +0000 Merge
twisti [Fri, 05 Feb 2016 18:24:41 +0000] rev 35828
Merge
Fri, 05 Feb 2016 11:33:27 +0100 8149105: typo in jvmciCodeInstaller.cpp
rschatz [Fri, 05 Feb 2016 11:33:27 +0100] rev 35827
8149105: typo in jvmciCodeInstaller.cpp Reviewed-by: twisti
Fri, 05 Feb 2016 15:38:21 +0100 Merge
thartmann [Fri, 05 Feb 2016 15:38:21 +0100] rev 35826
Merge
Fri, 22 Jan 2016 15:25:40 +0100 8063112: Compiler diagnostic commands should have locking instead of safepoint
neliasso [Fri, 22 Jan 2016 15:25:40 +0100] rev 35825
8063112: Compiler diagnostic commands should have locking instead of safepoint Summary: Remove unnecessary vm-ops and add locking instead, improve output Reviewed-by: kvn
Wed, 03 Feb 2016 12:16:44 +0100 8148981: remove ResolvedJavaType.getClassFilePath()
dnsimon [Wed, 03 Feb 2016 12:16:44 +0100] rev 35824
8148981: remove ResolvedJavaType.getClassFilePath() Reviewed-by: twisti
Wed, 03 Feb 2016 12:16:44 +0100 8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
rschatz [Wed, 03 Feb 2016 12:16:44 +0100] rev 35823
8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285 Reviewed-by: twisti
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip