mgerdin [Fri, 09 Oct 2015 09:00:33 +0200] rev 33147
8139086: Solaris/Sparc slowdebug build fails for memset_with_concurrent_readers.cpp
Reviewed-by: dcubed, kbarrett, coleenp
brutisso [Thu, 08 Oct 2015 12:44:12 +0200] rev 33146
8138717: TestGCEventMixedWithG1ConcurrentMark.java fails
Reviewed-by: jwilhelm, david
jwilhelm [Thu, 08 Oct 2015 22:35:20 +0200] rev 33145
Merge
sangheki [Mon, 05 Oct 2015 14:56:19 -0700] rev 33144
8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
Summary: Add ranges and constraint functions for GC flags.
Reviewed-by: kbarrett, jmasa, jwilhelm, gziemski, zmajo
ehelin [Thu, 08 Oct 2015 12:47:17 +0200] rev 33143
8139134: Wrong tenuring threshold in young GC trace event
Reviewed-by: ehelin, jwilhelm
Contributed-by: Carsten Varming <cvarming@twitter.com>
goetz [Fri, 02 Oct 2015 11:46:42 +0200] rev 33142
8138733: Fix build: gcc < 4.8 doesn't grok -Wno-format-zero-length added in 8080775
Summary: Also fix one problematic format on ppc.
Reviewed-by: david, simonis
iignatyev [Thu, 08 Oct 2015 01:04:29 +0000] rev 33141
Merge
kzhaldyb [Wed, 07 Oct 2015 18:02:25 +0300] rev 33140
8138958: Quarantine gc/g1/mixedgc/TestLogging.java test
Reviewed-by: brutisso, iignatyev
dcubed [Wed, 07 Oct 2015 22:54:08 +0000] rev 33139
Merge
dcubed [Wed, 07 Oct 2015 16:41:21 +0000] rev 33138
Merge
stuefe [Thu, 01 Oct 2015 09:30:19 +0200] rev 33137
8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: simonis, ihse, prr, goetz, dcubed
ctornqvi [Wed, 07 Oct 2015 20:45:15 +0000] rev 33136
Merge
gtriantafill [Wed, 07 Oct 2015 11:37:46 -0400] rev 33135
8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
Reviewed-by: ddmitriev, ctornqvi, coleenp
ehelin [Wed, 07 Oct 2015 17:33:42 +0000] rev 33134
Merge
ehelin [Wed, 07 Oct 2015 17:00:02 +0200] rev 33133
8138971: G1CollectorPolicy::_rs_lengths_prediction is not initialized before use
Reviewed-by: mgerdin, jwilhelm
david [Wed, 07 Oct 2015 14:56:53 +0000] rev 33132
Merge
david [Wed, 07 Oct 2015 15:27:02 +0200] rev 33131
8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
Reviewed-by: jwilhelm, mgerdin
ehelin [Wed, 07 Oct 2015 15:06:52 +0200] rev 33130
8138969: G1CollectorPolicy should use const for applicable methods
Reviewed-by: mgerdin, jwilhelm
jwilhelm [Wed, 07 Oct 2015 01:03:24 +0200] rev 33129
Merge
coleenp [Tue, 06 Oct 2015 18:51:47 +0000] rev 33128
Merge
mockner [Tue, 06 Oct 2015 14:27:39 -0400] rev 33127
8138917: Back out change for 8130681
Summary: Change 8130681 has been backed out.
Reviewed-by: coleenp, gtriantafill
brutisso [Tue, 06 Oct 2015 14:27:03 +0200] rev 33126
8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id.
Reviewed-by: mgerdin, jwilhelm
brutisso [Tue, 06 Oct 2015 14:26:13 +0200] rev 33125
8138863: Refactor WaitForBarrierGCTask
Reviewed-by: mgerdin, jwilhelm
brutisso [Tue, 06 Oct 2015 14:25:02 +0200] rev 33124
8138862: Remove some unused code and subclasses in gcTaskManager.hpp/cpp
Reviewed-by: mgerdin, jwilhelm
pliden [Tue, 06 Oct 2015 08:05:11 +0200] rev 33123
8138846: Remove unused enum ConcurrentGCThread::CGC_flag_type
Reviewed-by: jwilhelm, brutisso
kbarrett [Mon, 05 Oct 2015 21:17:11 -0400] rev 33122
8138833: Remove CMMarkStack::drain
Summary: Remove unused functions and data members.
Reviewed-by: pliden, brutisso
iklam [Mon, 05 Oct 2015 13:25:01 -0700] rev 33121
8078295: hotspot test_env.sh can set VM_CPU incorrectly
Summary: Use sed script to filter out irrelevant parts of -Xinternalversion
Reviewed-by: dlong, dcubed, dsamersoff
goetz [Mon, 28 Sep 2015 12:57:47 +0200] rev 33120
8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: mlarsson, stuefe
dcubed [Fri, 02 Oct 2015 16:48:31 +0000] rev 33119
Merge
ddmitriev [Fri, 02 Oct 2015 09:04:10 -0700] rev 33118
8138769: [TESTBUG] restore lost line from JDK-8137105 fix
Reviewed-by: dcubed, rdurbin
ctornqvi [Fri, 02 Oct 2015 06:06:22 -0700] rev 33117
8137194: Exclude runtime/memory/RunUnitTestsConcurrently.java from JPRT
Reviewed-by: coleenp
dcubed [Fri, 02 Oct 2015 12:44:02 +0000] rev 33116
Merge
dcubed [Fri, 02 Oct 2015 11:58:41 +0000] rev 33115
Merge
dcubed [Thu, 01 Oct 2015 13:43:23 -0700] rev 33114
8137105: [TESTBUG] Add test cases for VM Options file feature with removed file size limit
Summary: Update TestVMOptionsFile.java to match fix for 8135195; other minor cleanups.
Reviewed-by: dcubed, rdurbin
dcubed [Thu, 01 Oct 2015 13:42:42 -0700] rev 33113
8135195: VM Options file should not be limited to 1k in bytes
Summary: Change Arguments::parse_vm_options_file() to remove 1024 byte limit on the VM options file.
Reviewed-by: dcubed, hseigel, gthornbr, dsamersoff, ddmitriev, coleenp
david [Fri, 02 Oct 2015 11:02:11 +0000] rev 33112
Merge
david [Fri, 02 Oct 2015 10:43:19 +0200] rev 33111
8138637: Remove err_msg from LOG_PREFIX macro
Reviewed-by: brutisso
erikj [Fri, 02 Oct 2015 10:15:46 +0200] rev 33110
8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
Reviewed-by: ihse, mikael
hseigel [Thu, 01 Oct 2015 15:14:15 -0400] rev 33109
8138574: [TESTBUG] TestBasicLogOutput.java doesn't account for padding
Summary: TestBasicLogOutput.java edited to account for padding in tag descriptors
Reviewed-by: ddmitriev, hseigel, coleenp
Contributed-by: rachel.protacio@oracle.com
aharlap [Wed, 30 Sep 2015 18:09:40 -0400] rev 33108
8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
Summary: Avoided G1 OutOfMemoryError by adding extra expand heap call
Reviewed-by: jwilhelm, tschatzl
brutisso [Wed, 30 Sep 2015 09:07:21 +0200] rev 33107
8134953: Make the GC ID available in a central place
Reviewed-by: pliden, jmasa
brutisso [Tue, 29 Sep 2015 17:44:58 +0200] rev 33106
8133706: Kitchensink hanged
Reviewed-by: pliden, jmasa
david [Tue, 29 Sep 2015 11:02:08 +0200] rev 33105
8080775: Better argument formatting for assert() and friends
Reviewed-by: kbarrett, pliden
jwilhelm [Mon, 28 Sep 2015 15:05:02 +0200] rev 33104
Merge
brutisso [Mon, 28 Sep 2015 09:28:53 +0200] rev 33103
8136991: [REDO] Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Reviewed-by: kbarrett, tschatzl
kzhaldyb [Thu, 24 Sep 2015 18:48:50 +0300] rev 33102
8136398: Create test that checks that G1 MixedGC produces correct output to logfile
Summary: Added test that checks that G1 MixedGC produces correct output to logfile
Reviewed-by: tschatzl
dsamersoff [Fri, 25 Sep 2015 10:21:53 +0200] rev 33101
Merge
dsamersoff [Thu, 24 Sep 2015 20:39:55 +0300] rev 33100
8086134: Deadlock detection fails to attach to core file
Summary: Test reimplemented for jtreg
Reviewed-by: jbachorik
mockner [Thu, 24 Sep 2015 11:26:30 -0400] rev 33099
8130681: Kitchensink startup crashes JVM with NMT overlapping ranges
Summary: add_committed_region now handles overlapping commits.
Reviewed-by: hseigel, coleenp
mlarsson [Thu, 24 Sep 2015 16:19:15 +0200] rev 33098
Merge
mlarsson [Thu, 24 Sep 2015 12:36:04 +0200] rev 33097
8046148: JEP 158: Unified JVM Logging
Reviewed-by: coleenp, sla
aph [Thu, 24 Sep 2015 12:04:57 +0200] rev 33096
8135018: AARCH64: Missing memory barriers for CMS collector
Summary: Add StoreStore barrier when CMS needs them
Reviewed-by: tschatzl
ddmitriev [Wed, 23 Sep 2015 22:04:23 +0300] rev 33095
8073331: [TESTBUG] Test for VM option file feature (VM options specified in file)
Reviewed-by: dcubed, gtriantafill, rdurbin
ctornqvi [Wed, 23 Sep 2015 05:18:00 -0700] rev 33094
8027565: Enable /d2Zi+ when building with Visual Studio 2013
Reviewed-by: dcubed, ihse
ecaspole [Mon, 21 Sep 2015 10:36:36 -0400] rev 33093
8131645: [ARM64] crash on Cavium when using G1
Summary: Add a fence when creating the CodeRootSetTable so the readers do not see invalid memory.
Reviewed-by: aph, tschatzl
amurillo [Thu, 08 Oct 2015 14:28:55 -0700] rev 33092
Merge
dlong [Thu, 08 Oct 2015 19:16:42 +0000] rev 33091
Merge
adinn [Wed, 07 Oct 2015 06:56:58 -0400] rev 33090
8139042: AARCH64: Correct regression introduced by 8080293
Summary: Reinstate unsafe volatile optimization broken by JDK-8080293
Reviewed-by: aph, kvn
iveresov [Mon, 05 Oct 2015 20:02:40 -0700] rev 33089
8132207: update for x86 exp in the math lib
Summary: Add new java.lang.Math() intrinsics from x86
Reviewed-by: kvn, iveresov
Contributed-by: vivek.r.deshpande@intel.com
enevill [Wed, 30 Sep 2015 04:35:39 -0400] rev 33088
8138583: aarch64: add support for vectorizing fabs/fneg
Reviewed-by: aph, roland
Contributed-by: felix.yang@linaro.org