Sat, 11 Jun 2016 00:12:28 +0000 Merge
jmasa [Sat, 11 Jun 2016 00:12:28 +0000] rev 39271
Merge
Fri, 10 Jun 2016 09:22:09 -0700 8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
jmasa [Fri, 10 Jun 2016 09:22:09 -0700] rev 39270
8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC Reviewed-by: sjohanss, sangheki
Fri, 10 Jun 2016 15:19:32 -0700 Merge
amurillo [Fri, 10 Jun 2016 15:19:32 -0700] rev 39269
Merge
Fri, 10 Jun 2016 20:28:46 +0200 Merge
kvn [Fri, 10 Jun 2016 20:28:46 +0200] rev 39268
Merge
Fri, 10 Jun 2016 10:13:30 -0700 Merge
kvn [Fri, 10 Jun 2016 10:13:30 -0700] rev 39267
Merge
Fri, 10 Jun 2016 02:43:53 +0000 8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
dnsimon [Fri, 10 Jun 2016 02:43:53 +0000] rev 39266
8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI Reviewed-by: kvn, vlivanov
Tue, 07 Jun 2016 10:17:28 +0000 8158913: aarch64: SEGV running Spark terasort
enevill [Tue, 07 Jun 2016 10:17:28 +0000] rev 39265
8158913: aarch64: SEGV running Spark terasort Summary: Use signed instead of unsigned test for end of loop in gen_write_ref_array_post_barrier Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Tue, 07 Jun 2016 17:16:51 -0700 8158985: [JVMCI] access to HotSpotJVMCIRuntime.vmEventListeners must be thread safe
dnsimon [Tue, 07 Jun 2016 17:16:51 -0700] rev 39264
8158985: [JVMCI] access to HotSpotJVMCIRuntime.vmEventListeners must be thread safe Reviewed-by: iveresov, kvn
Tue, 07 Jun 2016 18:20:44 +0200 8158228: C1 incorrectly folds mismatched loads from stable arrays
thartmann [Tue, 07 Jun 2016 18:20:44 +0200] rev 39263
8158228: C1 incorrectly folds mismatched loads from stable arrays Summary: Disable constant folding for mismatched loads from stable arrays. Reviewed-by: vlivanov
Tue, 07 Jun 2016 09:11:32 +0000 Merge
thartmann [Tue, 07 Jun 2016 09:11:32 +0000] rev 39262
Merge
Mon, 06 Jun 2016 23:24:46 -0700 8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized
jcm [Mon, 06 Jun 2016 23:24:46 -0700] rev 39261
8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized Summary: handle realloc failure pending exception. Reviewed-by: roland
Mon, 06 Jun 2016 16:31:03 -0700 8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
dnsimon [Mon, 06 Jun 2016 16:31:03 -0700] rev 39260
8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer Reviewed-by: kvn
Mon, 06 Jun 2016 12:56:40 -0700 Merge
kvn [Mon, 06 Jun 2016 12:56:40 -0700] rev 39259
Merge
Thu, 02 Jun 2016 17:52:42 +0000 8158000: [JVMCI] remove unused ParseClosure class
dnsimon [Thu, 02 Jun 2016 17:52:42 +0000] rev 39258
8158000: [JVMCI] remove unused ParseClosure class Reviewed-by: kvn
Thu, 02 Jun 2016 14:54:35 +0000 Merge
thartmann [Thu, 02 Jun 2016 14:54:35 +0000] rev 39257
Merge
Thu, 02 Jun 2016 13:19:05 +0200 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann [Thu, 02 Jun 2016 13:19:05 +0200] rev 39256
8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set Summary: Do not emit unsupported SSE 4.1 instructions in CRC32 intrinsic. Reviewed-by: kvn, zmajo
Thu, 02 Jun 2016 21:12:46 +0800 8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power
fyang [Thu, 02 Jun 2016 21:12:46 +0800] rev 39255
8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power Summary: replace tst+br with tbz instruction when tst's constant operand is 2 power Reviewed-by: aph
Thu, 02 Jun 2016 08:46:52 +0200 8156760: VM crashes if -XX:-ReduceInitialCardMarks is set
thartmann [Thu, 02 Jun 2016 08:46:52 +0200] rev 39254
8156760: VM crashes if -XX:-ReduceInitialCardMarks is set Summary: Fixed several compiler crashes with disabled ReduceInitialCardMarks. Reviewed-by: roland, minqi, dlong, tschatzl, kvn
Wed, 01 Jun 2016 16:36:44 +0200 8157842: indexOfChar intrinsic is not emitted on x86
thartmann [Wed, 01 Jun 2016 16:36:44 +0200] rev 39253
8157842: indexOfChar intrinsic is not emitted on x86 Summary: Matcher::match_rule_supported() should check for !UseSSE42Intrinsics. Reviewed-by: roland, rbackman, shade, kvn
Wed, 01 Jun 2016 14:22:18 +0200 8155046: Parse::Block construction using undefined behavior
thartmann [Wed, 01 Jun 2016 14:22:18 +0200] rev 39252
8155046: Parse::Block construction using undefined behavior Summary: Blocks should be created via constructor and placement new. Reviewed-by: kvn
Tue, 31 May 2016 20:43:12 +0000 8157428: [JVMCI] remove MemoryAccessProvider.readUnsafeConstant from API
rschatz [Tue, 31 May 2016 20:43:12 +0000] rev 39251
8157428: [JVMCI] remove MemoryAccessProvider.readUnsafeConstant from API Reviewed-by: iveresov
Tue, 31 May 2016 17:51:42 +0000 Merge
never [Tue, 31 May 2016 17:51:42 +0000] rev 39250
Merge
Tue, 31 May 2016 17:08:18 +0000 8157292: [JVMCI] add missing test files from 8156034
never [Tue, 31 May 2016 17:08:18 +0000] rev 39249
8157292: [JVMCI] add missing test files from 8156034 Reviewed-by: iveresov Contributed-by: josef.eisl@jku.at
Tue, 31 May 2016 16:30:18 +0300 8153994: Compiler tests should be correctly marked with @module
iignatyev [Tue, 31 May 2016 16:30:18 +0300] rev 39248
8153994: Compiler tests should be correctly marked with @module Reviewed-by: kvn
Tue, 31 May 2016 16:29:45 +0300 8158184: remove shell from compiler/c2/7070134/Stemmer.java
iignatyev [Tue, 31 May 2016 16:29:45 +0300] rev 39247
8158184: remove shell from compiler/c2/7070134/Stemmer.java Reviewed-by: kvn
Tue, 31 May 2016 16:29:45 +0300 8158185: jdk/test/lib/FileInstaller throws NPE if dst is in current directory
iignatyev [Tue, 31 May 2016 16:29:45 +0300] rev 39246
8158185: jdk/test/lib/FileInstaller throws NPE if dst is in current directory Reviewed-by: kvn
Tue, 31 May 2016 16:29:45 +0300 8158182: remove shell script from compiler/c2/6894807/IsInstanceTest.java
iignatyev [Tue, 31 May 2016 16:29:45 +0300] rev 39245
8158182: remove shell script from compiler/c2/6894807/IsInstanceTest.java Reviewed-by: kvn
Tue, 31 May 2016 15:12:09 +0300 8073159: improve Test6857159.java
iignatyev [Tue, 31 May 2016 15:12:09 +0300] rev 39244
8073159: improve Test6857159.java Reviewed-by: kvn
Tue, 31 May 2016 13:58:28 +0000 Merge
dpochepk [Tue, 31 May 2016 13:58:28 +0000] rev 39243
Merge
Tue, 31 May 2016 15:48:47 +0300 8158065: [Jittester]: tests generation has tests generators hardcoded, blocking alternative tests generation
dpochepk [Tue, 31 May 2016 15:48:47 +0300] rev 39242
8158065: [Jittester]: tests generation has tests generators hardcoded, blocking alternative tests generation Reviewed-by: iignatyev
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip