jlahoda [Tue, 13 Jan 2015 19:13:42 +0100] rev 28455
8066843: Messager.printMessage cannot print multiple errors for same source position
Summary: Using a DiagnosticFlag to mark diagnostics that should be always printed even if multiple of them have the same source position.
Reviewed-by: darcy, jjg, mcimadamore
jlahoda [Tue, 13 Jan 2015 10:36:41 +0100] rev 28454
8027888: javac wrongly allows annotations in array-typed class literals
Summary: Compiler incorrectly accepts type annotations on array-typed class literals.
Reviewed-by: jlahoda, jfranck
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 13 Jan 2015 10:32:19 +0100] rev 28453
8068254: Method reference uses wrong qualifying type
Summary: Generated code fails with IllegalAccessError due to compiler's mishandling of packageprivate classes in method reference expressions.
Reviewed-by: rfield, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 13 Jan 2015 10:25:24 +0100] rev 28452
8037546: javac -parameters does not emit parameter names for lambda expressions
Summary: MethodParameters attribute is missing for synthetic methods encoding lambda expressions.
Reviewed-by: rfield, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com
jlahoda [Tue, 13 Jan 2015 10:17:25 +0100] rev 28451
8062358: ClassCastException in TransTypes.visitApply
Summary: Incorrect handling of subtype relations involving lower bounded wildcard causes ClassCastException
Reviewed-by: vromero, dlsmith
Contributed-by: srikanth.adayapalam@oracle.com
katleman [Thu, 15 Jan 2015 13:09:52 -0800] rev 28450
Added tag jdk9-b46 for changeset 867b8b80696e
duke [Wed, 05 Jul 2017 20:15:03 +0200] rev 28449
Merge
katleman [Thu, 15 Jan 2015 13:09:43 -0800] rev 28448
Added tag jdk9-b46 for changeset 76ad1de0fd63
duke [Wed, 05 Jul 2017 20:15:00 +0200] rev 28447
Merge
lana [Fri, 16 Jan 2015 12:35:05 -0800] rev 28446
Merge
joehw [Thu, 15 Jan 2015 19:10:56 -0800] rev 28445
8051563: Update JAXP functional tests
Reviewed-by: lancea, joehw
Contributed-by: tristan.yan@oracle.com
katleman [Thu, 15 Jan 2015 13:09:42 -0800] rev 28444
Added tag jdk9-b46 for changeset b037890ea772
duke [Wed, 05 Jul 2017 20:14:53 +0200] rev 28443
Merge
lana [Fri, 16 Jan 2015 12:34:10 -0800] rev 28442
Merge
sundar [Thu, 15 Jan 2015 10:18:31 +0530] rev 28441
8068985: Wrong 'this' bound to eval call within a function when caller's 'this' is a Java object
Reviewed-by: jlaskey, attila
attila [Wed, 14 Jan 2015 18:25:01 +0100] rev 28440
8069002: NPE on invoking null (8068889 regression)
Reviewed-by: jlaskey, sundar
attila [Wed, 14 Jan 2015 16:29:39 +0100] rev 28439
8068994: Forgot to add a test model to JDK-8068573
Reviewed-by: lagergren, sundar
attila [Wed, 14 Jan 2015 15:54:18 +0100] rev 28438
8068573: POJO setter using [] syntax throws an exception
Reviewed-by: lagergren, jlaskey
attila [Tue, 13 Jan 2015 16:38:29 +0100] rev 28437
8068889: Calling a @FunctionalInterface from JS leaks internal objects
Reviewed-by: jlaskey, sundar
katleman [Thu, 15 Jan 2015 13:09:53 -0800] rev 28436
Added tag jdk9-b46 for changeset 167aecd0161e
duke [Wed, 05 Jul 2017 20:14:48 +0200] rev 28435
Merge
katleman [Thu, 15 Jan 2015 13:09:37 -0800] rev 28434
Added tag jdk9-b46 for changeset 87aeabf7ffa2
duke [Wed, 05 Jul 2017 20:14:43 +0200] rev 28433
Merge
lana [Fri, 16 Jan 2015 12:34:28 -0800] rev 28432
Merge
redestad [Fri, 16 Jan 2015 12:41:36 +0100] rev 28431
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
Reviewed-by: jfranck, psandoz
darcy [Thu, 15 Jan 2015 16:45:02 -0800] rev 28430
8069127: Suppress deprecation warnings in jdk.deploy.osx module
Reviewed-by: wetmore, juh
vinnie [Thu, 15 Jan 2015 17:57:52 +0000] rev 28429
8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
Reviewed-by: vinnie
Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
chegar [Thu, 15 Jan 2015 17:05:06 +0000] rev 28428
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
Reviewed-by: alanb, chegar
vlivanov [Thu, 15 Jan 2015 19:16:17 +0400] rev 28427
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
Summary: CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent.
Reviewed-by: dfazunen, tschatzl
Contributed-by: Michail Chernov <michail.chernov@oracle.com>
chegar [Thu, 15 Jan 2015 10:56:24 +0000] rev 28426
8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
Reviewed-by: alanb, mchung, psandoz, xiaofeya