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
katleman [Fri, 13 Jun 2014 11:21:39 -0700] rev 24894
Added tag jdk9-b18 for changeset d38c730b86c1
duke [Wed, 05 Jul 2017 19:45:26 +0200] rev 24893
Merge
katleman [Fri, 13 Jun 2014 11:21:28 -0700] rev 24892
Added tag jdk9-b18 for changeset ce20b74c4195
duke [Wed, 05 Jul 2017 19:45:23 +0200] rev 24891
Merge
lana [Wed, 18 Jun 2014 10:08:42 -0700] rev 24890
Merge
lana [Thu, 12 Jun 2014 15:39:03 -0700] rev 24889
Merge
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
joehw [Wed, 11 Jun 2014 09:26:03 -0700] rev 24887
8046443: A few typos in JAXP JavaDoc
Reviewed-by: dfuchs, chegar
katleman [Fri, 13 Jun 2014 11:21:26 -0700] rev 24886
Added tag jdk9-b18 for changeset 3a82fb0d8a15
duke [Wed, 05 Jul 2017 19:45:17 +0200] rev 24885
Merge
lana [Wed, 18 Jun 2014 10:08:47 -0700] rev 24884
Merge
lana [Thu, 12 Jun 2014 15:37:37 -0700] rev 24883
Merge
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
sundar [Wed, 11 Jun 2014 08:53:35 +0530] rev 24881
8044798: API for debugging Nashorn
Reviewed-by: jlaskey, hannesw
attila [Mon, 09 Jun 2014 16:00:06 +0200] rev 24880
8046025: AccessorProperty.getGetter is not threadsafe
Reviewed-by: jlaskey, lagergren
hannesw [Fri, 06 Jun 2014 16:51:53 +0200] rev 24879
8046215: Running uncompilable scripts throws NullPointerException
Reviewed-by: sundar, jlaskey
katleman [Fri, 13 Jun 2014 11:21:41 -0700] rev 24878
Added tag jdk9-b18 for changeset 6ff236765d3b
duke [Wed, 05 Jul 2017 19:45:12 +0200] rev 24877
Merge
katleman [Fri, 13 Jun 2014 11:21:15 -0700] rev 24876
Added tag jdk9-b18 for changeset ab3f668fd6e3
duke [Wed, 05 Jul 2017 19:45:08 +0200] rev 24875
Merge
lana [Wed, 18 Jun 2014 10:09:22 -0700] rev 24874
Merge
weijun [Fri, 13 Jun 2014 08:25:50 +0800] rev 24873
8046702: default_options.sh test failure on Solaris
Reviewed-by: xuelei
lana [Thu, 12 Jun 2014 15:38:24 -0700] rev 24872
Merge
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
sla [Wed, 11 Jun 2014 15:47:53 +0200] rev 24870
8044135: Add API to start JMX agent from attach framework
Reviewed-by: alanb
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
weijun [Wed, 11 Jun 2014 18:27:10 +0800] rev 24868
8023197: Pre-configured command line options for keytool and jarsigner
Reviewed-by: xuelei
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
weijun [Wed, 11 Jun 2014 16:33:23 +0800] rev 24866
8046499: nativecache.c prints to stdout in debug build
Reviewed-by: xuelei