katleman [Tue, 15 Apr 2014 12:13:17 -0700] rev 23819
Added tag jdk9-b08 for changeset 80e041234b06
katleman [Tue, 15 Apr 2014 12:12:49 -0700] rev 23818
Added tag jdk9-b08 for changeset 1f9fe77d878d
duke [Wed, 05 Jul 2017 19:36:18 +0200] rev 23817
Added tag jdk9-b08 for changeset b47e02119575
duke [Wed, 05 Jul 2017 19:36:17 +0200] rev 23816
Merge
duke [Wed, 05 Jul 2017 19:36:14 +0200] rev 23815
Merge
emc [Thu, 03 Apr 2014 20:28:23 -0400] rev 23814
8038263: Refactor annotation handling after actualEnterAnnotations
Summary: Move all repeating annotations code into Annotate, rework annotations pipeline into a more completer-like design, eliminate a cast from enterAnnotations/enterTypeAnnotations
Reviewed-by: jjg, jfranck
lana [Wed, 09 Apr 2014 17:18:22 -0700] rev 23813
Merge
pgovereau [Wed, 09 Apr 2014 17:41:27 +0100] rev 23812
8015499: javac, Gen is generating extra checkcast instructions in some corner cases
Reviewed-by: vromero, jjg
jlahoda [Tue, 08 Apr 2014 23:33:50 +0200] rev 23811
8039466: Tests failing in langtools repository.
Summary: Fixing tests broken by JDK-8038455.
Reviewed-by: jjg
jlahoda [Tue, 08 Apr 2014 14:06:11 +0200] rev 23810
8038455: Use single Context for all rounds of annotation processing
Summary: One set of javac services, as well as created ClassSymbols, is reused for all rounds of processing now.
Reviewed-by: jjg, jfranck, darcy, vromero
pgovereau [Fri, 04 Apr 2014 19:13:53 -0400] rev 23809
8023945: javac wrongly allows a subclass of an anonymous class
Reviewed-by: jjg
ksrini [Fri, 04 Apr 2014 18:36:16 -0700] rev 23808
8039231: [javadoc] test failure caused by javax.crypto fix
Reviewed-by: jjg
ksrini [Thu, 03 Apr 2014 12:04:58 -0700] rev 23807
8037881: javax.crypto is not listed in the compact* profiles javadoc
Reviewed-by: jjg
lana [Wed, 09 Apr 2014 09:20:35 -0700] rev 23806
Merge
bpatel [Tue, 01 Apr 2014 23:58:04 -0700] rev 23805
8032066: Serialized form has broken links to non private inner classes of package private
Reviewed-by: jjg
pgovereau [Tue, 01 Apr 2014 23:52:10 -0700] rev 23804
8034933: Update documentation for Types.directSupertypes to clarify behavior
Reviewed-by: darcy
igerasim [Wed, 02 Apr 2014 10:05:16 +0400] rev 23803
8034044: Class.getModifiers() returns "static" for anonymous classes
Summary: Javac sets ACC_STATIC bit for anonymous classes which contradicts the JLS
Reviewed-by: jfranck
lana [Tue, 01 Apr 2014 17:25:39 -0700] rev 23802
Merge
kizune [Tue, 01 Apr 2014 10:00:43 -0700] rev 23801
8031425: Two langtools/javac tests fail by timeout on Windows
Reviewed-by: jjg, vromero
jlahoda [Mon, 31 Mar 2014 21:27:25 +0200] rev 23800
8035890: jdk8 javac -source 7 compiles test case it should not
Summary: Ensuring source level checks are performed in two additional cases related to type annotations, adding specialized error message for annotations after method type parameters.
Reviewed-by: jfranck, jjg
bpatel [Sat, 29 Mar 2014 11:06:33 -0700] rev 23799
8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
Reviewed-by: ksrini
emc [Thu, 27 Mar 2014 18:41:28 -0400] rev 23798
8035768: Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound
Summary: Move position field into Compound, making Compound into a kind of "proto-annotation", representing the situation before we know what an Annotation's kink is
Reviewed-by: jjg
jjg [Wed, 26 Mar 2014 17:50:33 -0700] rev 23797
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
kizune [Wed, 26 Mar 2014 10:47:30 -0700] rev 23796
8035956: javac, incomplete error message
Reviewed-by: vromero
jfranck [Wed, 26 Mar 2014 12:18:11 +0100] rev 23795
8038080: annotation processors don't visit declaration parameter annotations
Reviewed-by: darcy
Contributed-by: cushon@google.com, joel.franck@oracle.com
bpatel [Tue, 25 Mar 2014 22:07:55 -0700] rev 23794
8031625: javadoc problems referencing inner class constructors
Reviewed-by: jjg
lana [Tue, 25 Mar 2014 14:50:31 -0700] rev 23793
Merge
kizune [Thu, 20 Mar 2014 15:13:26 +0400] rev 23792
7118295: javac does not explicitly close -Xstdout file
Reviewed-by: ksrini, jjg
pgovereau [Wed, 19 Mar 2014 17:39:28 -0400] rev 23791
8025505: Constant folding deficiency
Summary: Provide constant folding of equality tests involving constant and null.
Reviewed-by: jjg
pgovereau [Wed, 19 Mar 2014 11:34:27 -0400] rev 23790
6898851: Compiling against this corrupt class file causes a stacktrace from javac
Summary: Added check for index out-of-bounds erros in ClassReader
Reviewed-by: jjg
katleman [Wed, 02 Apr 2014 22:00:13 -0700] rev 23789
Added tag jdk9-b07 for changeset a70a71ac79f3
duke [Wed, 05 Jul 2017 19:36:06 +0200] rev 23788
Merge
lana [Wed, 09 Apr 2014 17:19:42 -0700] rev 23787
Merge
mkos [Tue, 08 Apr 2014 11:26:40 +0100] rev 23786
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
lana [Wed, 09 Apr 2014 09:20:23 -0700] rev 23785
Merge
lana [Tue, 01 Apr 2014 17:27:04 -0700] rev 23784
Merge
mkos [Mon, 31 Mar 2014 15:59:00 +0200] rev 23783
8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
Reviewed-by: chegar
mkos [Mon, 31 Mar 2014 10:43:20 +0200] rev 23782
8036030: Update JAX-WS RI integration to latest version
Summary: JAX-WS RI upgrade from 2.2.9-b130926.1035 to 2.2.10-b140228.1436;
Reviewed-by: chegar
katleman [Wed, 02 Apr 2014 22:00:00 -0700] rev 23781
Added tag jdk9-b07 for changeset 5d95c3684e9f
duke [Wed, 05 Jul 2017 19:36:00 +0200] rev 23780
Merge
lana [Wed, 09 Apr 2014 09:19:57 -0700] rev 23779
Merge
lana [Tue, 01 Apr 2014 17:27:49 -0700] rev 23778
Merge
aefimov [Mon, 31 Mar 2014 19:03:41 +0400] rev 23777
8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
lana [Tue, 25 Mar 2014 14:51:51 -0700] rev 23776
Merge
joehw [Thu, 20 Mar 2014 13:38:07 -0700] rev 23775
8035577: Xerces Update: impl/xpath/regex/RangeToken.java
Reviewed-by: lancea, alanb, sherman, joehw
Contributed-by: david.x.li@oracle.com
katleman [Wed, 02 Apr 2014 21:59:59 -0700] rev 23774
Added tag jdk9-b07 for changeset 8c109399a3da
duke [Wed, 05 Jul 2017 19:35:54 +0200] rev 23773
Merge
lana [Wed, 09 Apr 2014 17:18:48 -0700] rev 23772
Merge
mnunez [Wed, 09 Apr 2014 10:14:34 +0200] rev 23771
8039403: Write sanity tests for persistent caching
Reviewed-by: hannesw, sundar
sundar [Mon, 07 Apr 2014 21:57:33 +0530] rev 23770
8039387: Nashorn supports indexed access of List elements, but length property is not supported
Reviewed-by: lagergren, jlaskey
hannesw [Thu, 03 Apr 2014 17:35:13 +0200] rev 23769
8039181: Persistent code store does not use absolute paths internally
Reviewed-by: sundar, lagergren
lana [Wed, 09 Apr 2014 09:20:03 -0700] rev 23768
Merge
hannesw [Wed, 02 Apr 2014 18:26:57 +0200] rev 23767
8038638: Persistent store for compiled scripts
Reviewed-by: lagergren, sundar
sundar [Wed, 02 Apr 2014 15:52:31 +0530] rev 23766
8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
Reviewed-by: lagergren, attila
lana [Tue, 01 Apr 2014 17:28:17 -0700] rev 23765
Merge
sundar [Fri, 28 Mar 2014 13:24:07 +0530] rev 23764
8038615: test262 repo is now a git repo in github
Reviewed-by: lagergren, hannesw
sundar [Thu, 27 Mar 2014 19:39:18 +0530] rev 23763
8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
Reviewed-by: lagergren, jlaskey
lana [Tue, 25 Mar 2014 14:52:34 -0700] rev 23762
Merge
sundar [Fri, 21 Mar 2014 20:24:01 +0530] rev 23761
8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
Reviewed-by: jlaskey, hannesw
mnunez [Wed, 19 Mar 2014 16:01:19 +0100] rev 23760
8037779: NoPersistenceCachingTest fails with ant test
Reviewed-by: sundar, hannesw