drchase [Fri, 07 Nov 2014 13:58:52 -0500] rev 27639
Merge
mdoerr [Wed, 05 Nov 2014 16:28:11 +0100] rev 27638
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
Reviewed-by: dholmes, kvn
zmajo [Thu, 06 Nov 2014 09:40:58 +0100] rev 27637
8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array.
Reviewed-by: kvn, roland, anoll
jwilhelm [Thu, 13 Nov 2014 12:29:09 +0100] rev 27636
Merge
kbarrett [Mon, 27 Oct 2014 17:24:10 -0400] rev 27635
8062206: Remove unusable G1RSLogCheckCardTable command line argument
Summary: Remove dependent assertion and remove develop option
Reviewed-by: jwilhelm, mgerdin, tschatzl
mlarsson [Mon, 10 Nov 2014 12:13:46 +0100] rev 27634
8064348: Add TraceEvent::is_enabled() for embedded/minimal builds
Reviewed-by: ehelin, sla
jcoomes [Fri, 07 Nov 2014 15:34:33 -0800] rev 27633
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
Reviewed-by: tschatzl, jmasa, kbarrett
mgerdin [Mon, 03 Nov 2014 11:08:03 +0100] rev 27632
8061964: Insufficient compiler barriers for GCC in OrderAccess functions
Summary: Fix OrderAccess functions to emit memory clobbering inline assembly to attempt to stop copiler reordering.
Reviewed-by: dcubed, dholmes, bdelsart
jwilhelm [Wed, 05 Nov 2014 15:50:14 +0100] rev 27631
8062836: BACKOUT - Parallelize clearing the next mark bitmap
Summary: Backing out due to non-trivial issues found in nightly testing
Reviewed-by: mgerdin, mlarsson
ehelin [Wed, 05 Nov 2014 16:39:10 +0100] rev 27630
8061467: Bad page size passed to setup_large_pages() on Solaris
Reviewed-by: tschatzl, mgerdin
brutisso [Wed, 05 Nov 2014 10:12:51 +0100] rev 27629
8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end()
Reviewed-by: mgerdin, tschatzl, stefank
jwilhelm [Mon, 03 Nov 2014 15:53:48 +0100] rev 27628
Merge
mlarsson [Mon, 03 Nov 2014 12:49:21 +0100] rev 27627
8049341: Parallelize clearing the next mark bitmap
Reviewed-by: mgerdin, tschatzl
mlarsson [Mon, 03 Nov 2014 11:29:00 +0100] rev 27626
8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end
Reviewed-by: tschatzl, brutisso
brutisso [Fri, 31 Oct 2014 09:10:51 +0100] rev 27625
8061308: Remove iCMS
Reviewed-by: mgerdin, jmasa
mlarsson [Thu, 30 Oct 2014 12:45:22 +0100] rev 27624
8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods
Reviewed-by: mgerdin, kbarrett
sjohanss [Thu, 30 Oct 2014 10:51:06 +0100] rev 27623
8061234: ResourceContext.requestAccurateUpdate() is unreliable
Summary: Changing copy_allocation_context_stats to return if there are more stats available after the copy.
Reviewed-by: rriggs, jcoomes
sla [Thu, 13 Nov 2014 07:58:28 +0100] rev 27622
Merge
jiangli [Tue, 11 Nov 2014 19:42:52 +0000] rev 27621
Merge
jiangli [Tue, 11 Nov 2014 16:54:24 +0000] rev 27620
Merge
jiangli [Mon, 10 Nov 2014 19:52:28 -0500] rev 27619
Merge
jiangli [Mon, 10 Nov 2014 19:28:51 -0500] rev 27618
8064375: Change certain errors to warnings in CDS output.
Summary: Change CDS non-fatal preloading errors to warnings.
Reviewed-by: minqi, mseledtsov, coleenp
coleenp [Tue, 11 Nov 2014 18:00:06 +0000] rev 27617
Merge
shade [Tue, 11 Nov 2014 15:07:09 +0300] rev 27616
8015272: Make @Contended within the same group to use the same oop map
Reviewed-by: coleenp, dholmes
coleenp [Tue, 11 Nov 2014 09:59:50 -0500] rev 27615
8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
Summary: Signed bitfield size y can only have (1 << y)-1 values.
Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
dsamersoff [Tue, 11 Nov 2014 04:34:56 -0800] rev 27614
8059131: sawindbg.dll is not compiled with /SAFESEH
Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option.
Reviewed-by: mgronlun, sla
emc [Mon, 10 Nov 2014 19:37:32 -0500] rev 27613
8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException
Summary: Allow hotspot to report null for 0 parameter_name index in MethodParameters attribute
Reviewed-by: coleenp, dholmes
emc [Mon, 10 Nov 2014 16:45:46 -0500] rev 27612
8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException
Summary: Allow hotspot to store and report zero-length MethodParameters attribute data
Reviewed-by: coleenp, jiangli
ccheung [Mon, 10 Nov 2014 10:13:10 -0800] rev 27611
8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler
Summary: replaced strcat() with jio_snprintf()
Reviewed-by: dholmes, iklam, dlong, minqi
minqi [Fri, 07 Nov 2014 12:48:09 -0800] rev 27610
8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
Reviewed-by: coleenp, iklam, mseledtsov
Contributed-by: yumin.qi@oracle.com
sla [Fri, 07 Nov 2014 13:50:55 +0100] rev 27609
Merge
dcubed [Thu, 06 Nov 2014 13:05:14 -0800] rev 27608
8062851: cleanup ObjectMonitor offset adjustments
Summary: JEP-143/JDK-8046133 - cleanup computation of ObjectMonitor field pointers
Reviewed-by: dholmes, redestad, coleenp
lana [Thu, 20 Nov 2014 10:57:38 -0800] rev 27607
Merge
azakharov [Wed, 19 Nov 2014 19:22:49 +0400] rev 27606
8059661: Test SoftReference and OOM behavior
Reviewed-by: tschatzl
azakharov [Fri, 14 Nov 2014 17:36:56 +0400] rev 27605
8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent
8062957: Heap is not shrunk when deallocating under memory pressure
Summary: Added explicit -XX:-ExplicitGCInvokesConcurrent to invocations
Reviewed-by: brutisso, tschatzl
katleman [Thu, 04 Dec 2014 12:58:13 -0800] rev 27604
Added tag jdk9-b41 for changeset 47f369e3c69c
lana [Thu, 04 Dec 2014 15:21:09 -0800] rev 27603
Merge
chegar [Wed, 03 Dec 2014 19:28:30 +0000] rev 27602
Merge
amurillo [Tue, 02 Dec 2014 14:36:22 -0800] rev 27601
Merge
amurillo [Thu, 27 Nov 2014 07:16:53 -0800] rev 27600
Merge
sla [Mon, 24 Nov 2014 09:57:02 +0100] rev 27599
Merge
sla [Mon, 17 Nov 2014 09:36:40 +0100] rev 27598
Merge
miauno [Fri, 14 Nov 2014 10:29:01 +0100] rev 27597
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
Reviewed-by: sla, alanb, dholmes, sspitsyn
sundar [Fri, 28 Nov 2014 18:31:05 +0530] rev 27596
8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
Reviewed-by: erikj, jlaskey, lagergren
ihse [Thu, 27 Nov 2014 15:41:56 +0100] rev 27595
8065914: Various improvements and cleanup of build system
Reviewed-by: erikj
ehelin [Mon, 24 Nov 2014 14:44:10 +0100] rev 27594
8065648: Remove the flag -fsanitize=undefined for GCC 4.9 and later
Reviewed-by: erikj
ihse [Wed, 26 Nov 2014 15:14:14 +0100] rev 27593
8065913: Various improvements in SetupNativeCompilation
Reviewed-by: erikj
ihse [Wed, 26 Nov 2014 14:59:10 +0100] rev 27592
8065911: Introduce EvalDebugWrapper for all Setup* macros
Reviewed-by: erikj
erikj [Mon, 24 Nov 2014 11:53:47 +0100] rev 27591
8065138: Encodings.isRecognizedEnconding sometimes fails to recognize 'UTF8'
Reviewed-by: dfuchs
amurillo [Fri, 21 Nov 2014 08:00:30 -0800] rev 27590
Merge
amurillo [Thu, 13 Nov 2014 16:11:00 -0800] rev 27589
Merge
iignatyev [Sat, 08 Nov 2014 16:01:10 +0300] rev 27588
8063157: add targets for optimized builds
Reviewed-by: kvn, dholmes
ihse [Fri, 21 Nov 2014 16:11:28 +0100] rev 27587
8065215: Print warning summary at end of configure
Reviewed-by: erikj, tbell
ihse [Fri, 21 Nov 2014 16:05:46 +0100] rev 27586
8058631: Rename posix to unix in build system to match file name changes
Reviewed-by: simonis, erikj, tbell
lana [Thu, 20 Nov 2014 10:57:11 -0800] rev 27585
Merge
erikj [Tue, 18 Nov 2014 16:07:57 +0100] rev 27584
8065183: Add --with-copyright-year option to configure
Reviewed-by: ihse, tbell
katleman [Thu, 04 Dec 2014 12:58:11 -0800] rev 27583
Added tag jdk9-b41 for changeset adc258b13e2c
duke [Wed, 05 Jul 2017 20:08:43 +0200] rev 27582
Added tag jdk9-b41 for changeset 9fffb959eb41
duke [Wed, 05 Jul 2017 20:08:43 +0200] rev 27581
Merge
duke [Wed, 05 Jul 2017 20:08:38 +0200] rev 27580
Merge