iklam [Wed, 19 Nov 2014 19:31:13 -0800] rev 27675
8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
Summary: Removed ThreadToNativeFromVM and use java_lang_String::as_utf8_string instead
Reviewed-by: dholmes, minqi
coleenp [Wed, 19 Nov 2014 13:02:11 -0500] rev 27674
8042235: redefining method used by multiple MethodHandles crashes VM
Summary: note all MemberNames created on internal list for adjusting method entries.
Reviewed-by: sspitsyn, dcubed, lfoltan
mgronlun [Wed, 19 Nov 2014 16:08:01 +0100] rev 27673
8065361: Fixup headers and definitions for INCLUDE_TRACE
Reviewed-by: sla, stefank
iklam [Tue, 18 Nov 2014 03:38:50 -0800] rev 27672
8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
Summary: Added API to track bootclasspath modification
Reviewed-by: jiangli, dholmes, minqi
poonam [Tue, 18 Nov 2014 20:51:55 +0000] rev 27671
Merge
poonam [Tue, 18 Nov 2014 10:19:04 -0800] rev 27670
8065220: Include alternate sa.make file for MacOSX
Summary: Include alternate sa.make in make/bsd/makefiles/sa.make
Reviewed-by: mgronlun, egahlin, sla
simonis [Tue, 18 Nov 2014 19:17:16 +0100] rev 27669
8064815: Zero+PPC64: Stack overflow when running Maven
Reviewed-by: kvn, simonis
Contributed-by: sgehwolf@redhat.com
simonis [Thu, 13 Nov 2014 16:58:56 +0100] rev 27668
8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX
Reviewed-by: dholmes, simonis
Contributed-by: gunter.haug@sap.com
coleenp [Mon, 17 Nov 2014 11:26:43 -0500] rev 27667
8064779: Add additional comments for "8062370: Various minor code improvements"
Summary: Provide additional comments to jio_snprintf and jio_vsnprintf
Reviewed-by: simonis, coleenp, mgronlun
Contributed-by: thomas.stuefe@sap.com
sla [Mon, 17 Nov 2014 09:36:40 +0100] rev 27666
Merge
coleenp [Sat, 15 Nov 2014 02:51:48 +0000] rev 27665
Merge
coleenp [Sat, 15 Nov 2014 01:38:35 +0000] rev 27664
Merge
coleenp [Fri, 14 Nov 2014 15:08:28 -0500] rev 27663
Merge
shade [Thu, 13 Nov 2014 19:12:28 +0300] rev 27662
8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous
Reviewed-by: dcubed, coleenp, kvn, dholmes
coleenp [Wed, 12 Nov 2014 20:18:13 -0500] rev 27661
Merge
coleenp [Sat, 15 Nov 2014 01:29:25 +0000] rev 27660
Merge
coleenp [Fri, 14 Nov 2014 13:09:53 -0500] rev 27659
8060449: Obsolete command line flags accept arbitrary appendix
Summary: Proper error messages for newly obsolete command line flags.
Reviewed-by: lfoltan, dcubed, coleenp
Contributed-by: max.ockner@oracle.com
emc [Fri, 14 Nov 2014 12:45:55 -0500] rev 27658
8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present
Summary: Remove tautological assert
Reviewed-by: coleenp, lfoltan, sspitsyn, jiangli
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