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 |
|
Maurizio Cimadamore
|
9f2615c4de
|
8172443: Change use of tree.pos to line:col in rawDiagnostics
Generate more stable raw diagnostic position for functional expression AST diag arguments
Reviewed-by: jjg, vromero
|
2017-10-05 18:29:47 +01:00 |
|
Bernard Blaser
|
2115af4897
|
8063054: Incorrect raw type warning for method reference
Spurious raw types warnings generated for unbound method references
Reviewed-by: jlahoda
|
2017-10-05 12:19:23 +01:00 |
|
Bernard Blaser
|
47e2972a64
|
8187978: javac can show overload error messages that include non-valid candidates
Reviewed-by: mcimadamore
|
2017-10-02 10:04:22 -07:00 |
|
Maurizio Cimadamore
|
870b0834fe
|
8188144: regression in method reference type-checking
Method reference checking prefers unbound lookup when both searches produce same results
Reviewed-by: vromero
|
2017-10-02 12:29:44 +01:00 |
|
Maurizio Cimadamore
|
c825188cd8
|
8177466: Add compiler support for local variable type-inference
Add support for 'var' in implicitly typed local variable declarations
Reviewed-by: vromero, jlahoda
|
2017-09-26 12:52:53 +01:00 |
|
Jan Lahoda
|
b45c9233a4
|
8044853: Attr synthesizes nullcheck tree nodes
Avoid move of JCNewClass.encl to args in front end phases.
Reviewed-by: jjg
|
2017-09-22 14:06:11 +02:00 |
|
Jan Lahoda
|
0fcaa36105
|
8184739: Incorrect end position of PackageTree
Fixing end position of PackageTree.
Reviewed-by: jjg
|
2017-09-21 17:47:34 +02:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|