malenkov [Fri, 16 May 2014 15:46:24 +0400] rev 25087
8043151: KSS: javax.swing.plaf.nimbus.AbstractRegionPainter#getComponentColor
Reviewed-by: alexsch, serb
ddehaven [Wed, 18 Jun 2014 12:52:14 -0700] rev 25086
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Summary: Build system tweaks to allow building with Xcode 5 and on OS X 10.9 and later
Reviewed-by: erikj, henryjen, dholmes
katleman [Thu, 03 Jul 2014 11:37:18 -0700] rev 25085
Added tag jdk9-b21 for changeset 843911d61b95
duke [Wed, 05 Jul 2017 19:47:36 +0200] rev 25084
Merge
lana [Wed, 09 Jul 2014 10:42:04 -0700] rev 25083
Merge
lana [Tue, 01 Jul 2014 14:26:52 -0700] rev 25082
Merge
amurillo [Fri, 20 Jun 2014 11:10:18 -0700] rev 25081
Merge
twisti [Thu, 19 Jun 2014 12:50:52 -0700] rev 25080
Merge
mikael [Mon, 16 Jun 2014 16:27:41 -0700] rev 25079
8046769: Set T family feature bit on Niagara systems
Reviewed-by: kvn, iveresov
iignatyev [Mon, 16 Jun 2014 15:12:24 +0400] rev 25078
8044742: testlibrary_tests/whitebox/vm_flags/BooleanTest.java NoClassDefFoundError: com/oracle/java/testlibrary/JDKToolFinder
Reviewed-by: kvn, roland
jmasa [Thu, 19 Jun 2014 09:44:12 -0700] rev 25077
Merge
jmasa [Wed, 18 Jun 2014 12:39:57 -0700] rev 25076
Merge
jwilhelm [Wed, 18 Jun 2014 13:02:33 +0000] rev 25075
Merge
jwilhelm [Thu, 12 Jun 2014 20:15:51 +0200] rev 25074
8046715: Add a way to verify an extended set of command line options
Summary: Added arguments_ext.cpp to make place for initialization of extended features
Reviewed-by: sla, mgronlun
tschatzl [Wed, 18 Jun 2014 13:25:40 +0200] rev 25073
8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
Summary: Clean up usage of idx_t and uintptr_t when using it in conjunction with BitMap::set_map(), casting to the appropriate type. Fixes compilation on S390.
Reviewed-by: tschatzl
Contributed-by: Dan Horak <dhorak@redhat.com>
jwilhelm [Fri, 13 Jun 2014 17:07:39 -0400] rev 25072
8046408: Build failure from multiple ptrace.h
Summary: prefer <sys/ptrace.h> over <linux/ptrace.h>
Reviewed-by: sla, mikael
Contributed-by: kim.barrett@oracle.com
amurillo [Fri, 13 Jun 2014 19:05:56 -0700] rev 25071
Merge
pliden [Fri, 13 Jun 2014 13:46:06 +0200] rev 25070
8044796: G1: Enable G1CollectedHeap::stop()
Reviewed-by: brutisso, sjohanss
dcubed [Wed, 18 Jun 2014 14:21:28 -0700] rev 25069
8047156: cleanup more non-indent white space issues prior to Contended Locking cleanup bucket
Summary: Checkpoint some missed do_space_filter.ksh cleanups for Contended Locking.
Reviewed-by: sspitsyn, lfoltan, coleenp
iveresov [Wed, 18 Jun 2014 12:21:39 -0700] rev 25068
Merge
iveresov [Wed, 18 Jun 2014 10:54:32 -0700] rev 25067
8046684: sharedRuntime.cpp...assert(((nmethod*)cb)->is_at_poll_or_poll_return(pc)) failed: safepoint polling: type must be poll
Summary: Emit a poll relocation for the testl in is_polling_page_far() on x86
Reviewed-by: vlivanov, roland
coleenp [Wed, 18 Jun 2014 13:58:13 -0400] rev 25066
8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
Summary: Initialize host_klass while parsing the class with the other initializations.
Reviewed-by: sspitsyn, stefank
ddehaven [Tue, 17 Jun 2014 11:18:10 -0700] rev 25065
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Summary: Build system tweaks to allow building with Xcode 5 and on OS X 10.9 and later
Reviewed-by: erikj, henryjen, dholmes
dcubed [Tue, 17 Jun 2014 12:54:01 -0700] rev 25064
8046758: cleanup non-indent white space issues prior to Contended Locking cleanup bucket
Summary: Checkpoint do_space_filter.ksh cleanups for Contended Locking.
Reviewed-by: sspitsyn, coleenp
dcubed [Fri, 13 Jun 2014 19:07:11 -0700] rev 25063
Merge
dsamersoff [Fri, 13 Jun 2014 05:10:44 -0700] rev 25062
8038392: Generating prelink cache breaks JAVA 'jinfo' utility normal behaviour
Summary: Better parsing of /proc/pid/maps in sa
Reviewed-by: sspitsyn, sla
dcubed [Thu, 12 Jun 2014 15:57:16 -0700] rev 25061
8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed error_cnt=12
Summary: Added a new header waiting pattern to catch the case where the target thread waiting on a condition (like a VM op); several other test improvements
Reviewed-by: sspitsyn, dholmes
lfoltan [Thu, 12 Jun 2014 13:37:53 -0400] rev 25060
6961433: Revisit need to disable Windows C++ compiler optimisation of sharedRuntimeTrig.cpp.
Summary: Remove pragma optimize ("", off) to turn off optimization for WIN32.
Reviewed-by: coleenp, dcubed, kvn