Yue Liu
|
751fa92e41
|
8196383: JDK 10 L10n resource file update - msgdrop 20
Reviewed-by: naoto
|
2018-02-06 22:26:13 -08:00 |
|
Jan Lahoda
|
d5ec9dbfb5
|
8194764: javac incorrectly flags deprecated for removal imports
Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT
Reviewed-by: mcimadamore
|
2018-02-07 16:49:24 +01:00 |
|
Joe Darcy
|
aa4c936f54
|
8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations
Reviewed-by: mcimadamore, jjg
|
2018-01-16 17:27:06 -08:00 |
|
Li Jiang
|
cc269bbcc4
|
8194717: JDK10 L10n resource file update - msgdrop 10
Reviewed-by: joehw
|
2018-01-14 22:25:53 -08:00 |
|
Vicente Romero
|
e2f5722888
|
8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block
Reviewed-by: sadayapalam
|
2018-01-10 22:52:08 -05:00 |
|
Vicente Romero
|
ae186c5714
|
8194836: delta apply changesets for JDK-8192885 and JDK-8175883
Reviewed-by: mcimadamore
|
2018-01-09 22:30:20 -05:00 |
|
Vicente Romero
|
a316ab9ef3
|
8187487: crash with classes with same binary name
Reviewed-by: jjg
|
2018-01-08 14:06:25 -05:00 |
|
Jonathan Gibbons
|
b1c9eceaf5
|
8191637: Interface with defaults invalid compiler warning for Serializable
Reviewed-by: vromero
|
2018-01-05 16:49:50 -08:00 |
|
Jonathan Gibbons
|
a553dc6d76
|
8194069: doclint throws missing comment warnings on lines which can't even have javadoc
Reviewed-by: ksrini
|
2018-01-04 12:55:06 -08:00 |
|
Jonathan Gibbons
|
b5fa820c6e
|
8193125: javac should not compile a module if it requires java.base with modifiers
Reviewed-by: vromero
|
2018-01-03 11:10:56 -08:00 |
|
Jonathan Gibbons
|
8f93cb3651
|
8183964: Bad lexing of javadoc comments (change in parsing/rendering of backslashes in javadoc)
Reviewed-by: vromero, cushon
|
2018-01-02 16:07:47 -08:00 |
|
Alan Bateman
|
7b054f30b8
|
8193758: Update copyright headers of files in src tree that are missing Classpath exception
Reviewed-by: mchung, mr, jjg, iris, prr
|
2017-12-19 10:03:36 +00:00 |
|
Jonathan Gibbons
|
be25eb7f0e
|
8191054: Remove the Native-Header Tool (javah)
Reviewed-by: darcy, mcimadamore, ksrini
|
2017-12-13 14:49:48 -08:00 |
|
Srikanth Adayapalam
|
ac4e5933a6
|
8193142: Regression: ClassCastException: Type$ErrorType cannot be cast to Type$ArrayType
Reviewed-by: mcimadamore
|
2017-12-12 18:40:31 +05:30 |
|
Jan Lahoda
|
390de69601
|
8189778: Jshell crash on tab for StringBuilder.append(
Fixing handling of {@inheritDoc} in JShell's documentation.
Reviewed-by: jjg, ksrini
|
2017-12-11 18:33:53 +01:00 |
|
Jan Lahoda
|
f9431b7d26
|
8189782: com.sun.tools.javac.api.JavacTool.isSupportedOption misreports number of arguments consumed
Returning the number of standalone arguments from com.sun.tools.javac.api.JavacTool.isSupportedOption.
Reviewed-by: jjg
|
2017-12-08 16:28:14 +01:00 |
|
Srikanth Adayapalam
|
18e476899c
|
8182401: Verification error for enclosing instance capture inside super constructor invocation
Reviewed-by: vromero
|
2017-12-11 06:58:14 +05:30 |
|
Kumar Srinivasan
|
a53a1b7844
|
8191078: Wrong "Package not found" warning
Reviewed-by: jjg, jlahoda
|
2017-12-06 11:43:50 -08:00 |
|
Vicente Romero
|
8c50b3e660
|
8192885: Compiler in JDK 10-ea+33 misses to include entry in LineNumberTable for goto instruction of foreach loop
Reviewed-by: mcimadamore
|
2017-12-06 13:36:34 -05:00 |
|
Paul Sandoz
|
2c9ed8e178
|
8188870: Bump classfile version number to 54
Reviewed-by: alanb, dholmes, coleenp, mcimadamore
|
2017-11-03 10:01:08 -07:00 |
|
Kumar Srinivasan
|
4fbcc568d3
|
8184683: Add @since and default methods of Compiler Tree API methods
Reviewed-by: darcy, jjg
|
2017-12-04 10:04:51 -08:00 |
|
Maurizio Cimadamore
|
686d74f11e
|
8189749: Devise strategy for making source level checks more uniform
Create a 'feature' enum which is responsible for handling source version checks and related diagnostic generation
Reviewed-by: jjg, jlahoda
|
2017-12-04 17:54:49 +00:00 |
|
Kumar Srinivasan
|
e3c574e026
|
8190552: Augment the Compiler API tree with APIs to represent HTML content
Reviewed-by: jjg, jlahoda
|
2017-11-30 04:43:09 -08:00 |
|
Maurizio Cimadamore
|
3534ed0379
|
8191802: Upward projection result is A<? extends Number> instead of A<? super Integer>
Code in Types.TypeProjection doesn't match the latest spec text
Reviewed-by: vromero
|
2017-11-29 17:31:23 +00:00 |
|
Jan Lahoda
|
7cdac47d37
|
8191981: javac crash when detecting lambda candidates
Ensuring proper positions on the testing AST nodes created by Analyzer.
Reviewed-by: mcimadamore
|
2017-11-29 14:41:09 +01:00 |
|
Maurizio Cimadamore
|
93438246bc
|
8178427: NPE in Infer$CheckUpperBounds
Void target-type causes a crash during overload resolution
Reviewed-by: vromero
|
2017-11-28 18:51:55 +00:00 |
|
Jan Lahoda
|
9bb2c5a0b3
|
8133616: compiler error messages for dup single type, single static import switched
When reporting clashing imports, use the (non-)staticness of the original import to generate the error message.
Reviewed-by: mcimadamore
|
2017-11-27 19:29:00 +01:00 |
|
Vicente Romero
|
030e675ed3
|
8185451: Misleading 'cannot be accessed from outside package' diagnostic for inconsistent varargs override
Reviewed-by: mcimadamore
|
2017-11-27 13:26:31 -05:00 |
|
Vicente Romero
|
18f70cfdd2
|
8185983: Javac should reject TypeArguments on field access expression
Reviewed-by: mcimadamore
|
2017-11-27 10:40:42 -05:00 |
|
Maurizio Cimadamore
|
e196ae9be6
|
8191834: Assigning a void expression to a "var" crashes the compiler
Local variable type inference should give error on void initializers
Reviewed-by: sundar
|
2017-11-24 16:14:33 +00:00 |
|
Srikanth Adayapalam
|
14e7d88c9e
|
8191655: LambdaConversionException: Invalid receiver type interface; not a subtype of implementation type interface
Reviewed-by: mcimadamore
|
2017-11-22 18:07:53 +05:30 |
|
Jan Lahoda
|
905ead0ac3
|
8191112: javac OutOfMemoryError caused by \"-Xlint:exports\" option
When validating type visibility, ignore transitive automatic modules dependencies.
Reviewed-by: abuckley, jjg
|
2017-11-21 10:26:45 +01:00 |
|
Srikanth Adayapalam
|
dfaa92ca05
|
8189659: Anonymous subtype of raw type causes VerifyError
Reviewed-by: mcimadamore
|
2017-11-21 13:27:12 +05:30 |
|
Vicente Romero
|
eeb940463b
|
8175883: bytecode generated for the enhanced for loop may block memory garbage collecting
Reviewed-by: mcimadamore
|
2017-11-20 17:07:21 -05:00 |
|
Jan Lahoda
|
7a77a63845
|
8180744: Update ct.sym for JDK 10
Adding historical data and code support for --release 9.
Reviewed-by: jjg, mcimadamore
|
2017-11-06 14:10:39 +01:00 |
|
Jan Lahoda
|
5f97b69390
|
8139607: -release option forces StandardJavaFileManager
Merging a --release specific file manager with the user-provided one, rather than altering the user-provided one.
Reviewed-by: jjg, mcimadamore
|
2017-11-06 13:10:43 +01:00 |
|
Jan Lahoda
|
c6be2c363a
|
8187681: Compiling for target 9 while also using --patch-module
Removing limitation on simultaneous use of --release and --patch-module for system modules.
Reviewed-by: mcimadamore, jjg
|
2017-11-02 11:16:27 +01:00 |
|
Vicente Romero
|
a280dc75a3
|
8183896: improve analyzers to allow for the generation of multiple mutations of the same tree
Reviewed-by: mcimadamore, jlahoda
|
2017-10-26 22:54:25 -04:00 |
|
Maurizio Cimadamore
|
f48f3c6552
|
8189838: Stack overflow when computing upward projection of an intersection type with fbounds
Bad logic for detecting loop in type-variable upper bounds
Reviewed-by: vromero
|
2017-10-26 18:42:40 +01:00 |
|
Joe Darcy
|
343105c345
|
8062385: Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
Reviewed-by: mcimadamore
|
2017-10-25 10:40:45 -07:00 |
|
Jan Lahoda
|
a663434be7
|
8189796: Incorrect end position for missing statement
Recording end positions for error trees representing missing statements.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: mcimadamore
|
2017-10-24 12:07:27 +02:00 |
|
Liam Miller-Cushon
|
ed0ea37394
|
8187247: canonical import check compares classes by simple name
Reviewed-by: jlahoda
|
2017-10-23 14:11:04 +02:00 |
|
Jan Lahoda
|
d84d8f1cc5
|
8188035: JavaFileManager.listLocationsForModules does not always reflect values set through StandardJavaFileManager.setLocationForModule
Prepending explictely set module locations in listLocationsForModules.
Reviewed-by: jjg
|
2017-10-19 10:59:02 +02:00 |
|
Jan Lahoda
|
6f27933eb4
|
8186873: Possible dead code \"com.sun.tools.javac.tree.TreeInfo.isAnonymousDiamond()\" which was added in 9
Removing unused method.
Reviewed-by: mcimadamore
|
2017-10-19 09:53:53 +02:00 |
|
Vicente Romero
|
8315ac39cc
|
8187624: NPE in Type.UndetVar.debugString()
Reviewed-by: mcimadamore
|
2017-10-17 07:11:05 -07:00 |
|
Jan Lahoda
|
7c3c83fb55
|
8181897: JDK 9 change to symlink handling affects SourceFile attributes
Using user provided path in toUri().
Reviewed-by: jjg
|
2017-06-26 17:00:45 +02:00 |
|
Jan Lahoda
|
f66b1c7a8b
|
8186694: JShell: speed-up compilation by reusing compiler instances
Generalizing ReusableContext and using it in JShell to speed up processing.
Reviewed-by: mcimadamore, rfield
|
2017-09-01 14:04:20 +02:00 |
|
Srikanth Adayapalam
|
b9d8d3bd9c
|
8184989: Incorrect class file created when passing lambda in inner class constructor and outer is subclass
Reviewed-by: mcimadamore
|
2017-10-16 14:30:37 +05:30 |
|
Maurizio Cimadamore
|
305e51848a
|
8169345: javac crash when local from enclosing context is captured multiple times
Captured variables imported from multiple enclosing scopes are not handled correctly
Reviewed-by: vromero
|
2017-10-09 13:03:18 +01:00 |
|
Jan Lahoda
|
a36938e082
|
8188225: AST could be improved in presence of var types
Adding a better start pos for vars; always adding a synthetic type tree to vars.
Reviewed-by: mcimadamore
|
2017-10-06 17:18:03 +02:00 |
|