2 years agoohair6962318: Update copyright year
2 years agodarcyAdded tag jdk6-b21 for changeset a9479f61cd7e
2 years agojjh7008433: Minor copyright changes jdk6-b21
2 years agoohair6962318: Update copyright year
2 years agoohair7008723: Remove binary plugs creation and use from openjdk
2 years agojjg6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
2 years agojjg6962236: backport JavacFileManager fixes from 7 to 6-open
2 years agojjg6795365: NetBeans projects in langtools repository are not NB6.5-friendly
2 years agojjgMerge
2 years agojjg6595666: fix -Werror
2 years agojjgMerge
4 years agojjg6813059: replace use of JavaCompiler.errorCount with shouldContinue
2 years agojjg6420151: need to improve byfile compile policy to eliminate footprint issues
2 years agojjg6962540: langtools Makefile sets DEV_NULL incorrectly
2 years agojjgMerge
2 years agojjg6724327: eliminate use of shell tests for simple golden file tests
2 years agojjgMerge
2 years agojjg6956638: JavacTask.generate does not generate all required files
4 years agomcimadamore6734819: Javac performs flows analysis on already translated classes
4 years agojjg6726015: JavaCompiler: replace desugarLater by compileStates
4 years agojjg6724551: Use Queues instead of Lists to link compiler phases
2 years agodarcyAdded tag jdk6-b20 for changeset 51b6d8d173cd
2 years agojjg6877961: langtools build should allow more options when running jtreg jdk6-b20
2 years agojjg6960407: Potential rebranding issues in openjdk/langtools repository sources
2 years agojjg6944312: Potential rebranding issues in openjdk/langtools repository sources
2 years agoohair6956202: Fix a few missed rebranding issues, please contact lines etc.
2 years agoohair6943119: Rebrand source copyright notices
3 years agojjg6920317: package-info.java file has to be specified on the javac cmdline, else it will not be avail.
4 years agomcimadamore6548436: Incorrect inconvertible types error
3 years agojjg6948251: need to quote args in langtools launcher script
3 years agojjg6916986: handle spaces in langtools launcher path
3 years agodarcyAdded tag jdk6-b19 for changeset 7306e2127357
3 years agoohair6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now jdk6-b19
3 years agodarcy6937417: javac -Xprint returns IndexOutOfBoundsException
4 years agomcimadamore6724345: incorrect method resolution for enum classes entered as source files
3 years agoandrew6843761: Update langtools tests to remove unncessary -source and -target options
3 years agoandrew6927797: langtools/test/tools/javac/EarlyAssert.java fails when run with assertions enabled (-ea)
3 years agodarcy6926703: apt tests should run with assertions enabled
3 years agoandrew6928623: Behaviour of VERBOSE=true on langtools build
3 years agojjg6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
3 years agodarcy6634138: Source generated in last round not compiled
3 years agodarcyAdded tag jdk6-b18 for changeset 536fbf4fba1f
3 years agojjg6855236: Compiler Tree API TreePath class generates NullPointerException from Iterator jdk6-b18
3 years agojjg6559315: Inconsistent non-standard Sun copyright in src/share/opensource/javac/doc/document.css
3 years agorobiladAdded tag jdk6-b17 for changeset 78efde88dc5a
3 years agojjg6886738: multi-thread issue with Name in javac jdk6-b17
3 years agodarcy6517779: javax.lang.model.util.Elements.getConstantExpression() doesn't throw any exception
3 years agojjg6882235: invalid exponent causes silent javac crash
3 years agojjg6881317: regression: NPE in CloseableURLClassLoader
3 years agoohair6881303: Change jcheck configuration to turn off unique bugid checks
3 years agojjg6869804: langtools tests should be Cygwin-aware
3 years agojjg6877763: update langtools/test/Makefile for JPRT
3 years agojjg6878069: JavaFileManager does not accept binary package names using '/' on Windows
4 years agojjg6877229: more javac tests fail on Windows
3 years agojjg6877188: some javac shell tests do not work on Windows
4 years agojjg6876753: javap tests fail on Windows
4 years agojjgMerge
3 years agojjg6876765: javah tests fail on Windows
3 years agojjg6876755: apt tests fail on Windows
3 years agoandrew6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk