David Katleman
|
524b8ef2fe
|
Added tag jdk8-b12 for changeset 5ec6698ec5a9
|
2011-11-03 10:32:39 -07:00 |
|
Lana Steuck
|
6f4a99a81f
|
Merge
|
2011-10-28 17:49:36 -07:00 |
|
David Katleman
|
31ff82c1c8
|
Added tag jdk8-b11 for changeset b44e4293ec86
|
2011-10-27 13:54:50 -07:00 |
|
Lana Steuck
|
2c50355271
|
Merge
|
2011-10-25 21:55:25 -07:00 |
|
Jim Holmlund
|
b171ddacd0
|
7104905: Java SE build fails on call to CreateSymbols
Reviewed-by: jjg
|
2011-10-25 19:18:32 -07:00 |
|
Jonathan Gibbons
|
d20f9f51bc
|
7104039: refactor/cleanup javac Paths class
Reviewed-by: mcimadamore
|
2011-10-25 10:48:05 -07: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 |
|
David Katleman
|
7cab00227f
|
Added tag jdk8-b10 for changeset 371ba3560eaf
|
2011-10-20 10:32:56 -07:00 |
|
Jonathan Gibbons
|
6c299173e1
|
7101146: Paths should more directly managed by BaseFileManager
Reviewed-by: mcimadamore
|
2011-10-19 15:29:46 -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 |
|
Lana Steuck
|
501fe865e8
|
Merge
|
2011-10-17 19:07:26 -07: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 |
|
David Katleman
|
5839368eee
|
Added tag jdk8-b09 for changeset 0169651a48bf
|
2011-10-13 10:35:50 -07:00 |
|
Lana Steuck
|
5cbdf8db6c
|
Merge
|
2011-10-12 12:26:38 -07:00 |
|
David Katleman
|
0b92e7c70b
|
Added tag jdk8-b08 for changeset c9fb751a1f21
|
2011-10-06 14:01:45 -07: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 |
|
Lana Steuck
|
2346a1c754
|
Merge
|
2011-10-03 18:26:59 -07:00 |
|
David Katleman
|
4749de17ea
|
Added tag jdk8-b07 for changeset 64ad92439924
|
2011-09-29 18:54:01 -07:00 |
|
Lana Steuck
|
3ae6cc4f7e
|
Merge
|
2011-09-26 14:33:34 -07:00 |
|
Lana Steuck
|
d941d29b0c
|
Merge
|
2011-09-23 23:30:31 -07:00 |
|
David Katleman
|
93cf5130d6
|
Added tag jdk8-b06 for changeset c579ee9c7624
|
2011-09-22 16:02:16 -07: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 |
|
Jonathan Gibbons
|
1577e0f073
|
7030473: Remove dead field JCCompilationUnit.flags
Reviewed-by: dlsmith
|
2011-09-20 12:08:48 -07:00 |
|
Lana Steuck
|
cdc3810c17
|
Merge
|
2011-09-19 19:41:46 -07:00 |
|
Jonathan Gibbons
|
51763c43f7
|
7091528: javadoc attempts to parse .class files
Reviewed-by: darcy
|
2011-09-16 16:18:46 -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 |
|
Suchen Chien
|
f843db55a4
|
Added tag jdk8-b05 for changeset deef5f066e00
|
2011-09-15 18:53:41 -07: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
|
afaeb37bb5
|
7090700: fix for 7080267 breaks two tests
Reviewed-by: ksrini
|
2011-09-14 15:49:54 -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 |
|
Mandy Chung
|
12a0dac949
|
7090297: Remove com.sun.tools.javac.Launcher from tools.jar
Reviewed-by: jjg
|
2011-09-13 16:37:09 -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 |
|
Lana Steuck
|
14cdfec16f
|
Merge
|
2011-09-10 21:31: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 |
|
Suchen Chien
|
c66c50437c
|
Added tag jdk8-b04 for changeset cd423392ab94
|
2011-09-08 16:59:53 -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 |
|
Suchen Chien
|
fd8978fa75
|
Added tag jdk8-b03 for changeset df130f34ab4c
|
2011-09-01 13:54:50 -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 |
|