sadayapalam [Fri, 29 May 2015 10:15:36 +0530] rev 30999
8080842: Using Lambda Expression with name clash results in ClassFormatError
Summary: Ensure ScopeImpl can cope properly with remove when a field and method share the name
Reviewed-by: mcimadamore, jlahoda
sadayapalam [Fri, 29 May 2015 09:15:42 +0530] rev 30998
8081271: NPE while compiling a program with erroneous use of constructor reference expressions
Summary: Missing enclosing instance error should not be swallowed when attributing constructor reference expressions.
Reviewed-by: mcimadamore, vromero
katleman [Thu, 04 Jun 2015 09:31:52 -0700] rev 30997
Added tag jdk9-b67 for changeset c275389a3680
duke [Wed, 05 Jul 2017 20:37:04 +0200] rev 30996
Merge
lana [Thu, 04 Jun 2015 18:49:20 -0700] rev 30995
Merge
mkos [Tue, 02 Jun 2015 10:59:48 +0200] rev 30994
8080502: Update JAXB and JAX-WS to work with resource encapsulation
Reviewed-by: alanb
katleman [Thu, 04 Jun 2015 09:31:49 -0700] rev 30993
Added tag jdk9-b67 for changeset 2a45cd1813f7
duke [Wed, 05 Jul 2017 20:37:00 +0200] rev 30992
Merge
lana [Thu, 04 Jun 2015 18:49:07 -0700] rev 30991
Merge
darcy [Mon, 01 Jun 2015 17:31:45 -0700] rev 30990
8075551: Add tiered testing definitions to the jaxp repo
Reviewed-by: joehw
aefimov [Fri, 29 May 2015 12:28:40 +0300] rev 30989
8081392: getNodeValue should return 'null' value for Element nodes
Reviewed-by: joehw
katleman [Thu, 04 Jun 2015 09:31:48 -0700] rev 30988
Added tag jdk9-b67 for changeset 0944ee4b0119
duke [Wed, 05 Jul 2017 20:36:56 +0200] rev 30987
Merge
lana [Thu, 04 Jun 2015 18:49:16 -0700] rev 30986
Merge
attila [Wed, 03 Jun 2015 16:28:57 +0200] rev 30985
8081813: JSONListAdapter should delegate its [[DefaultValue]] to wrapped object
Reviewed-by: lagergren, sundar
sundar [Wed, 03 Jun 2015 18:44:12 +0530] rev 30984
8081809: Missing final modifier in method parameters (nashorn code convention)
Reviewed-by: attila, hannesw