dcubed [Thu, 13 Nov 2014 10:39:35 -0800] rev 27657
8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files.
Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
coleenp [Thu, 13 Nov 2014 03:48:47 +0000] rev 27656
Merge
coleenp [Thu, 13 Nov 2014 00:40:07 +0000] rev 27655
Merge
shade [Thu, 13 Nov 2014 01:57:09 +0300] rev 27654
8059677: Thread.getName() instantiates Strings
Reviewed-by: coleenp, dholmes, sla
ccheung [Thu, 13 Nov 2014 02:09:11 +0000] rev 27653
Merge
ccheung [Wed, 12 Nov 2014 16:22:12 -0800] rev 27652
8043491: warning LNK4197: export '... ...' specified multiple times; using first specification
Summary: no need to use the /export linker option on windows 64-bit platform
Reviewed-by: ctornqvi, minqi
dholmes [Wed, 12 Nov 2014 19:05:59 -0500] rev 27651
8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents
Summary: Removed unused and non-working TraceThreadEvents option
Reviewed-by: coleenp, jiangli
jiangli [Wed, 12 Nov 2014 18:31:05 +0000] rev 27650
Merge
jiangli [Wed, 12 Nov 2014 13:12:35 -0500] rev 27649
8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit.
Summary: Only enable the assert for current_stack_pointer after stub routines become available.
Reviewed-by: dholmes, roland, lfoltan
jiangli [Tue, 11 Nov 2014 14:52:50 -0500] rev 27648
Merge
amurillo [Fri, 21 Nov 2014 08:00:31 -0800] rev 27647
Merge
amurillo [Thu, 13 Nov 2014 16:11:00 -0800] rev 27646
Merge
drchase [Thu, 13 Nov 2014 11:35:15 -0500] rev 27645
Merge
vlivanov [Tue, 11 Nov 2014 04:46:13 -0800] rev 27644
8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv
Reviewed-by: kvn, roland, coleenp, mgerdin
thartmann [Tue, 11 Nov 2014 11:05:41 +0100] rev 27643
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
Summary: Always use MDO if valid and always compile trivial methods with C1 if available.
Reviewed-by: kvn, iveresov
iignatyev [Mon, 10 Nov 2014 19:04:38 +0300] rev 27642
8059624: Test task: WhiteBox API for testing segmented codecache feature
Reviewed-by: kvn, thartmann