Bernard Blaser
07012c9753
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
...
Reviewed-by: mcimadamore, vromero
2018-06-20 10:01:49 -07:00
Maurizio Cimadamore
43248585b4
8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions
...
Issue warnings when 'var' used as a type name in type argument positions
Reviewed-by: jlahoda
2018-06-20 11:47:07 +01:00
Priya Lakshmi Muthuswamy
aefa5d6fbe
8202624: javadoc generates references to enum constructors, which are not documented
...
Reviewed-by: sundar
2018-06-20 14:52:32 +05:30
Vicente Romero
58f944b75e
8205052: No compilation error thrown when no valid parameterization exists for functional interface type
...
Reviewed-by: mcimadamore
2018-06-19 05:22:07 -07:00
Jonathan Gibbons
4d47f2e0a6
8204330: Javadoc IllegalArgumentException: HTML special chars in constant value
...
Reviewed-by: ksrini
2018-06-18 13:52:30 -07:00
Jonathan Gibbons
b75d70e381
8149565: -locale option issues
...
Reviewed-by: hannesw
2018-06-18 13:40:16 -07:00
Mandy Chung
1a4997b484
8205116: jdeps --system $java.home fails with IAE
...
Reviewed-by: alanb, lancea
2018-06-15 13:08:32 -07:00
Priya Lakshmi Muthuswamy
0c633885f1
8204666: javadoc should be updated to use jQuery 3.3.1
...
Reviewed-by: sundar
2018-06-15 10:48:56 +05:30
Bernard Blaser
c97262c785
8203813: javac accepts an illegal name as a receiver parameter name
...
Reviewed-by: vromero
2018-06-14 05:50:21 -07:00
Jan Lahoda
5bf8a6f44b
8196618: Create API to list supported values for javac --release option
...
8194308: jdeprscan will need updates to deal with the removal of the Java EE modules
Generalizing tests to run over all supported --release keys; fixing jdeprscan to work with --release 11.
Reviewed-by: smarks, vromero
2018-06-14 13:16:21 +02:00
Maurizio Cimadamore
da3ff94812
8178150: Regression in logic for handling inference stuck constraints
...
Fix broken logic for input/output inference variable dependency
Reviewed-by: vromero, bsrbnd
2018-06-14 11:13:39 +01:00
Jan Lahoda
78b7362c97
8193302: Javac AssertionError: typeSig ERROR on usage of @Generated
...
Importing from an invisible package whose name is a prefix of a visible package is not allowed.
Reviewed-by: vromero
2018-06-13 12:52:21 +02:00
Liam Miller-Cushon
669c2f3951
8203679: AssertionError in DeferredAttr with parenthesized method reference
...
Reviewed-by: mcimadamore
2018-06-11 14:06:50 -07:00
Jan Lahoda
62a6e04db0
8204674: Inconsistent lambda parameter span
...
Correcting parameter spans for lambda parameters.
Reviewed-by: mcimadamore
2018-06-12 12:14:46 +02:00
Jonathan Gibbons
48d64563d2
8204588: Test failures after "Launch Single-File Source-Code Programs"
...
Reviewed-by: mchung
2018-06-08 15:24:51 -07:00
Maurizio Cimadamore
824b2d53ac
8204610: Compiler confused by parenthesized "this" in final fields assignments
...
Parenthesis are not skipped consistently in DA/DU, forward reference analysis
Reviewed-by: vromero
2018-06-08 16:33:40 +01:00
David Holmes
12815851ce
8204589: ProblemList failing launcher tests
...
Reviewed-by: darcy
2018-06-07 22:26:02 -04:00
Jonathan Gibbons
fe24730ed9
8201274: Launch Single-File Source-Code Programs
...
Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
2018-06-07 16:06:49 -07:00
Jonathan Gibbons
d59da4a4b7
8204303: Add redirect for overview-summary.html
...
Reviewed-by: sundar, hannesw
2018-06-06 15:10:12 -07:00
Priya Lakshmi Muthuswamy
e62ea558be
8190875: modules not listed in overview/index page
...
Reviewed-by: jjg, sundar
2018-06-06 09:07:38 +05:30
Athijegannathan Sundararajan
f2a30dcb3e
8204321: javadoc tests fail after JDK-8203780
...
Reviewed-by: jjg
2018-06-05 23:10:54 +05:30
Jan Lahoda
8afe86a2fe
8200166: Repeating annotations refering to to-be-generated classes don't work
...
Reviewed-by: jjg
2018-06-05 14:55:13 +02:00
Bernard Blaser
8d24eeb394
8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
...
Reviewed-by: vromero
2018-06-04 10:12:40 -07:00
Jan Lahoda
4dec1a457f
8198378: javac crash when checking imports and a broken class is present
...
Properly handling bad classfile while processing imports.
Reviewed-by: vromero
2018-06-04 12:54:13 +02:00
Priya Lakshmi Muthuswamy
c37f670092
8202627: javadoc generates broken links to deprecated items when -nodeprecated is used
...
Reviewed-by: ksrini
2018-06-03 19:21:18 +05:30
Jan Lahoda
aabea5d599
8203827: Upgrade JLine to 2.14.6
...
Reviewed-by: alanb, hannesw, rfield
2018-06-01 13:04:30 +02:00
Jonathan Gibbons
8589446792
8196202: Javadoc should not generate frames by default
...
Reviewed-by: ksrini
2018-05-29 11:20:04 -07:00
Vicente Romero
539b18eba0
8203892: Target interface added as marker interface in calls to altMetafactory
...
Reviewed-by: mcimadamore
2018-05-29 09:12:39 -07:00
Jan Lahoda
64dfbbcce8
8203926: Problem list test/langtools/tools/javac/importscope/T8193717.java
...
Reviewed-by: mcimadamore
2018-05-29 18:09:43 +02:00
Jan Lahoda
6776b453e0
8193717: Import resolution performance regression in JDK 9
...
Avoiding iteration through all sub-scopes of single import scope when looking up by name by only using those that may contain the given name.
Reviewed-by: mcimadamore
2018-05-29 13:17:03 +02:00
Jan Lahoda
5635d6f937
8202832: cycle detection depends on ordering of requires directives
...
Ensuring cyclic dependencies among modules produce a compile-time error.
Reviewed-by: vromero
2018-05-29 10:53:55 +02:00
Srinivas Dama
080269eb20
8202178: type.getKind() for var is None instead of Error
...
Make sure var kind != None for instance variables without initialization
Reviewed-by: mcimadamore
2018-05-27 12:00:16 +05:30
Priya Lakshmi Muthuswamy
b83864b498
8196913: javadoc does not (over)write stylesheet.css
...
Reviewed-by: jjg
2018-05-24 20:34:17 +05:30
Maurizio Cimadamore
d10e29af44
8203488: Remove error generation from TransTypes
...
Bridge clash errors should noty be reported in TransTypes (as they are already reported in the frontend); cleanup polysig call code.
Reviewed-by: vromero, cushon, forax
2018-05-24 11:13:42 +01:00
Priya Lakshmi Muthuswamy
a7ac132ac4
8199307: NPE in jdk.javadoc.internal.doclets.toolkit.util.Utils.getLineNumber
...
Reviewed-by: ksrini, jjg
2018-05-24 14:35:32 +05:30
Priya Lakshmi Muthuswamy
dd889cff52
8188248: NullPointerException on generic methods
...
Reviewed-by: ksrini, jjg
2018-05-24 13:34:31 +05:30
Jonathan Gibbons
d27d4d8df4
8202947: Fix minor issues with taglets
...
Reviewed-by: ksrini
2018-05-23 11:49:57 -07:00
Vicente Romero
3b38d1b418
8196048: thrown type variables should be roots in the minimum inference graph
...
Reviewed-by: mcimadamore
2018-05-22 09:01:44 -07:00
Jan Lahoda
c3cdecd32b
8198315: Incomplete classpath causes NPE in TransTypes
...
Avoid symbol completion while constructing error message.
Reviewed-by: mcimadamore
2018-05-22 12:26:17 +02:00
Maurizio Cimadamore
47d634e453
8203436: javac should fail early when emitting illegal signature attributes
...
Check that signature attributes do not contain non-denotable types
Reviewed-by: vromero
2018-05-22 13:37:05 +01:00
Vicente Romero
088dbd5ce8
8203486: skip type inference for non functional interface components of intersection types
...
Reviewed-by: mcimadamore
2018-05-21 12:27:21 -07:00
Vicente Romero
ec167413f9
8148354: Errors targeting functional interface intersection types
...
Reviewed-by: mcimadamore, dlsmith
2018-05-18 09:22:31 -07:00
Bernard Blaser
b416d3915e
8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory
...
Reviewed-by: jjg, jlahoda
2018-05-18 12:48:09 +02:00
Bhavesh Patel
7c66a1d6a2
8196201: Generate pages to list all classes and all packages in javadoc output
...
Reviewed-by: jjg
2018-05-17 12:59:53 -07:00
Jonathan Gibbons
2612bef51e
8202614: Add ability to validate links in JavadocTester
...
Reviewed-by: ksrini
2018-05-15 14:41:06 -07:00
Jonathan Gibbons
5efef1271b
8203176: javadoc handles non-ASCII characters incorrectly
...
Reviewed-by: ksrini
2018-05-15 14:15:47 -07:00
Vicente Romero
74b151103e
8194998: broken error message for subclass of interface with private method
...
Reviewed-by: mcimadamore
2018-05-11 10:39:04 -07:00
Vicente Romero
3b13b81625
8202597: javac is not inducing a notional interface if Object appears in an intersection type
...
Reviewed-by: mcimadamore
2018-05-08 17:12:54 -07:00
Jonathan Gibbons
7574941d5f
8199196: Add javadoc support for preview features
...
Reviewed-by: ksrini
2018-05-08 12:16:52 -07:00
Chris Yin
7166041796
8202690: jdk/jshell/ToolBasicTest.java failed in testOpenFileOverHttp() and testOpenLocalFileUrl()
...
Reviewed-by: rfield, jlahoda
2018-05-08 09:51:42 +08:00