ddmitriev [Mon, 02 Nov 2015 11:32:26 +0300] rev 33744
8141042: Typos and refactoring in Compiler constraints functions
Reviewed-by: vlivanov, zmajo, kvn
stuefe [Fri, 30 Oct 2015 12:36:54 +0100] rev 33743
8140645: Recent Developments for AIX
Summary: Port recent developments from SAP for AIX to the OpenJDK
Reviewed-by: goetz
brutisso [Mon, 02 Nov 2015 09:13:39 +0100] rev 33742
8141049: Remove CARD_REPEAT_HISTO from the G1 code
Reviewed-by: tschatzl, kbarrett
brutisso [Mon, 02 Nov 2015 09:12:45 +0100] rev 33741
8141045: Remove SPARSE_PRT_VERBOSE from the G1 code
Reviewed-by: tschatzl, kbarrett
brutisso [Mon, 02 Nov 2015 09:11:44 +0100] rev 33740
8141037: Remove _MARKING_VERBOSE_ from the G1 code
Reviewed-by: tschatzl, kbarrett
ehelin [Sat, 31 Oct 2015 15:27:48 +0100] rev 33739
8140509: Add note_gc_start to G1CollectorPolicy
Reviewed-by: mgerdin, tschatzl
ehelin [Fri, 30 Oct 2015 10:15:06 +0100] rev 33738
8140508: Add utility method for logging phases to G1CollectorPolicy
Reviewed-by: mgerdin, tschatzl
iklam [Fri, 30 Oct 2015 16:18:58 -0700] rev 33737
8139026: hotspot/make/hotspot.script cannot handle command-line arguments with spaces
Summary: Use "$@"
Reviewed-by: twisti, ihse
rprotacio [Fri, 30 Oct 2015 16:39:37 -0400] rev 33736
8139564: Convert TraceDefaultMethods to Unified Logging
Summary: The former -XX:+TraceDefaultMethods flag is updated to the unified logging framework and is now replaced with -Xlog:defaultmethods.
Reviewed-by: acorn, coleenp, hseigel
poonam [Fri, 30 Oct 2015 08:29:19 -0700] rev 33735
8140249: JVM Crashing During startUp If Flight Recording is enabled
Reviewed-by: dholmes
Contributed-by: Shafi Ahmad <shafi.s.ahmad@oracle.com>
brutisso [Fri, 30 Oct 2015 06:50:55 +0000] rev 33734
Merge
brutisso [Fri, 30 Oct 2015 06:46:10 +0100] rev 33733
8140781: Remove _MARKING_STATS_ from the G1 code
Reviewed-by: kbarrett, david
dholmes [Fri, 30 Oct 2015 00:23:07 -0400] rev 33732
8129526: Solaris: clean up another remnant of interruptible I/O
Reviewed-by: fparain, dcubed
dholmes [Thu, 29 Oct 2015 21:38:25 -0400] rev 33731
Merge
cjplummer [Thu, 29 Oct 2015 12:04:04 -0700] rev 33730
8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
Summary: Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed.
Reviewed-by: mseledtsov, sla, iklam