Wed, 05 Jul 2017 19:45:37 +0200 Merge jdk9-b19
duke [Wed, 05 Jul 2017 19:45:37 +0200] rev 24908
Merge
Wed, 05 Jul 2017 19:45:33 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:33 +0200] rev 24907
Merge
Wed, 18 Jun 2014 10:09:04 -0700 Merge
lana [Wed, 18 Jun 2014 10:09:04 -0700] rev 24906
Merge
Thu, 12 Jun 2014 15:37:29 -0700 Merge
lana [Thu, 12 Jun 2014 15:37:29 -0700] rev 24905
Merge
Thu, 12 Jun 2014 11:32:23 -0400 8043484: DPrinter does not compile
emc [Thu, 12 Jun 2014 11:32:23 -0400] rev 24904
8043484: DPrinter does not compile Summary: Make DPrinter compile Reviewed-by: jjg
Wed, 11 Jun 2014 12:49:10 -0400 8027886: javac allows illegal receiver parameters
pgovereau [Wed, 11 Jun 2014 12:49:10 -0400] rev 24903
8027886: javac allows illegal receiver parameters 8029042: Receiver parameter not supported on local class constructor Reviewed-by: jfranck, jlahoda
Tue, 10 Jun 2014 15:25:01 -0600 8015101: Covariance of return type implied by upper bounding on type parameter is ignored
dlsmith [Tue, 10 Jun 2014 15:25:01 -0600] rev 24902
8015101: Covariance of return type implied by upper bounding on type parameter is ignored Summary: Capture intersection supertypes before comparing their members Reviewed-by: vromero
Tue, 10 Jun 2014 12:41:39 -0600 8037385: constant pool errors with -target 1.7 and static default methods
dlsmith [Tue, 10 Jun 2014 12:41:39 -0600] rev 24901
8037385: constant pool errors with -target 1.7 and static default methods Summary: Add error check for static interface methods invoked from -source 7 Reviewed-by: vromero, mcimadamore
Mon, 09 Jun 2014 15:46:44 -0400 8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue
emc [Mon, 09 Jun 2014 15:46:44 -0400] rev 24900
8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue Summary: Alter logic to choose type of type annotation position for a variable declaration Reviewed-by: jjg
Mon, 09 Jun 2014 12:54:02 +0100 8043725: javac fails with StackOverflowException
mcimadamore [Mon, 09 Jun 2014 12:54:02 +0100] rev 24899
8043725: javac fails with StackOverflowException Summary: loose type comparison test should be protected against infinite recursion with fbounds Reviewed-by: vromero
Mon, 09 Jun 2014 10:17:16 +0200 8033414: javac Plugin to receive notification (before and) after the compilation.
jlahoda [Mon, 09 Jun 2014 10:17:16 +0200] rev 24898
8033414: javac Plugin to receive notification (before and) after the compilation. Summary: Introducing TaskEvent.Kind.COMPILATION, sending this event before and after compilation. Reviewed-by: jjg, jfranck Contributed-by: joel.franck@oracle.com, jan.lahoda@oracle.com
Sun, 08 Jun 2014 15:02:34 -0700 7026941: 199: path options ignored when reusing filemanager across tasks
jjg [Sun, 08 Jun 2014 15:02:34 -0700] rev 24897
7026941: 199: path options ignored when reusing filemanager across tasks Reviewed-by: jlahoda, jfranck
Fri, 06 Jun 2014 16:08:46 -0400 8042451: Write tests for all possible kinds of type annotation
aeremeev [Fri, 06 Jun 2014 16:08:46 -0400] rev 24896
8042451: Write tests for all possible kinds of type annotation Summary: Add new tests for type annotations to improve case coverage Reviewed-by: jjg, emc, abuckley
Fri, 06 Jun 2014 16:00:59 -0400 8027262: Determine location for type annotations earlier in compiler pipeline
emc [Fri, 06 Jun 2014 16:00:59 -0400] rev 24895
8027262: Determine location for type annotations earlier in compiler pipeline 8027261: Single codepath for attaching annotations to symbols 8027258: Permit a single source annotation to generate multiple bytecode annotations 8027182: Incorrect annotation attributes for type annotations on constructor type parameters 8044010: TypeAnnotation attribute is not generated for repeatable annotation in type argument 8044009: TypeAnnotation attribute is not generated for repeatable annotation in nested types 8043974: TypeAnnotation attribute is not generated for repeatable annotation in lambda 8043669: Few of the ANNOT tests in JCK9 test suite fail with an AssertionError for exception_index 8042060: Type parameter annotations don't work with multiple type parameters 8037348: RuntimeInvisibleAnnotations should not be generated for type annotation on anonymous innerclass creation Summary: Initial rearchitecting of type annotations frontend pipeline Reviewed-by: jjg, jfranck, mcimadamore, jlahoda, wmdietl
Fri, 13 Jun 2014 11:21:39 -0700 Added tag jdk9-b18 for changeset d38c730b86c1
katleman [Fri, 13 Jun 2014 11:21:39 -0700] rev 24894
Added tag jdk9-b18 for changeset d38c730b86c1
Wed, 05 Jul 2017 19:45:26 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:26 +0200] rev 24893
Merge
Fri, 13 Jun 2014 11:21:28 -0700 Added tag jdk9-b18 for changeset ce20b74c4195
katleman [Fri, 13 Jun 2014 11:21:28 -0700] rev 24892
Added tag jdk9-b18 for changeset ce20b74c4195
Wed, 05 Jul 2017 19:45:23 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:23 +0200] rev 24891
Merge
Wed, 18 Jun 2014 10:08:42 -0700 Merge
lana [Wed, 18 Jun 2014 10:08:42 -0700] rev 24890
Merge
Thu, 12 Jun 2014 15:39:03 -0700 Merge
lana [Thu, 12 Jun 2014 15:39:03 -0700] rev 24889
Merge
Wed, 11 Jun 2014 22:26:30 -0700 8041523: Xerces Update: Serializer improvements from Xalan
joehw [Wed, 11 Jun 2014 22:26:30 -0700] rev 24888
8041523: Xerces Update: Serializer improvements from Xalan Reviewed-by: joehw Contributed-by: david.x.li@oracle.com
Wed, 11 Jun 2014 09:26:03 -0700 8046443: A few typos in JAXP JavaDoc
joehw [Wed, 11 Jun 2014 09:26:03 -0700] rev 24887
8046443: A few typos in JAXP JavaDoc Reviewed-by: dfuchs, chegar
Fri, 13 Jun 2014 11:21:26 -0700 Added tag jdk9-b18 for changeset 3a82fb0d8a15
katleman [Fri, 13 Jun 2014 11:21:26 -0700] rev 24886
Added tag jdk9-b18 for changeset 3a82fb0d8a15
Wed, 05 Jul 2017 19:45:17 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:17 +0200] rev 24885
Merge
Wed, 18 Jun 2014 10:08:47 -0700 Merge
lana [Wed, 18 Jun 2014 10:08:47 -0700] rev 24884
Merge
Thu, 12 Jun 2014 15:37:37 -0700 Merge
lana [Thu, 12 Jun 2014 15:37:37 -0700] rev 24883
Merge
Thu, 12 Jun 2014 17:39:09 +0530 8044517: Run & debug single Nashorn test
sundar [Thu, 12 Jun 2014 17:39:09 +0530] rev 24882
8044517: Run & debug single Nashorn test Reviewed-by: lagergren, attila Contributed-by: jaroslav.tulach@oracle.com
Wed, 11 Jun 2014 08:53:35 +0530 8044798: API for debugging Nashorn
sundar [Wed, 11 Jun 2014 08:53:35 +0530] rev 24881
8044798: API for debugging Nashorn Reviewed-by: jlaskey, hannesw
Mon, 09 Jun 2014 16:00:06 +0200 8046025: AccessorProperty.getGetter is not threadsafe
attila [Mon, 09 Jun 2014 16:00:06 +0200] rev 24880
8046025: AccessorProperty.getGetter is not threadsafe Reviewed-by: jlaskey, lagergren
Fri, 06 Jun 2014 16:51:53 +0200 8046215: Running uncompilable scripts throws NullPointerException
hannesw [Fri, 06 Jun 2014 16:51:53 +0200] rev 24879
8046215: Running uncompilable scripts throws NullPointerException Reviewed-by: sundar, jlaskey
Fri, 13 Jun 2014 11:21:41 -0700 Added tag jdk9-b18 for changeset 6ff236765d3b
katleman [Fri, 13 Jun 2014 11:21:41 -0700] rev 24878
Added tag jdk9-b18 for changeset 6ff236765d3b
Wed, 05 Jul 2017 19:45:12 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:12 +0200] rev 24877
Merge
Fri, 13 Jun 2014 11:21:15 -0700 Added tag jdk9-b18 for changeset ab3f668fd6e3
katleman [Fri, 13 Jun 2014 11:21:15 -0700] rev 24876
Added tag jdk9-b18 for changeset ab3f668fd6e3
Wed, 05 Jul 2017 19:45:08 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:08 +0200] rev 24875
Merge
Wed, 18 Jun 2014 10:09:22 -0700 Merge
lana [Wed, 18 Jun 2014 10:09:22 -0700] rev 24874
Merge
Fri, 13 Jun 2014 08:25:50 +0800 8046702: default_options.sh test failure on Solaris
weijun [Fri, 13 Jun 2014 08:25:50 +0800] rev 24873
8046702: default_options.sh test failure on Solaris Reviewed-by: xuelei
Thu, 12 Jun 2014 15:38:24 -0700 Merge
lana [Thu, 12 Jun 2014 15:38:24 -0700] rev 24872
Merge
Thu, 12 Jun 2014 10:32:19 +0200 8044865: Fix raw and unchecked lint warnings in management-related code
sjiang [Thu, 12 Jun 2014 10:32:19 +0200] rev 24871
8044865: Fix raw and unchecked lint warnings in management-related code Reviewed-by: darcy, sla, egahlin, dfuchs
Wed, 11 Jun 2014 15:47:53 +0200 8044135: Add API to start JMX agent from attach framework
sla [Wed, 11 Jun 2014 15:47:53 +0200] rev 24870
8044135: Add API to start JMX agent from attach framework Reviewed-by: alanb
Tue, 10 Jun 2014 11:15:23 +0100 8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses
prappo [Tue, 10 Jun 2014 11:15:23 +0100] rev 24869
8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses Reviewed-by: chegar, alanb, michaelm
Wed, 11 Jun 2014 18:27:10 +0800 8023197: Pre-configured command line options for keytool and jarsigner
weijun [Wed, 11 Jun 2014 18:27:10 +0800] rev 24868
8023197: Pre-configured command line options for keytool and jarsigner Reviewed-by: xuelei
Tue, 10 Jun 2014 14:40:20 +0200 8029674: (reflect) getMethods returns default methods that are not members of the class
jfranck [Tue, 10 Jun 2014 14:40:20 +0200] rev 24867
8029674: (reflect) getMethods returns default methods that are not members of the class Summary: Filter out methods that have a more specific default method from result Reviewed-by: darcy, dlsmith
Wed, 11 Jun 2014 16:33:23 +0800 8046499: nativecache.c prints to stdout in debug build
weijun [Wed, 11 Jun 2014 16:33:23 +0800] rev 24866
8046499: nativecache.c prints to stdout in debug build Reviewed-by: xuelei
Tue, 10 Jun 2014 16:18:54 -0700 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
henryjen [Tue, 10 Jun 2014 16:18:54 -0700] rev 24865
8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo Reviewed-by: mduigou, lancea, alanb, mullan
Tue, 10 Jun 2014 14:17:32 -0700 8046368: Code cleanup in SeedGenerator.java
ascarpino [Tue, 10 Jun 2014 14:17:32 -0700] rev 24864
8046368: Code cleanup in SeedGenerator.java Reviewed-by: mullan Contributed-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Tue, 10 Jun 2014 12:04:42 -0700 8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches
ascarpino [Tue, 10 Jun 2014 12:04:42 -0700] rev 24863
8039212: SecretKeyBasic.sh needs to avoid NSS libnss3 and libsoftokn3 version mismatches Reviewed-by: vinnie
Tue, 10 Jun 2014 08:07:39 -0700 8004807: java/util/Timer/Args.java failing intermittently in HS testing
martin [Tue, 10 Jun 2014 08:07:39 -0700] rev 24862
8004807: java/util/Timer/Args.java failing intermittently in HS testing Summary: update test to improve reliability Reviewed-by: rriggs, ewang
Tue, 10 Jun 2014 15:49:53 +0100 8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
vinnie [Tue, 10 Jun 2014 15:49:53 +0100] rev 24861
8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c Reviewed-by: mullan
Mon, 09 Jun 2014 15:40:40 +0400 8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
vlivanov [Mon, 09 Jun 2014 15:40:40 +0400] rev 24860
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method Reviewed-by: psandoz, jrose
Fri, 06 Jun 2014 14:23:08 -0700 8046085: inserting null key into HashMap treebin fails.
mduigou [Fri, 06 Jun 2014 14:23:08 -0700] rev 24859
8046085: inserting null key into HashMap treebin fails. Reviewed-by: dl, mduigou, alanb, chegar Contributed-by: paul.sandoz@oracle.com, mike.duigou@oracle.com
Sat, 07 Jun 2014 00:17:02 +0800 8043954: Add async connect() support to NET_Connect() for AIX platform
luchsh [Sat, 07 Jun 2014 00:17:02 +0800] rev 24858
8043954: Add async connect() support to NET_Connect() for AIX platform Reviewed-by: alanb
Fri, 06 Jun 2014 22:31:53 +0800 8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame
weijun [Fri, 06 Jun 2014 22:31:53 +0800] rev 24857
8044747: [TESTBUG] Test sun/security/tools/policytool/i18n.sh fails after clicking 'Done' button in test frame Reviewed-by: xuelei
Fri, 06 Jun 2014 10:47:30 +0100 8043613: Update .properties files for serialver tool
chegar [Fri, 06 Jun 2014 10:47:30 +0100] rev 24856
8043613: Update .properties files for serialver tool Reviewed-by: mfang
Fri, 13 Jun 2014 11:21:30 -0700 Added tag jdk9-b18 for changeset fa91157087a5
katleman [Fri, 13 Jun 2014 11:21:30 -0700] rev 24855
Added tag jdk9-b18 for changeset fa91157087a5
Wed, 05 Jul 2017 19:45:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:00 +0200] rev 24854
Merge
Wed, 18 Jun 2014 10:08:52 -0700 Merge
lana [Wed, 18 Jun 2014 10:08:52 -0700] rev 24853
Merge
Thu, 12 Jun 2014 19:03:25 -0700 Merge
lana [Thu, 12 Jun 2014 19:03:25 -0700] rev 24852
Merge
Thu, 12 Jun 2014 15:36:49 -0700 Merge
lana [Thu, 12 Jun 2014 15:36:49 -0700] rev 24851
Merge
Fri, 06 Jun 2014 10:19:50 -0700 Merge
amurillo [Fri, 06 Jun 2014 10:19:50 -0700] rev 24850
Merge
Thu, 05 Jun 2014 10:34:57 -0700 Merge
jmasa [Thu, 05 Jun 2014 10:34:57 -0700] rev 24849
Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip