ehelin [Mon, 02 Nov 2015 16:16:53 +0100] rev 33747
8140602: Split other time calculation into methods in G1CollectorPolicy
Reviewed-by: mgerdin, tschatzl, drwhite
zmajo [Mon, 02 Nov 2015 14:34:07 +0000] rev 33746
Merge
zmajo [Mon, 02 Nov 2015 11:51:48 +0000] rev 33745
Merge
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
dholmes [Thu, 29 Oct 2015 18:59:22 -0400] rev 33729
8131045: Obsolete JNIDetachReleasesMonitors
Reviewed-by: dcubed, dsimms, sspitsyn
lana [Thu, 12 Nov 2015 14:13:49 -0800] rev 33728
Merge
lana [Thu, 19 Nov 2015 09:36:21 -0800] rev 33727
Added tag jdk9-b93 for changeset 7ca001ccf8c1
lana [Fri, 20 Nov 2015 15:38:28 -0800] rev 33726
Merge
dfuchs [Fri, 20 Nov 2015 19:25:45 +0100] rev 33725
8140364: JEP 264 Platform Logger API and Service Implementation
Summary: Initial implementation for JEP 264 Platform Logger API and Service
Reviewed-by: mchung, psandoz, rriggs
weijun [Fri, 20 Nov 2015 08:35:23 +0800] rev 33724
8056174: New APIs for jar signing
Reviewed-by: mullan
bpatel [Mon, 16 Nov 2015 22:49:45 +0000] rev 33723
8142367: Allow files with .png extension to be copied for javadoc
Reviewed-by: erikj
erikj [Mon, 16 Nov 2015 10:47:24 +0100] rev 33722
8143036: Make install target does not depend on images
Reviewed-by: alanb
lana [Thu, 12 Nov 2015 14:12:53 -0800] rev 33721
Merge
lana [Thu, 19 Nov 2015 09:36:17 -0800] rev 33720
Added tag jdk9-b93 for changeset 24d8c58c9dcd
duke [Wed, 05 Jul 2017 21:00:56 +0200] rev 33719
Added tag jdk9-b93 for changeset 09206c6513b3
duke [Wed, 05 Jul 2017 21:00:56 +0200] rev 33718
Merge
duke [Wed, 05 Jul 2017 21:00:52 +0200] rev 33717
Merge
lana [Thu, 12 Nov 2015 18:27:43 -0800] rev 33716
Merge
jlahoda [Thu, 12 Nov 2015 15:10:01 +0100] rev 33715
8141092: JShell: Completion hangs on identifier completion
Summary: Avoiding recursive search when computing package completion.
Reviewed-by: mcimadamore, rfield
shinyafox [Thu, 12 Nov 2015 08:48:42 +0100] rev 33714
8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc...
Reviewed-by: rfield, jlahoda
sadayapalam [Thu, 12 Nov 2015 08:39:23 +0530] rev 33713
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
Summary: Improve clarity of javac messages by discriminating hiding scenerio from overriding
Reviewed-by: mcimadamore, sadayapalam
Contributed-by: srinivas.dama@oracle.com
sadayapalam [Thu, 12 Nov 2015 06:13:14 +0530] rev 33712
8136419: Type annotations in initializers and lambda bodies not written to class file
Reviewed-by: jlahoda
sadayapalam [Thu, 12 Nov 2015 05:59:47 +0530] rev 33711
8142476: Call site initialization exception caused by LambdaConversionException: Invalid receiver type
Summary: Incorrect handling of intersection typed receiver in method references results in call site initialization exception
Reviewed-by: mcimadamore
sadayapalam [Wed, 11 Nov 2015 18:46:03 +0530] rev 33710
8141508: java.lang.invoke.LambdaConversionException: Invalid receiver type
Summary: Incorrect handling of intersection type parameter of functional interface descriptor results in call site initialization exception
Reviewed-by: mcimadamore
sadayapalam [Wed, 11 Nov 2015 17:13:10 +0530] rev 33709
8142467: Remove all references Flags.IPROXY
Summary: Remove all references to flag bit IPROXY that has fallen into disuse.
Reviewed-by: mcimadamore
mcimadamore [Tue, 10 Nov 2015 11:49:14 +0000] rev 33708
8141613: Compiler fails to infer generic type
Summary: Repeated capture of same expression leads to erroneous inference constraints
Reviewed-by: vromero
mcimadamore [Mon, 09 Nov 2015 16:03:30 +0000] rev 33707
8141639: Signatures in Lower could be made tighter by using JCExpression instead of JCTree
Summary: Make signatures of Lower methods more specific
Reviewed-by: jlahoda
sadayapalam [Mon, 09 Nov 2015 05:45:22 +0530] rev 33706
8129740: Incorrect class file created when passing lambda in inner class constructor
Summary: Lambda implementation method must be static when lambda is an argument to an explicit constructor call.
Reviewed-by: mcimadamore, jlahoda
sadayapalam [Fri, 06 Nov 2015 14:45:44 +0530] rev 33705
8138612: Do not retain declaration annotations on lambda formal parameters
Reviewed-by: jlahoda
lana [Thu, 12 Nov 2015 10:39:10 -0800] rev 33704
Added tag jdk9-b92 for changeset 27b563ba49e8
duke [Wed, 05 Jul 2017 21:00:43 +0200] rev 33703
Merge
lana [Thu, 12 Nov 2015 10:39:04 -0800] rev 33702
Added tag jdk9-b92 for changeset 42ca9d5434cc
duke [Wed, 05 Jul 2017 21:00:36 +0200] rev 33701
Merge
lana [Thu, 12 Nov 2015 18:27:26 -0800] rev 33700
Merge
chegar [Wed, 11 Nov 2015 11:33:40 +0000] rev 33699
8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
lana [Thu, 12 Nov 2015 10:39:03 -0800] rev 33698
Added tag jdk9-b92 for changeset bbe6f7195a37
duke [Wed, 05 Jul 2017 21:00:30 +0200] rev 33697
Merge
lana [Thu, 12 Nov 2015 18:32:09 -0800] rev 33696
Merge
hannesw [Thu, 12 Nov 2015 19:31:22 +0100] rev 33695
8142864: Raw types warning in WeakValueCache
Reviewed-by: mhaupt, attila
sundar [Thu, 12 Nov 2015 19:51:43 +0530] rev 33694
8142857: Enable all nashorn "api" tests for jtreg test run
Reviewed-by: attila, hannesw, mhaupt
sundar [Thu, 12 Nov 2015 12:30:15 +0530] rev 33693
8142501: nashorn tests failing after recent changes
Reviewed-by: hannesw
hannesw [Wed, 11 Nov 2015 16:35:38 +0100] rev 33692
8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values.
Reviewed-by: attila, sundar
hannesw [Wed, 11 Nov 2015 16:34:26 +0100] rev 33691
8141505: floating point parse incorrect on big integer
Reviewed-by: attila, sundar
hannesw [Wed, 11 Nov 2015 16:28:17 +0100] rev 33690
8141702: Add support for Symbol property keys
Reviewed-by: attila, sundar
hannesw [Wed, 11 Nov 2015 15:22:14 +0100] rev 33689
8010803: Number to String conversion functionality overhaul
Reviewed-by: attila, lagergren
attila [Wed, 11 Nov 2015 14:54:09 +0100] rev 33688
8142422: Smaller Dynalink API adjustments
Reviewed-by: hannesw, sundar