tschatzl [Thu, 25 Jun 2015 09:06:35 +0200] rev 31603
8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too
Summary: In JDK-8042668 we introduced a custom fill threshold for G1. This leads to CollectedHeap::fill_with_objects create too large objects in G1 when using it in 32 bit mode, as the code to create multiple filler objects is IFDEF'ed out on 32 bit. Enable this code on 32 bit too.
Reviewed-by: tonyp, mgerdin, tbenson
tschatzl [Thu, 25 Jun 2015 09:04:28 +0200] rev 31602
8129604: Incorrect GPL header in README causes RE script to create wrong output
Summary: Fix up GPL headers by removing leading "#" so that the RE script works.
Reviewed-by: brutisso, coleenp
tschatzl [Wed, 24 Jun 2015 17:46:26 +0200] rev 31601
8129602: Incorrect GPL header causes RE script to create wrong output
Summary: Fix up GPL headers so that the RE script works.
Reviewed-by: stefank, dholmes, coleenp
bdelsart [Thu, 25 Jun 2015 13:23:36 +0000] rev 31600
Merge
bdelsart [Thu, 25 Jun 2015 08:17:52 +0200] rev 31599
8081406: cleanup and minor extensions of the debugging facilities in CodeStrings
Summary: avoid issues around _defunct CodeStrings
Reviewed-by: dholmes, coleenp
brutisso [Thu, 25 Jun 2015 10:52:37 +0000] rev 31598
Merge
brutisso [Thu, 25 Jun 2015 08:15:07 +0200] rev 31597
8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms
Summary: Also reviewed by vitalyd@gmail.com
Reviewed-by: pliden, bpittore, bdelsart
dholmes [Thu, 25 Jun 2015 08:30:23 +0000] rev 31596
Merge
ddmitriev [Wed, 24 Jun 2015 18:21:14 -0400] rev 31595
8129394: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option
Reviewed-by: dholmes
ddmitriev [Wed, 24 Jun 2015 18:19:09 -0400] rev 31594
8078399: Deprecate -Xoss, -Xsqnopause, -Xoptimize and -Xboundthreads options in JDK 9
Reviewed-by: dholmes, coleenp
coleenp [Wed, 24 Jun 2015 21:58:05 -0400] rev 31593
Merge
bpittore [Wed, 24 Jun 2015 12:12:25 -0400] rev 31592
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Summary: Need to add a space between macro identifier and string literal
Reviewed-by: stefank, dholmes, kbarrett
enevill [Tue, 07 Jul 2015 15:04:25 +0000] rev 31591
8130687: aarch64: add support for hardware crc32c
Summary: add support for crc32c using built in crc32c instructions
Reviewed-by: kvn, aph
goetz [Mon, 29 Jun 2015 15:30:55 +0200] rev 31590
8086069: Adapt runtime calls to recent intrinsics to pass ints as long
Summary: Remove CCallingConventionRequiresIntsAsLongs from shared code and push functionality to native wrapper. Less optimal but more flexible.
Reviewed-by: jrose, kvn
goetz [Fri, 03 Jul 2015 16:29:37 +0200] rev 31589
8130432: ppc64le: Fix build of hsdis
Reviewed-by: dholmes, kvn
zmajo [Fri, 03 Jul 2015 09:33:04 +0200] rev 31588
8130120: Handling of SHA intrinsics inconsistent across platforms
Summary: Introduce common warning message and common processing of SHA intrinsic-related arguments.
Reviewed-by: kvn, mcberg
zmajo [Fri, 03 Jul 2015 07:25:03 +0200] rev 31587
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
kvn [Thu, 02 Jul 2015 17:49:11 -0700] rev 31586
Merge
iveresov [Thu, 02 Jul 2015 14:40:29 -0700] rev 31585
8080012: JVM times out with vdbench on SPARC M7-16
Summary: check cacheline sine only for one core on sun4v SPARC systems.
Reviewed-by: kvn
aph [Thu, 02 Jul 2015 11:12:59 +0100] rev 31584
Merge
aph [Tue, 16 Jun 2015 17:31:53 +0100] rev 31583
8130150: Implement BigInteger.montgomeryMultiply intrinsic
Summary: Add montgomeryMultiply intrinsics
Reviewed-by: kvn
katleman [Thu, 16 Jul 2015 13:51:50 -0700] rev 31582
Added tag jdk9-b73 for changeset 1459b46b5c27
lana [Thu, 16 Jul 2015 19:27:39 -0700] rev 31581
Merge
dtitov [Thu, 04 Jun 2015 11:17:02 -0700] rev 31580
8033530: [regression] Applet fails to load resources or connect back to server under some scenarios
Reviewed-by: mchung, michaelm, serb, ddehaven
amurillo [Tue, 14 Jul 2015 16:29:07 -0700] rev 31579
Merge
amurillo [Thu, 09 Jul 2015 22:46:15 -0700] rev 31578
Merge
dcubed [Thu, 09 Jul 2015 14:30:14 -0700] rev 31577
Merge
dholmes [Mon, 06 Jul 2015 22:19:29 -0400] rev 31576
8076581: Need a NON-PCH build to quickly detect missing dependencies in the source base
Summary: Pass --disable-precompiled-headers for all fastdebug builds in JPRT
Reviewed-by: goetz, tbell, simonis, dcubed
dcubed [Fri, 03 Jul 2015 06:23:29 -0700] rev 31575
Merge
dcubed [Thu, 02 Jul 2015 14:12:18 -0700] rev 31574
Merge
jfdenise [Thu, 25 Jun 2015 20:47:45 +0000] rev 31573
Merge
jfdenise [Thu, 25 Jun 2015 18:00:28 +0200] rev 31572
8080511: Refresh of jimage support
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, sundararajan.athijegannathan@oracle.com
tschatzl [Thu, 25 Jun 2015 07:13:27 +0000] rev 31571
Merge
tschatzl [Wed, 24 Jun 2015 17:45:44 +0200] rev 31570
8129602: Incorrect GPL header causes RE script to create wrong output
Summary: Fix up GPL headers so that the RE script works.
Reviewed-by: stefank, dholmes, coleenp
mikael [Wed, 24 Jun 2015 15:29:34 -0700] rev 31569
8129615: Remove jbb from jprt hotspot testset
Reviewed-by: gtriantafill, coleenp
zmajo [Fri, 03 Jul 2015 07:23:32 +0200] rev 31568
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
darcy [Mon, 13 Jul 2015 09:29:01 -0700] rev 31567
8080722: Revisit how to check for doclint reference warning during the build
Reviewed-by: alanb
katleman [Thu, 16 Jul 2015 13:51:49 -0700] rev 31566
Added tag jdk9-b73 for changeset 3062efa7e556
duke [Wed, 05 Jul 2017 20:41:30 +0200] rev 31565
Added tag jdk9-b73 for changeset 9b3a9d72f07b
duke [Wed, 05 Jul 2017 20:41:30 +0200] rev 31564
Merge
duke [Wed, 05 Jul 2017 20:41:27 +0200] rev 31563
Merge
lana [Thu, 09 Jul 2015 16:38:16 -0700] rev 31562
Merge
vromero [Thu, 09 Jul 2015 11:06:48 -0700] rev 31561
8130803: add regression test related to fix for JDK-8078024
Reviewed-by: mcimadamore
Contributed-by: cushon@google.com
sadayapalam [Wed, 08 Jul 2015 19:01:57 +0530] rev 31560
8130745: Revert fix pushed for JDK-8074346
Reviewed-by: jlahoda
katleman [Thu, 09 Jul 2015 13:49:40 -0700] rev 31559
Added tag jdk9-b72 for changeset 1f783cf1d945
duke [Wed, 05 Jul 2017 20:41:23 +0200] rev 31558
Merge
katleman [Thu, 09 Jul 2015 13:49:35 -0700] rev 31557
Added tag jdk9-b72 for changeset f0d057d75897
duke [Wed, 05 Jul 2017 20:41:20 +0200] rev 31556
Merge
lana [Thu, 09 Jul 2015 16:36:48 -0700] rev 31555
Merge
darcy [Tue, 07 Jul 2015 17:57:35 -0700] rev 31554
8130716: Fix reference problems in jaxp javadoc
Reviewed-by: lancea
dfuchs [Tue, 07 Jul 2015 18:19:57 +0200] rev 31553
8130238: Remove com.sun.org.apache.xalan.internal.xsltc.cmdline
Reviewed-by: lancea, joehw
katleman [Thu, 09 Jul 2015 13:49:35 -0700] rev 31552
Added tag jdk9-b72 for changeset 8ebacfaf4ba6
duke [Wed, 05 Jul 2017 20:41:16 +0200] rev 31551
Merge
lana [Thu, 09 Jul 2015 16:38:22 -0700] rev 31550
Merge
sundar [Wed, 08 Jul 2015 17:28:08 +0530] rev 31549
8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
Reviewed-by: hannesw, jlaskey, mhaupt
sundar [Tue, 07 Jul 2015 18:33:24 +0530] rev 31548
8130663: 6 fields can be static fields in Global class
Reviewed-by: hannesw, attila