Thu, 25 Jun 2015 09:48:50 -0700 Merge
kvn [Thu, 25 Jun 2015 09:48:50 -0700] rev 31412
Merge
Wed, 24 Jun 2015 09:13:12 +0200 8129757: ppc/aarch: Fix passing thread to runtime after "8073165: Contended Locking fast exit bucket."
goetz [Wed, 24 Jun 2015 09:13:12 +0200] rev 31411
8129757: ppc/aarch: Fix passing thread to runtime after "8073165: Contended Locking fast exit bucket." Reviewed-by: enevill, simonis, adinn
Tue, 23 Jun 2015 12:45:08 -0700 8081247: AVX 512 extended support
mcberg [Tue, 23 Jun 2015 12:45:08 -0700] rev 31410
8081247: AVX 512 extended support Summary: add more support for EVEX encoding Reviewed-by: kvn, neliasso
Mon, 22 Jun 2015 14:22:19 +0200 8129423: Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074.
goetz [Mon, 22 Jun 2015 14:22:19 +0200] rev 31409
8129423: Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074. Reviewed-by: kvn, simonis
Fri, 19 Jun 2015 17:46:42 -0700 8080157: assert(allocates2(pc)) failed: not in CodeBuffer memory
kvn [Fri, 19 Jun 2015 17:46:42 -0700] rev 31408
8080157: assert(allocates2(pc)) failed: not in CodeBuffer memory Summary: increase code_size2 for stubs Reviewed-by: iveresov
Fri, 19 Jun 2015 15:24:07 -0700 Merge
kvn [Fri, 19 Jun 2015 15:24:07 -0700] rev 31407
Merge
Thu, 11 Jun 2015 10:50:27 +0200 8087183: Fix call to inline function is_oop in header debugInfo.hpp.
goetz [Thu, 11 Jun 2015 10:50:27 +0200] rev 31406
8087183: Fix call to inline function is_oop in header debugInfo.hpp. Reviewed-by: kvn, kbarrett, dholmes
Thu, 18 Jun 2015 11:09:29 -0700 8129094: assert(is_java_primitive(bt)) failed: only primitive type vectors
kvn [Thu, 18 Jun 2015 11:09:29 -0700] rev 31405
8129094: assert(is_java_primitive(bt)) failed: only primitive type vectors Summary: ignored non-primitive type memory operation regardless its (or its inputs) control. Reviewed-by: roland, mcberg
Wed, 17 Jun 2015 17:48:25 -0700 8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
ascarpino [Wed, 17 Jun 2015 17:48:25 -0700] rev 31404
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration Reviewed-by: kvn, jrose
Tue, 16 Jun 2015 16:10:36 -0700 8080325: SuperWord loop unrolling analysis
mcberg [Tue, 16 Jun 2015 16:10:36 -0700] rev 31403
8080325: SuperWord loop unrolling analysis Summary: Determine loop unroll factor based on supported vectors sizes. Reviewed-by: roland, kvn
Wed, 24 Jun 2015 13:38:01 +0200 Merge
jwilhelm [Wed, 24 Jun 2015 13:38:01 +0200] rev 31402
Merge
Wed, 24 Jun 2015 14:28:30 +0000 Merge
dsamersoff [Wed, 24 Jun 2015 14:28:30 +0000] rev 31401
Merge
Wed, 24 Jun 2015 13:16:33 +0000 Merge
dsamersoff [Wed, 24 Jun 2015 13:16:33 +0000] rev 31400
Merge
Fri, 12 Jun 2015 15:49:55 +0100 8078521: AARCH64: Add AArch64 SA support
aph [Fri, 12 Jun 2015 15:49:55 +0100] rev 31399
8078521: AARCH64: Add AArch64 SA support Summary: Add AArch64 SA support Reviewed-by: dsamersoff, dholmes
Wed, 24 Jun 2015 15:04:27 +0200 Merge
brutisso [Wed, 24 Jun 2015 15:04:27 +0200] rev 31398
Merge
Tue, 23 Jun 2015 13:26:05 +0200 8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses
brutisso [Tue, 23 Jun 2015 13:26:05 +0200] rev 31397
8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses Reviewed-by: pliden, tschatzl
Wed, 24 Jun 2015 13:26:12 +0200 Merge
dholmes [Wed, 24 Jun 2015 13:26:12 +0200] rev 31396
Merge
Wed, 24 Jun 2015 11:58:34 +0200 Merge
dholmes [Wed, 24 Jun 2015 11:58:34 +0200] rev 31395
Merge
Wed, 24 Jun 2015 05:45:50 -0400 8081294: aarch64: fails to build on ubuntu wily
enevill [Wed, 24 Jun 2015 05:45:50 -0400] rev 31394
8081294: aarch64: fails to build on ubuntu wily Reviewed-by: dholmes
Wed, 24 Jun 2015 11:55:18 +0200 Merge
tschatzl [Wed, 24 Jun 2015 11:55:18 +0200] rev 31393
Merge
Wed, 24 Jun 2015 09:42:45 +0200 8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
tschatzl [Wed, 24 Jun 2015 09:42:45 +0200] rev 31392
8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup Summary: The test case needs to use the OS'es allocation granularity to properly determine the boundary values for the test. Reviewed-by: dfazunen, jmasa, ecaspole
Wed, 24 Jun 2015 10:28:00 +0200 Merge
sjohanss [Wed, 24 Jun 2015 10:28:00 +0200] rev 31391
Merge
Wed, 24 Jun 2015 08:37:12 +0200 8081607: Change default GC for server configurations to G1
sjohanss [Wed, 24 Jun 2015 08:37:12 +0200] rev 31390
8081607: Change default GC for server configurations to G1 Summary: For more info see JEP 248. Reviewed-by: pliden, tschatzl
Wed, 24 Jun 2015 08:30:52 +0200 8030076: remove unused runtime related code
bdelsart [Wed, 24 Jun 2015 08:30:52 +0200] rev 31389
8030076: remove unused runtime related code Summary: small cleanup of runtime code Reviewed-by: dholmes, coleenp
Tue, 23 Jun 2015 22:10:33 -0400 8129607: Incorrect GPL header
coleenp [Tue, 23 Jun 2015 22:10:33 -0400] rev 31388
8129607: Incorrect GPL header Summary: fix typo in GPL header Reviewed-by: kvn, dholmes
Wed, 24 Jun 2015 02:00:21 +0200 Merge
kbarrett [Wed, 24 Jun 2015 02:00:21 +0200] rev 31387
Merge
Tue, 23 Jun 2015 17:18:27 -0400 8129446: crash when reporting corrupted classfile
kbarrett [Tue, 23 Jun 2015 17:18:27 -0400] rev 31386
8129446: crash when reporting corrupted classfile Summary: Increase buffer size and use jio_snprintf for message generation Reviewed-by: tbenson, coleenp, iklam
Tue, 23 Jun 2015 18:05:27 +0000 Merge
dsamersoff [Tue, 23 Jun 2015 18:05:27 +0000] rev 31385
Merge
Tue, 23 Jun 2015 20:55:31 +0300 8078632: conflicts between open and closed SA ports
dsamersoff [Tue, 23 Jun 2015 20:55:31 +0300] rev 31384
8078632: conflicts between open and closed SA ports Summary: closed port is renamed to arm64 Reviewed-by: dlong, dholmes
Tue, 23 Jun 2015 18:03:37 +0200 Merge
bdelsart [Tue, 23 Jun 2015 18:03:37 +0200] rev 31383
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip