thartmann [Wed, 26 Nov 2014 08:06:58 +0100] rev 27709
8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
Summary: Open compilation log files in write-mode and close before deletion attempt.
Reviewed-by: vlivanov
roland [Thu, 13 Nov 2014 09:19:46 +0100] rev 27708
8054478: C2: Incorrectly compiled char[] array access crashes JVM
Summary: dead backbranch in main loop results in erroneous array access
Reviewed-by: kvn, iveresov
vlivanov [Mon, 24 Nov 2014 07:29:03 -0800] rev 27707
8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Reviewed-by: kvn, roland
thartmann [Mon, 24 Nov 2014 08:48:15 +0100] rev 27706
8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure'
Summary: CompilerFailure JFR event should be triggered in ciEnv.
Reviewed-by: kvn
drchase [Sat, 22 Nov 2014 03:10:33 +0000] rev 27705
Merge
kvn [Fri, 21 Nov 2014 17:17:41 -0800] rev 27704
8065618: C2 RA incorrectly removes kill projections
Summary: Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects).
Reviewed-by: iveresov
drchase [Fri, 21 Nov 2014 21:08:48 -0500] rev 27703
Merge
iignatyev [Fri, 21 Nov 2014 17:28:29 +0300] rev 27702
8064696: compiler/startup/SmallCodeCacheStartup.java doesn't check exit code
Reviewed-by: kvn, anoll, iignatyev
Contributed-by: tatiana.pivovarova@oracle.com
iignatyev [Fri, 21 Nov 2014 17:27:11 +0300] rev 27701
8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others
Reviewed-by: kvn, thartmann, iignatyev
thartmann [Thu, 20 Nov 2014 11:06:26 +0100] rev 27700
8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
Summary: Ignore non-instance Klasses in the subclass hierarchy.
Reviewed-by: kvn, iignatyev, jrose
zmajo [Tue, 18 Nov 2014 19:44:45 +0100] rev 27699
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
Summary: move all test from <bug_id> directories to <functional_dir_name>/<bug_id>; update TEST.groups to execute more tests
Reviewed-by: drchase, kvn
vlivanov [Mon, 17 Nov 2014 23:11:40 +0000] rev 27698
Merge
vlivanov [Mon, 17 Nov 2014 14:02:45 -0800] rev 27697
8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN
Reviewed-by: kvn
neliasso [Thu, 13 Nov 2014 14:42:54 +0100] rev 27696
8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out
Summary: Must not be at safepoint when taking CompileQueue_lock
Reviewed-by: kvn, anoll
iignatyev [Mon, 17 Nov 2014 12:57:49 +0300] rev 27695
8059732: improve hotspot_*test targets
Reviewed-by: kvn, dholmes
jwilhelm [Wed, 26 Nov 2014 18:01:10 +0100] rev 27694
Merge
aharlap [Thu, 20 Nov 2014 10:03:22 -0500] rev 27693
8059492: Wrong spelling in assert: "Not initialied properly?"
Summary: Fixed typo in metaspace assert message
Reviewed-by: mgerdin
Contributed-by: aharlap <alexander.harlap.@oracle.com>
eistepan [Wed, 19 Nov 2014 17:43:19 +0300] rev 27692
8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
Reviewed-by: brutisso
jwilhelm [Tue, 21 Oct 2014 15:07:25 +0200] rev 27691
8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms
Summary: Use the native cmpxchgb instruction on x86.
Reviewed-by: dholmes, kbarrett, phh
Contributed-by: erik.osterlund@lnu.se
brutisso [Tue, 18 Nov 2014 12:33:47 +0000] rev 27690
Merge
brutisso [Tue, 18 Nov 2014 10:39:16 +0100] rev 27689
8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
Reviewed-by: jmasa, kbarrett, ysr
ehelin [Tue, 18 Nov 2014 11:10:02 +0000] rev 27688
Merge
ehelin [Tue, 18 Nov 2014 10:36:42 +0100] rev 27687
8064721: The card tables only ever need two covering regions
Reviewed-by: jmasa, tschatzl, kbarrett
brutisso [Tue, 18 Nov 2014 10:23:26 +0100] rev 27686
8064702: Remove the CMS foreground collector
Reviewed-by: kbarrett, ysr
jwilhelm [Mon, 17 Nov 2014 21:32:32 +0100] rev 27685
Merge
stefank [Wed, 12 Nov 2014 12:41:59 +0100] rev 27684
8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
stefank [Tue, 11 Nov 2014 17:05:33 +0100] rev 27683
8064580: Move INCLUDE_CDS include section to the end of the include list
Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
sfriberg [Fri, 14 Nov 2014 15:03:39 +0100] rev 27682
8064473: Improved handling of age during object copy in G1
Reviewed-by: brutisso, tschatzl
mgerdin [Fri, 14 Nov 2014 14:23:25 +0100] rev 27681
8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view
Reviewed-by: brutisso, dcubed, dholmes, stefank
stefank [Fri, 14 Nov 2014 09:47:09 +0100] rev 27680
8064811: Use THREAD instead of CHECK_NULL in return statements
Reviewed-by: coleenp, simonis, dholmes
goetz [Thu, 13 Nov 2014 11:14:01 +0100] rev 27679
8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
Reviewed-by: stefank, tschatzl
kbarrett [Tue, 11 Nov 2014 13:39:00 -0500] rev 27678
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized.
Reviewed-by: jmasa, brutisso, tschatzl
stefank [Wed, 12 Nov 2014 13:55:59 +0100] rev 27677
8062808: Turn on the -Wreturn-type warning
Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett
sla [Mon, 24 Nov 2014 09:57:02 +0100] rev 27676
Merge
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