Wed, 09 Jan 2013 15:37:23 -0800 8005418: JSR 292: virtual dispatch bug in 292 impl
twisti [Wed, 09 Jan 2013 15:37:23 -0800] rev 15118
8005418: JSR 292: virtual dispatch bug in 292 impl Reviewed-by: jrose, kvn
Tue, 08 Jan 2013 11:30:51 -0800 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn [Tue, 08 Jan 2013 11:30:51 -0800] rev 15117
8005419: Improve intrinsics code performance on x86 by using AVX2 Summary: use 256bit vpxor,vptest instructions in String.compareTo() and equals() intrinsics. Reviewed-by: twisti
Mon, 07 Jan 2013 14:08:28 -0800 8004537: replace AbstractAssembler emit_long with emit_int32
twisti [Mon, 07 Jan 2013 14:08:28 -0800] rev 15116
8004537: replace AbstractAssembler emit_long with emit_int32 Reviewed-by: jrose, kvn, twisti Contributed-by: Morris Meyer <morris.meyer@oracle.com>
Thu, 03 Jan 2013 16:30:47 -0800 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn [Thu, 03 Jan 2013 16:30:47 -0800] rev 15115
8005544: Use 256bit YMM registers in arraycopy stubs on x86 Summary: Use YMM registers in arraycopy and array_fill stubs. Reviewed-by: roland, twisti
Thu, 03 Jan 2013 15:09:55 -0800 8005522: use fast-string instructions on x86 for zeroing
kvn [Thu, 03 Jan 2013 15:09:55 -0800] rev 15114
8005522: use fast-string instructions on x86 for zeroing Summary: use 'rep stosb' instead of 'rep stosq' when fast-string operations are available. Reviewed-by: twisti, roland
Sun, 23 Dec 2012 17:08:22 +0100 8005071: Incremental inlining for JSR 292
roland [Sun, 23 Dec 2012 17:08:22 +0100] rev 15113
8005071: Incremental inlining for JSR 292 Summary: post parse inlining driven by number of live nodes. Reviewed-by: twisti, kvn, jrose
Thu, 10 Jan 2013 07:32:32 -0800 Merge
jmasa [Thu, 10 Jan 2013 07:32:32 -0800] rev 15112
Merge
Wed, 09 Jan 2013 09:48:58 +0100 8005489: VM hangs during GC with ParallelGC and ParallelGCThreads=0
brutisso [Wed, 09 Jan 2013 09:48:58 +0100] rev 15111
8005489: VM hangs during GC with ParallelGC and ParallelGCThreads=0 Summary: Print an error message and exit the VM if UseParallalGC is combined with ParllelGCThreads==0. Also reviewed by vitalyd@gmail.com. Reviewed-by: stefank, ehelin
Wed, 09 Jan 2013 21:18:52 -0500 Merge
dlong [Wed, 09 Jan 2013 21:18:52 -0500] rev 15110
Merge
Tue, 08 Jan 2013 13:01:19 -0500 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli [Tue, 08 Jan 2013 13:01:19 -0500] rev 15109
8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9. Summary: Use methodHandle. Reviewed-by: coleenp, acorn, twisti, sspitsyn
Thu, 03 Jan 2013 15:08:43 -0500 8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
bpittore [Thu, 03 Jan 2013 15:08:43 -0500] rev 15108
8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow Summary: assert is triggered when number of register based arguments passed to a java method exceeds 16. Reviewed-by: roland, vladidan
Wed, 09 Jan 2013 18:06:34 -0500 Merge
acorn [Wed, 09 Jan 2013 18:06:34 -0500] rev 15107
Merge
Tue, 08 Jan 2013 15:47:23 -0800 Merge
zgu [Tue, 08 Jan 2013 15:47:23 -0800] rev 15106
Merge
Tue, 08 Jan 2013 11:39:53 -0800 Merge
zgu [Tue, 08 Jan 2013 11:39:53 -0800] rev 15105
Merge
Tue, 08 Jan 2013 14:04:25 -0500 8005048: NMT: #loaded classes needs to just show the # defined classes
zgu [Tue, 08 Jan 2013 14:04:25 -0500] rev 15104
8005048: NMT: #loaded classes needs to just show the # defined classes Summary: Count number of instance classes so that it matches class metadata size Reviewed-by: coleenp, acorn
Tue, 08 Jan 2013 13:44:10 -0800 Merge
coleenp [Tue, 08 Jan 2013 13:44:10 -0800] rev 15103
Merge
Tue, 08 Jan 2013 14:01:36 -0500 8004728: Add hotspot support for parameter reflection
coleenp [Tue, 08 Jan 2013 14:01:36 -0500] rev 15102
8004728: Add hotspot support for parameter reflection Summary: Add hotspot support for parameter reflection Reviewed-by: acorn, jrose, coleenp Contributed-by: eric.mccorkle@oracle.com
Tue, 08 Jan 2013 13:38:11 -0500 8005076: Creating a CDS archive with one alignment and running another causes a crash.
hseigel [Tue, 08 Jan 2013 13:38:11 -0500] rev 15101
8005076: Creating a CDS archive with one alignment and running another causes a crash. Summary: Save the alignment when writing the CDS and compare it when reading the CDS. Reviewed-by: kvn, coleenp
Mon, 07 Jan 2013 15:32:51 -0500 8003705: CDS failed on Windows: can not map in the CDS.
hseigel [Mon, 07 Jan 2013 15:32:51 -0500] rev 15100
8003705: CDS failed on Windows: can not map in the CDS. Summary: Map memory only once to prevent 'already mapped' failures. Reviewed-by: acorn, zgu
Wed, 02 Jan 2013 20:28:09 -0500 8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs
coleenp [Wed, 02 Jan 2013 20:28:09 -0500] rev 15099
8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs Summary: Relocate functions with jsr's when rewriting so not repeated after reading shared archive Reviewed-by: twisti, jrose
Mon, 24 Dec 2012 11:46:38 -0800 Merge
minqi [Mon, 24 Dec 2012 11:46:38 -0800] rev 15098
Merge
Thu, 20 Dec 2012 10:22:19 +0100 8004823: Add VM support for type annotation reflection
stefank [Thu, 20 Dec 2012 10:22:19 +0100] rev 15097
8004823: Add VM support for type annotation reflection Reviewed-by: dholmes, coleenp Contributed-by: joel.franck@oracle.com
Wed, 19 Dec 2012 10:35:08 -0800 8005044: remove crufty '_g' support from HS runtime code
dcubed [Wed, 19 Dec 2012 10:35:08 -0800] rev 15096
8005044: remove crufty '_g' support from HS runtime code Summary: Phase 2 is removing '_g' support from the Runtime code. Reviewed-by: dcubed, coleenp, hseigel Contributed-by: ron.durbin@oracle.com
Fri, 04 Jan 2013 17:04:46 -0800 8005672: Clean up some changes to GC logging with GCCause's
jmasa [Fri, 04 Jan 2013 17:04:46 -0800] rev 15095
8005672: Clean up some changes to GC logging with GCCause's Reviewed-by: johnc, ysr
Fri, 04 Jan 2013 17:04:25 -0800 8000325: Change default for CMSClassUnloadingEnabled to true
jmasa [Fri, 04 Jan 2013 17:04:25 -0800] rev 15094
8000325: Change default for CMSClassUnloadingEnabled to true Reviewed-by: stefank, ysr
Fri, 04 Jan 2013 21:33:22 +0100 8003822: Deprecate the incremental mode of CMS
brutisso [Fri, 04 Jan 2013 21:33:22 +0100] rev 15093
8003822: Deprecate the incremental mode of CMS Reviewed-by: johnc, jwilhelm
Fri, 04 Jan 2013 11:10:17 +0100 8003820: Deprecate untested and rarely used GC combinations
brutisso [Fri, 04 Jan 2013 11:10:17 +0100] rev 15092
8003820: Deprecate untested and rarely used GC combinations Summary: Log warning messages for DefNew+CMS and ParNew+SerialOld Reviewed-by: ysr, jwilhelm, jcoomes
Sun, 30 Dec 2012 08:47:52 +0100 8005396: Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines
brutisso [Sun, 30 Dec 2012 08:47:52 +0100] rev 15091
8005396: Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines Reviewed-by: jmasa, jcoomes
Thu, 03 Jan 2013 16:28:22 -0800 8004816: G1: Kitchensink failures after marking stack changes
johnc [Thu, 03 Jan 2013 16:28:22 -0800] rev 15090
8004816: G1: Kitchensink failures after marking stack changes Summary: Reset the marking state, including the mark stack overflow flag, in the event of a marking stack overflow during serial reference processing. Reviewed-by: jmasa
Fri, 21 Dec 2012 11:45:34 -0800 8001424: G1: Rename certain G1-specific flags
johnc [Fri, 21 Dec 2012 11:45:34 -0800] rev 15089
8001424: G1: Rename certain G1-specific flags Summary: Rename G1DefaultMinNewGenPercent, G1DefaultMaxNewGenPercent, and G1OldCSetRegionLiveThresholdPercent to G1NewSizePercent, G1MaxNewSizePercent, and G1MixedGCLiveThresholdPercent respectively. The previous names are no longer accepted. Reviewed-by: brutisso, ysr
Wed, 02 Jan 2013 11:32:41 -0800 8004132: SerialGC: ValidateMarkSweep broken when running GCOld
johnc [Wed, 02 Jan 2013 11:32:41 -0800] rev 15088
8004132: SerialGC: ValidateMarkSweep broken when running GCOld Summary: Remove bit-rotten ValidateMarkSweep functionality and flag. Reviewed-by: johnc, jmasa Contributed-by: tamao <tao.mao@oracle.com>
Wed, 26 Dec 2012 15:05:30 -0800 8005486: NPG: Incorrect assertion in ChunkManager::list_index()
jmasa [Wed, 26 Dec 2012 15:05:30 -0800] rev 15087
8005486: NPG: Incorrect assertion in ChunkManager::list_index() Reviewed-by: coleenp
Mon, 03 Dec 2012 15:09:39 -0800 8005082: NPG: Add specialized Metachunk sizes for reflection and anonymous classloaders
jmasa [Mon, 03 Dec 2012 15:09:39 -0800] rev 15086
8005082: NPG: Add specialized Metachunk sizes for reflection and anonymous classloaders Reviewed-by: johnc, coleenp
Fri, 21 Dec 2012 10:27:49 -0800 8005382: new hotspot build - hs25-b15
amurillo [Fri, 21 Dec 2012 10:27:49 -0800] rev 15085
8005382: new hotspot build - hs25-b15 Reviewed-by: jcoomes
Wed, 23 Jan 2013 15:40:21 -0800 Merge
katleman [Wed, 23 Jan 2013 15:40:21 -0800] rev 15084
Merge
Wed, 23 Jan 2013 13:30:11 -0800 8006797: build-infra JPRT builds need JPRT_ARCHIVE_INSTALL_BUNDLE in common/makefiles/Jprt.gmk
tbell [Wed, 23 Jan 2013 13:30:11 -0800] rev 15083
8006797: build-infra JPRT builds need JPRT_ARCHIVE_INSTALL_BUNDLE in common/makefiles/Jprt.gmk Reviewed-by: ohair
Fri, 18 Jan 2013 16:48:25 +0100 8003693: build-infra: bridgeBuild should allow for partial build (no hotspot)
erikj [Fri, 18 Jan 2013 16:48:25 +0100] rev 15082
8003693: build-infra: bridgeBuild should allow for partial build (no hotspot) Reviewed-by: tbell
Fri, 18 Jan 2013 09:58:23 +0100 8006520: build-infra: Fix sparkle-framework configure parameter
erikj [Fri, 18 Jan 2013 09:58:23 +0100] rev 15081
8006520: build-infra: Fix sparkle-framework configure parameter Reviewed-by: tbell, ohair
Wed, 23 Jan 2013 08:50:19 -0500 Merge
cgruszka [Wed, 23 Jan 2013 08:50:19 -0500] rev 15080
Merge
Mon, 14 Jan 2013 14:40:58 -0500 Merge
cgruszka [Mon, 14 Jan 2013 14:40:58 -0500] rev 15079
Merge
Fri, 04 Jan 2013 13:11:42 -0500 Merge
cgruszka [Fri, 04 Jan 2013 13:11:42 -0500] rev 15078
Merge
Wed, 02 Jan 2013 14:54:58 -0500 Merge
cgruszka [Wed, 02 Jan 2013 14:54:58 -0500] rev 15077
Merge
Mon, 31 Dec 2012 14:52:11 -0500 8005583: Install build(gnumake all) failed preventing RE from doing JDK8 combo builds
jqzuo [Mon, 31 Dec 2012 14:52:11 -0500] rev 15076
8005583: Install build(gnumake all) failed preventing RE from doing JDK8 combo builds Reviewed-by: paulk, billyh
Wed, 16 Jan 2013 22:16:51 -0800 Merge
katleman [Wed, 16 Jan 2013 22:16:51 -0800] rev 15075
Merge
Tue, 15 Jan 2013 10:06:59 -0800 Merge
katleman [Tue, 15 Jan 2013 10:06:59 -0800] rev 15074
Merge
Tue, 15 Jan 2013 09:50:47 +0100 Merge
erikj [Tue, 15 Jan 2013 09:50:47 +0100] rev 15073
Merge
Mon, 14 Jan 2013 15:30:22 +0100 8006100: build-infra: Bundle up the correct images in jprt
erikj [Mon, 14 Jan 2013 15:30:22 +0100] rev 15072
8006100: build-infra: Bundle up the correct images in jprt Reviewed-by: tbell
Mon, 14 Jan 2013 13:09:59 +0100 8006074: build-infra: Configure fails to find SetEnv.Cmd in microsoft sdk
erikj [Mon, 14 Jan 2013 13:09:59 +0100] rev 15071
8006074: build-infra: Configure fails to find SetEnv.Cmd in microsoft sdk Reviewed-by: tbell, ohair
Mon, 14 Jan 2013 16:38:25 -0800 8005284: build-infra: nonstandard copyright headers under common/autoconf/build-aux
ohair [Mon, 14 Jan 2013 16:38:25 -0800] rev 15070
8005284: build-infra: nonstandard copyright headers under common/autoconf/build-aux Reviewed-by: katleman
Fri, 11 Jan 2013 10:46:59 +0100 8005850: build-infra: Make --enable-openjdk-only really disable custom
erikj [Fri, 11 Jan 2013 10:46:59 +0100] rev 15069
8005850: build-infra: Make --enable-openjdk-only really disable custom Reviewed-by: ohair, dholmes
Thu, 10 Jan 2013 12:20:16 +0100 8005858: build-infra: Add missed comparison of sec-windows-bin.zip and friends to compare.sh
erikj [Thu, 10 Jan 2013 12:20:16 +0100] rev 15068
8005858: build-infra: Add missed comparison of sec-windows-bin.zip and friends to compare.sh Reviewed-by: tbell, ohair
Tue, 08 Jan 2013 16:23:45 -0800 8005794: in new infra, how do we change java -version?
tbell [Tue, 08 Jan 2013 16:23:45 -0800] rev 15067
8005794: in new infra, how do we change java -version? Summary: Added configure parameter --with-user-release-suffix Reviewed-by: ohair, tbell
Tue, 08 Jan 2013 13:14:22 -0800 Merge
katleman [Tue, 08 Jan 2013 13:14:22 -0800] rev 15066
Merge
Mon, 07 Jan 2013 14:01:09 -0800 8005442: autogen.sh sets DATE_WHEN_GENERATED to empty string on Solaris version 11 or later
tbell [Mon, 07 Jan 2013 14:01:09 -0800] rev 15065
8005442: autogen.sh sets DATE_WHEN_GENERATED to empty string on Solaris version 11 or later Reviewed-by: ohair
Fri, 04 Jan 2013 21:04:03 -0800 8004229: build-infra: Umbrella for switch of default "make" to new makefiles
ohair [Fri, 04 Jan 2013 21:04:03 -0800] rev 15064
8004229: build-infra: Umbrella for switch of default "make" to new makefiles Reviewed-by: erikj, tbell
Fri, 04 Jan 2013 22:43:13 +0100 8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
erikj [Fri, 04 Jan 2013 22:43:13 +0100] rev 15063
8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing Reviewed-by: tbell
Fri, 04 Jan 2013 17:08:33 +0100 8005654: build-infra: Create sec-bin.zip
erikj [Fri, 04 Jan 2013 17:08:33 +0100] rev 15062
8005654: build-infra: Create sec-bin.zip Reviewed-by: tbell
Fri, 04 Jan 2013 17:05:13 +0100 8005597: build-infra: bridgeBuild broken for pure openjdk build
erikj [Fri, 04 Jan 2013 17:05:13 +0100] rev 15061
8005597: build-infra: bridgeBuild broken for pure openjdk build Reviewed-by: tbell
Fri, 04 Jan 2013 16:56:37 +0100 8005692: build-infra: Target "all" should do the right thing
erikj [Fri, 04 Jan 2013 16:56:37 +0100] rev 15060
8005692: build-infra: Target "all" should do the right thing Reviewed-by: tbell
Fri, 04 Jan 2013 11:31:00 +0100 8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
erikj [Fri, 04 Jan 2013 11:31:00 +0100] rev 15059
8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build Reviewed-by: ohair
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip