Mon, 28 Mar 2016 20:38:05 -0700 8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665.
rraghavan [Mon, 28 Mar 2016 20:38:05 -0700] rev 36835
8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665. Summary: Added missing code to close file pointer. Reviewed-by: kvn
Mon, 28 Mar 2016 01:08:02 -0700 8145348: Make intrinsics flags diagnostic.
rraghavan [Mon, 28 Mar 2016 01:08:02 -0700] rev 36834
8145348: Make intrinsics flags diagnostic. Summary: Converted product or develop intrinsics flags to diagnostic. Reviewed-by: kvn
Mon, 28 Mar 2016 13:49:34 +0300 8025962: JSR 292: NoSuchMethodError and NoSuchFieldError in MHN_resolve_Mem
vlivanov [Mon, 28 Mar 2016 13:49:34 +0300] rev 36833
8025962: JSR 292: NoSuchMethodError and NoSuchFieldError in MHN_resolve_Mem Reviewed-by: acorn, kvn
Mon, 28 Mar 2016 13:49:34 +0300 8148175: C1: G1 barriers don't preserve FP registers
vlivanov [Mon, 28 Mar 2016 13:49:34 +0300] rev 36832
8148175: C1: G1 barriers don't preserve FP registers Reviewed-by: kvn
Mon, 28 Mar 2016 13:49:34 +0300 8152179: C2: Folding of unsigned loads is broken w/ @Stable
vlivanov [Mon, 28 Mar 2016 13:49:34 +0300] rev 36831
8152179: C2: Folding of unsigned loads is broken w/ @Stable Reviewed-by: jrose, kvn
Mon, 28 Mar 2016 13:49:34 +0300 8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants
vlivanov [Mon, 28 Mar 2016 13:49:34 +0300] rev 36830
8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants Reviewed-by: jrose, kvn
Mon, 28 Mar 2016 13:49:34 +0300 8151623: Zap freed Metaspace chunks in non-product binaries
vlivanov [Mon, 28 Mar 2016 13:49:34 +0300] rev 36829
8151623: Zap freed Metaspace chunks in non-product binaries Reviewed-by: stefank, jmasa
Fri, 25 Mar 2016 13:15:41 +0000 Merge
shade [Fri, 25 Mar 2016 13:15:41 +0000] rev 36828
Merge
Fri, 25 Mar 2016 15:34:30 +0300 8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
shade [Fri, 25 Mar 2016 15:34:30 +0300] rev 36827
8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support Reviewed-by: kvn, psandoz
Fri, 25 Mar 2016 14:46:09 +0300 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov [Fri, 25 Mar 2016 14:46:09 +0300] rev 36826
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider Reviewed-by: twisti, dpochepk, tpivovarova
Thu, 24 Mar 2016 11:48:37 -0700 8152354: Update for x86 AES CBC Decryption
vdeshpande [Thu, 24 Mar 2016 11:48:37 -0700] rev 36825
8152354: Update for x86 AES CBC Decryption Summary: 4 way parallel version for key sizes 192 and 256 for 64 bit and for key sizes 128, 192 and 256 for 32 bit. Reviewed-by: kvn
Thu, 24 Mar 2016 17:52:39 +0000 Merge
zmajo [Thu, 24 Mar 2016 17:52:39 +0000] rev 36824
Merge
Tue, 22 Mar 2016 18:23:39 +0100 8152440: Zero build fails after JDK-8146801
sgehwolf [Tue, 22 Mar 2016 18:23:39 +0100] rev 36823
8152440: Zero build fails after JDK-8146801 Summary: Define InitArrayShortSize macro for Zero as well. Reviewed-by: aph
Thu, 24 Mar 2016 16:21:18 +0100 Merge
zmajo [Thu, 24 Mar 2016 16:21:18 +0100] rev 36822
Merge
Thu, 24 Mar 2016 11:50:51 +0000 Merge
thartmann [Thu, 24 Mar 2016 11:50:51 +0000] rev 36821
Merge
Thu, 24 Mar 2016 12:19:50 +0100 8150821: Crash with assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
thartmann [Thu, 24 Mar 2016 12:19:50 +0100] rev 36820
8150821: Crash with assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken Summary: Use different constructor on SPARC to fully initialize frame. Reviewed-by: kvn
Thu, 24 Mar 2016 11:21:49 +0100 8149644: Integrate VarHandles
psandoz [Thu, 24 Mar 2016 11:21:49 +0100] rev 36819
8149644: Integrate VarHandles Reviewed-by: kvn, vlivanov
Thu, 24 Mar 2016 09:09:52 +0100 8136458: Remove "marked for reclamation" nmethod state
thartmann [Thu, 24 Mar 2016 09:09:52 +0100] rev 36818
8136458: Remove "marked for reclamation" nmethod state Summary: Removed "marked for reclamation" nmethod state because only sweeper sets nmethods to zombie. Reviewed-by: kvn, neliasso
Wed, 23 Mar 2016 15:35:38 -0700 8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi
mdoerr [Wed, 23 Mar 2016 15:35:38 -0700] rev 36817
8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi Reviewed-by: iveresov, kvn
Wed, 30 Mar 2016 08:04:59 +0200 8152861: VM crash on assert: locked methods shouldn't be flushed
thartmann [Wed, 30 Mar 2016 08:04:59 +0200] rev 36816
8152861: VM crash on assert: locked methods shouldn't be flushed Summary: Check if nmethod is locked by JVMTI before flushing. Reviewed-by: kvn
Wed, 30 Mar 2016 08:00:51 +0200 8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
thartmann [Wed, 30 Mar 2016 08:00:51 +0200] rev 36815
8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated Summary: Check OSR invalidation after nmethod state transition. Reviewed-by: ddmitriev, vlivanov
Thu, 24 Mar 2016 15:53:19 -0700 Merge
amurillo [Thu, 24 Mar 2016 15:53:19 -0700] rev 36814
Merge
Thu, 24 Mar 2016 11:44:12 +0100 8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java
zmajo [Thu, 24 Mar 2016 11:44:12 +0100] rev 36813
8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java Summary: Quarantine test Reviewed-by: thartmann
Wed, 23 Mar 2016 15:01:42 +0100 Merge
zmajo [Wed, 23 Mar 2016 15:01:42 +0100] rev 36812
Merge
Fri, 18 Mar 2016 15:54:47 +0100 8152169: LockCompilationTest.java fails due method present in the compiler queue
neliasso [Fri, 18 Mar 2016 15:54:47 +0100] rev 36811
8152169: LockCompilationTest.java fails due method present in the compiler queue Summary: Too many compiles waiting, wait time not enough Reviewed-by: twisti
Mon, 21 Mar 2016 11:21:07 +0100 Merge
zmajo [Mon, 21 Mar 2016 11:21:07 +0100] rev 36810
Merge
Mon, 21 Mar 2016 09:51:20 +0100 8148754: C2 loop unrolling fails due to unexpected graph shape
zmajo [Mon, 21 Mar 2016 09:51:20 +0100] rev 36809
8148754: C2 loop unrolling fails due to unexpected graph shape Summary: Check if graph shape is appropriate for optimization, bail out optimization if not. Reviewed-by: kvn, twisti, shade, dnsimon
Mon, 21 Mar 2016 08:42:20 +0100 8144693: Intrinsify StringCoding.hasNegatives() on SPARC
thartmann [Mon, 21 Mar 2016 08:42:20 +0100] rev 36808
8144693: Intrinsify StringCoding.hasNegatives() on SPARC Summary: Implemented C2 instrinsic for StringCode.hasNegatives() on SPARC. Reviewed-by: kvn, jrose, thartmann Contributed-by: Guy Delamarter <guy.delamarter@oracle.com>
Thu, 17 Mar 2016 09:50:00 +0300 8152004: CTW crashes with failed assertion after 8150646 integration
fzhinkin [Thu, 17 Mar 2016 09:50:00 +0300] rev 36807
8152004: CTW crashes with failed assertion after 8150646 integration Reviewed-by: kvn, neliasso
Thu, 17 Mar 2016 16:10:58 -1000 8152134: [JVMCI] printing compile queues always prints C2 regardless of UseJVMCICompiler
twisti [Thu, 17 Mar 2016 16:10:58 -1000] rev 36806
8152134: [JVMCI] printing compile queues always prints C2 regardless of UseJVMCICompiler Reviewed-by: dnsimon
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip