Jim Holmlund
|
323665eec5
|
7131308: Three regression tests fail due to bad fix for 7127924
Reviewed-by: jjg
|
2012-01-18 18:26:36 -08:00 |
|
Jim Holmlund
|
3d0da40b0d
|
7127924: langtools regression tests sometimes fail en-masse on windows
Reviewed-by: jjg
|
2012-01-17 17:14:44 -08:00 |
|
Maurizio Cimadamore
|
1b000de186
|
7123100: javac fails with java.lang.StackOverflowError
Inference of under-constrained type-variables creates erroneous recursive wildcard types
Reviewed-by: jjg
|
2012-01-12 15:28:34 +00:00 |
|
Maurizio Cimadamore
|
2c453c5844
|
7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
Problems with Types.rewriteQuantifiers not preserving variance
Reviewed-by: jjg
|
2012-01-11 18:23:24 +00:00 |
|
Jim Holmlund
|
799afd934d
|
7046929: tools/javac/api/T6397104.java fails
Reviewed-by: jjg
|
2012-01-03 17:18:10 -08:00 |
|
Jonathan Gibbons
|
a3f0f7b59c
|
4881269: improve diagnostic for ill-formed tokens
Reviewed-by: mcimadamore
|
2012-01-03 11:37:00 -08:00 |
|
Jonathan Gibbons
|
42b9d6bc2e
|
7124605: typos in javac comments
Reviewed-by: ksrini
|
2011-12-23 22:30:33 +00:00 |
|
Maurizio Cimadamore
|
61ee75c9d4
|
7120463 : Fix method reference parser support in order to avoid ambiguities
Add lookahead routine to disambiguate between method reference in method context and binary expression
Reviewed-by: jjg, dlsmith
|
2011-12-19 12:07:07 +00:00 |
|
Jim Holmlund
|
441d03061d
|
7122342: testPrintProcessorInfo/TestWithXstdout.java failed for JDK8 nightly build at 12/16/2011
Do not pass empty args to javac
Reviewed-by: jjg
|
2011-12-16 16:41:00 -08:00 |
|
Jonathan Gibbons
|
e850a9fde0
|
7121682: remove obsolete import
Reviewed-by: jjh
|
2011-12-14 21:52:59 -08:00 |
|
Jonathan Gibbons
|
9a127e2710
|
7111022: javac no long prints last round of processing
7121323: Sqe tests using -Xstdout option fail with an invalid flag error message
Reviewed-by: darcy
|
2011-12-14 16:16:04 -08:00 |
|
Jonathan Gibbons
|
ea7f040a8e
|
7120736: refactor javac option handling
Reviewed-by: mcimadamore
|
2011-12-13 11:21:28 -08:00 |
|
Maurizio Cimadamore
|
bf0106a903
|
7120266: javac fails to compile hotspot code
Parser changes for method references cause bad intercation with method call syntax
Reviewed-by: jjg
|
2011-12-11 17:48:25 +00:00 |
|
Kumar Srinivasan
|
d7cfaf1336
|
7119487: JavacParserTest.java test fails on Windows platforms
Reviewed-by: jjg
|
2011-12-10 17:44:46 -08:00 |
|
Matherey Nunez
|
2b9e2e9038
|
7086015: fix test/tools/javac/parser/netbeans/JavacParserTest.java
Reviewed-by: ksrini, jjg
|
2011-12-07 10:47:46 -08:00 |
|
Maurizio Cimadamore
|
b0a9998899
|
7115052: Add parser support for method references
Add support for parsing method references to JavacParser
Reviewed-by: jjg
|
2011-11-28 16:05:46 +00:00 |
|
Maurizio Cimadamore
|
4ac518143c
|
7115050: Add parser support for lambda expressions
Add support for parsing lambda expressions to JavacParser
Reviewed-by: jjg
|
2011-11-28 15:56:42 +00:00 |
|
Kumar Srinivasan
|
b7094ba03c
|
7106166: (javac) re-factor EndPos parser
Reviewed-by: jjg
|
2011-11-14 15:11:10 -08:00 |
|
Jonathan Gibbons
|
ebe950642c
|
7108669: cleanup Log methods for direct printing to streams
Reviewed-by: mcimadamore
|
2011-11-08 17:06:58 -08:00 |
|
Vicente Romero
|
399b71b9f0
|
6921494: provide way to print javac tree tag values
Reviewed-by: jjg, mcimadamore
|
2011-11-08 11:51:05 -08:00 |
|
Maurizio Cimadamore
|
be5a83c8ce
|
7104201: Refactor DocCommentScanner
Add new Comment helper class to parse contents of comments in source code
Reviewed-by: jjg
|
2011-11-04 12:36:40 +00:00 |
|
Maurizio Cimadamore
|
1469ebc6da
|
7104618: MessageInfo.java is failing after lexer changes
Two langtools regression tests cannot be built due to a bad import statement
Reviewed-by: jjg
|
2011-10-25 15:40:34 +01:00 |
|
Maurizio Cimadamore
|
7873cba6b2
|
7098660: Write better overload resolution/inference tests
Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference
Reviewed-by: jjg
|
2011-10-24 13:00:30 +01:00 |
|
Maurizio Cimadamore
|
063b622daf
|
7096014: Javac tokens should retain state
Refactor javac tokens from enum constants to stateful instances (to keep track of position, comments, etc.)
Reviewed-by: jjg
|
2011-10-24 13:00:20 +01:00 |
|
Jim Holmlund
|
5955806228
|
7098530: tools/javac/javazip/Test.sh can fail on Windows
Fix cygpath command to properly convert path
Reviewed-by: jjg
|
2011-10-21 14:14:29 -07:00 |
|
Maurizio Cimadamore
|
747169f70e
|
7102515: javac running very very long and not returning
Verbose resolution diagnostics slow down with operator resolution
Reviewed-by: jjg
|
2011-10-19 16:56:05 +01:00 |
|
Maurizio Cimadamore
|
d3efececf3
|
7093325: Redundant entry in bytecode exception table
Inlining of finalizers does not update gaps list accordingly
Reviewed-by: jjg
|
2011-10-17 12:57:36 +01:00 |
|
Maurizio Cimadamore
|
1a335eb047
|
7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Duplicate aliasing check during subtyping leads to spurious varargs diagnostic
Reviewed-by: jjg
|
2011-10-17 12:54:33 +01:00 |
|
Maurizio Cimadamore
|
b6f671b41e
|
7090499: missing rawtypes warnings in anonymous inner class
Javac does not detect raw types inside anonymous inner classes
Reviewed-by: jjg
|
2011-10-06 18:39:31 +01:00 |
|
Jonathan Gibbons
|
4a8efe66a5
|
7075721: javac should have public enum for exit codes
Reviewed-by: mcimadamore
|
2011-09-22 09:24:01 -07:00 |
|
Jonathan Gibbons
|
ff7362918f
|
7092965: javac should not close processorClassLoader before end of compilation
Reviewed-by: darcy
|
2011-09-21 21:56:53 -07:00 |
|
Maurizio Cimadamore
|
bd420dc94e
|
7086586: Inference producing null type argument
Inference should fail in 15.12.2.7 when inference variables with 'nulltype' upper bounds are found
Reviewed-by: dlsmith
|
2011-09-16 14:16:11 +01:00 |
|
Jonathan Gibbons
|
4589920917
|
7068437: Regression: Filer.getResource(SOURCE_OUTPUT, ...) no longer works in JDK 7 w/o -s
Reviewed-by: darcy
|
2011-09-14 18:26:57 -07:00 |
|
Jonathan Gibbons
|
2bbf651156
|
7090249: IllegalStateException from Trees.getScope when called from JSR 199
Reviewed-by: mcimadamore
|
2011-09-14 12:14:30 -07:00 |
|
Jonathan Gibbons
|
1ec8f70fdd
|
7080267: Call to toString() from an ExpressionStatementTree doesn't take in consideration the ";" at the end
Reviewed-by: mcimadamore
|
2011-09-14 12:07:50 -07:00 |
|
Maurizio Cimadamore
|
08619c2e9c
|
7086601: Error message bug: cause for method mismatch is 'null'
Inference error during lub() does not set 'cause' for method resolution diagnostic
Reviewed-by: jjg
|
2011-09-13 14:15:39 +01:00 |
|
Maurizio Cimadamore
|
0208d38b3c
|
7003595: IncompatibleClassChangeError with unreferenced local class with subclass
Compiler omits unreferenced local inner classes from the InnerClasses attribute
Reviewed-by: jjg
|
2011-09-13 14:15:22 +01:00 |
|
Maurizio Cimadamore
|
8db2f8de59
|
7086595: Error message bug: name of initializer is 'null'
Implementation of MethodSymbol.location() should take into account static/instance initializers
Reviewed-by: jjg
|
2011-09-13 14:14:57 +01:00 |
|
Jonathan Gibbons
|
c1efbbc362
|
Merge
|
2011-09-12 11:40:07 -07:00 |
|
Jonathan Gibbons
|
8166c2b32b
|
7068451: Regression: javac compiles fixed sources against previous, not current, version of generated sources
Reviewed-by: mcimadamore
|
2011-09-12 11:39:08 -07:00 |
|
Jonathan Gibbons
|
a0084596d4
|
7073508: Regression: NullPointerException at com.sun.tools.javac.code.Lint$AugmentVisitor.augment
Reviewed-by: darcy
|
2011-09-09 17:19:26 -07:00 |
|
Maurizio Cimadamore
|
a456f20739
|
7086261: javac doesn't report error as expected, it only reports ClientCodeWrapper$DiagnosticSourceUnwrapper
Missing override for toString() in ClientCodeUnwrapper.DiagnosticSourceUnwrapper
Reviewed-by: jjg
|
2011-09-02 17:35:56 +01:00 |
|
Bruce Chapman
|
0da4a58897
|
7024096: Stack trace has invalid line numbers
Reviewed-by: jjg, darcy
|
2011-09-02 07:54:16 -07:00 |
|
Jim Holmlund
|
7d7c8d7cdf
|
7086071: tools/javac/7079713/TestCircularClassfile.java fails on windows
Delete file before renaming another file to it
Reviewed-by: jjg
|
2011-09-01 14:35:59 -07:00 |
|
Jan Lahoda
|
6f70d425f2
|
7073631: (javac) javac parser improvements for error position reporting
JavacParser improvements for NetBeans, improved by LangTools.
Reviewed-by: mcimadamore, jjg
|
2011-09-01 09:14:25 -07:00 |
|
Jonathan Gibbons
|
654ae83d8e
|
7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
Reviewed-by: mcimadamore
|
2011-08-31 15:39:00 -07:00 |
|
Maurizio Cimadamore
|
67f3781cb1
|
7079713: javac hangs when compiling a class that references a cyclically inherited class
Types.membersClosure needs to handle pathological cases of cyclic inheritance
Reviewed-by: jjg, jjh
|
2011-08-31 16:15:19 +01:00 |
|
Maurizio Cimadamore
|
68039c2904
|
7085024: internal error; cannot instantiate Foo
Types.isConvertible does not handle erroneous types correctly
Reviewed-by: jjg
|
2011-08-31 16:11:28 +01:00 |
|
Jonathan Gibbons
|
4cd6c8c31e
|
7074189: some javac tests fail with latest jtreg 4.1 b03
Reviewed-by: darcy
|
2011-08-05 15:57:59 -07:00 |
|
Joe Darcy
|
dba9612ad9
|
7071246: Enclosing string literal in parenthesis in switch-case crashes javac
Reviewed-by: mcimadamore
|
2011-08-04 11:15:37 -07:00 |
|