log

age author description
Mon, 30 Aug 2010 18:03:35 -0700 jjg 6403465: javac should defer diagnostics until it can be determined they are persistent
Fri, 27 Aug 2010 17:59:08 -0700 jjg 6980707: Reduce use of IOException in JavaCompiler
Fri, 27 Aug 2010 17:21:17 -0700 jjg 6570730: com.sun.source.tree.ModifiersTree.getFlags() should return class type
Fri, 27 Aug 2010 17:14:51 -0700 jjg 6980724: test/tools/javac/InterfaceAssert.java sometimes fails
Thu, 26 Aug 2010 16:13:33 -0700 jjg 6980017: javap -XDdetail:source behaves badly if source not available.
Thu, 26 Aug 2010 15:17:17 -0700 jjg 6604599: ToolProvider should be less compiler-specific
Wed, 25 Aug 2010 15:31:46 -0700 naoto 6875847: Java Locale Enhancement
Wed, 25 Aug 2010 11:40:25 -0700 jjg 6960424: new option -Xpkginfo for better control of when package-info.class is generated
Wed, 25 Aug 2010 11:24:30 -0700 jjg 6979564: ":" for path separator in dist/bin/javac does not work on Windows
Tue, 24 Aug 2010 15:09:21 -0700 jjg 6929404: Filer.getResource(SOURCE_PATH, ...) does not work when -sourcepath contains >1 entry
Tue, 24 Aug 2010 11:31:00 -0700 jjg 6935638: -implicit:none prevents compilation with annotation processing
Thu, 23 Sep 2010 17:33:52 -0700 cl Added tag jdk7-b111 for changeset 8bec624274ef
Thu, 16 Sep 2010 15:13:23 -0700 cl Added tag jdk7-b110 for changeset 32da0f38d2fe jdk7-b111
Wed, 15 Sep 2010 13:41:14 -0700 cl Merge jdk7-b110
Thu, 09 Sep 2010 16:29:40 -0700 ohair 6982137: Rebranding pass 2 - missed copyright changes
Thu, 09 Sep 2010 15:08:03 -0700 cl Added tag jdk7-b109 for changeset 4826378eaade
Tue, 14 Sep 2010 11:37:19 +0100 andrew Merge
Thu, 09 Sep 2010 13:49:03 -0700 cl Merge jdk7-b109
Fri, 03 Sep 2010 12:50:19 -0700 cl Added tag jdk7-b108 for changeset a408ebb8b3d4
Tue, 07 Sep 2010 15:14:49 -0700 ohair 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
Sun, 29 Aug 2010 22:42:08 -0700 lana Merge
Mon, 23 Aug 2010 19:14:55 -0700 lana Merge
Mon, 23 Aug 2010 15:13:33 -0700 jjg 6976747: JCDiagnostic: replace "boolean mandatory" with new "Set<JCDiagnostic.Flag>"
Mon, 23 Aug 2010 11:56:53 -0700 jjg 6975005: improve JavacProcessingEnvironment.Round abstraction
Mon, 23 Aug 2010 17:00:07 +0100 mcimadamore 6978574: return statement in try block with multi-catch causes ClassFormatError
Mon, 23 Aug 2010 16:59:30 +0100 mcimadamore 6932571: Compiling Generics causing Inconvertible types
Thu, 19 Aug 2010 11:54:25 +0100 mcimadamore 6977800: Regression: invalid resolution of supertype for local class
Thu, 19 Aug 2010 11:52:58 +0100 mcimadamore 6885255: Improve usability of raw warnings
Thu, 19 Aug 2010 11:50:50 +0100 mcimadamore 6886247: regression: javac crashes with an assertion error in Attr.java
Mon, 16 Aug 2010 14:59:21 -0700 jjg 6976833: options included twice in Example SimpleCompiler
Mon, 16 Aug 2010 14:58:10 +0100 mcimadamore 6369605: Unconstrained type variables fails to include bounds
Mon, 16 Aug 2010 14:56:23 +0100 mcimadamore 6976649: javac does not enforce required annotation elements in arrays
Thu, 12 Aug 2010 19:59:10 -0700 lana Merge
Tue, 10 Aug 2010 14:53:19 +0100 mcimadamore 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
Tue, 10 Aug 2010 14:52:34 +0100 mcimadamore 6975275: diamond implementation needs some cleanup
Thu, 05 Aug 2010 09:45:25 +0100 mcimadamore 6857948: Calling a constructor with a doubly bogus argument causes an internal error
Thu, 05 Aug 2010 09:44:54 +0100 mcimadamore 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
Thu, 26 Aug 2010 16:17:15 -0700 cl Added tag jdk7-b107 for changeset 2c1c657f69a4 jdk7-b108
Fri, 27 Aug 2010 19:01:39 +0100 andrew Merge
Thu, 19 Aug 2010 15:13:23 -0700 cl Added tag jdk7-b106 for changeset 112fcc00659d jdk7-b107
Fri, 13 Aug 2010 11:38:43 -0700 cl Added tag jdk7-b105 for changeset aaecac256d39 jdk7-b106
Mon, 09 Aug 2010 16:03:07 -0700 lana Merge jdk7-b105
Mon, 02 Aug 2010 19:46:14 -0700 lana Merge
Mon, 02 Aug 2010 16:29:54 -0700 jjg 6973626: test/tools/javac/processing/* tests fail with assertions enabled
Mon, 02 Aug 2010 13:35:39 -0700 darcy 6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources
Thu, 29 Jul 2010 22:04:41 -0700 lana Merge
Thu, 29 Jul 2010 19:30:35 -0700 jjg 6966604: JavacFiler not correctly notified of lastRound
Thu, 29 Jul 2010 19:27:11 -0700 jjg 6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories
Thu, 29 Jul 2010 18:06:34 -0700 jjg 6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
Thu, 29 Jul 2010 15:57:43 +0100 mcimadamore 6970833: Try-with-resource implementation throws an NPE during Flow analysis
Thu, 29 Jul 2010 15:57:18 +0100 mcimadamore 6972747: CheckExamples fail when assertions are enabled
Thu, 29 Jul 2010 15:56:25 +0100 mcimadamore 6938454: Unable to determine generic type in program that compiles under Java 6
Tue, 27 Jul 2010 11:52:11 -0700 jjg 6403456: -Werror should work with annotation processing
Tue, 27 Jul 2010 11:32:03 -0700 jjg 6972327: JCTree.pos incorrect for annotations without modifiers and package
Mon, 26 Jul 2010 14:25:56 -0700 jjg 6957438: improve code for generating warning messages containing option names
Mon, 26 Jul 2010 14:18:45 -0700 jjg 6971882: Remove -XDstdout from javac test
Thu, 22 Jul 2010 11:02:54 -0700 jjg 6968063: provide examples of code that generate diagnostics
Fri, 16 Jul 2010 19:35:24 -0700 darcy 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
Thu, 15 Jul 2010 16:31:56 +0100 mcimadamore 6964669: javac reports error on miranda methods
Thu, 15 Jul 2010 16:31:02 +0100 mcimadamore 6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
Tue, 13 Jul 2010 19:20:48 -0700 jjg 6968789: incorrect text in "diamond not supported" message
Tue, 13 Jul 2010 19:17:55 -0700 jjg 6968434: test CheckResourceKeys fails on control builds
Tue, 13 Jul 2010 19:14:09 -0700 jjg 6966732: replace use of static Log.getLocalizedString with non-static alternative where possible
Fri, 06 Aug 2010 12:52:19 -0700 cl Added tag jdk7-b104 for changeset fc7219517ec1
Mon, 09 Aug 2010 22:39:47 +0100 andrew Merge
Thu, 29 Jul 2010 13:33:32 -0700 cl Added tag jdk7-b103 for changeset bd85271c580c jdk7-b104
Fri, 23 Jul 2010 16:42:36 -0700 mikejwre Added tag jdk7-b102 for changeset ff9c0a0bf7ed jdk7-b103
Thu, 29 Jul 2010 17:34:23 +0100 andrew Merge
Tue, 20 Jul 2010 22:22:32 -0700 lana Merge jdk7-b102
Mon, 12 Jul 2010 19:43:19 -0700 lana Merge
Mon, 12 Jul 2010 16:37:46 -0700 jjg 6968497: localized text appears in raw diagnostic
Wed, 30 Jun 2010 18:06:29 -0700 jjg 6964768: need test program to validate javac resource bundles
Tue, 29 Jun 2010 12:06:46 -0700 lana Merge
Thu, 24 Jun 2010 10:34:53 -0700 jjg 6917288: Unnamed nested class is not generated
Wed, 23 Jun 2010 16:51:30 -0700 darcy 6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
Thu, 15 Jul 2010 20:11:54 -0700 mikejwre Added tag jdk7-b101 for changeset 20a8fe72ee7b
Fri, 09 Jul 2010 19:18:42 -0700 mikejwre Added tag jdk7-b100 for changeset d1d7595fa824 jdk7-b101
Tue, 29 Jun 2010 22:43:59 -0700 lana Merge jdk7-b100
Mon, 21 Jun 2010 22:09:18 -0700 lana Merge
Fri, 18 Jun 2010 21:13:56 -0700 jjg 6961178: Allow doclet.xml to contain XML attributes
Fri, 18 Jun 2010 16:45:13 -0700 jjg 6962540: langtools Makefile sets DEV_NULL incorrectly
Wed, 16 Jun 2010 17:52:10 -0700 lana Merge
Wed, 16 Jun 2010 14:09:03 -0700 lana Merge
Wed, 16 Jun 2010 16:23:27 -0700 jjg 6956638: JavacTask.generate does not generate all required files
Fri, 11 Jun 2010 17:24:23 -0700 jjg 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
Fri, 11 Jun 2010 07:12:07 -0700 jjg 6877961: langtools build should allow more options when running jtreg
Thu, 10 Jun 2010 17:09:56 -0700 jjg 6960407: Potential rebranding issues in openjdk/langtools repository sources
Thu, 10 Jun 2010 16:08:01 -0700 jjg 6944312: Potential rebranding issues in openjdk/langtools repository sources
Thu, 10 Jun 2010 09:29:23 +0100 mcimadamore 6945418: Project Coin: Simplified Varargs Method Invocation
Fri, 04 Jun 2010 17:33:25 -0700 jjg 6958802: cleanup and doc langtools build.xml file
Fri, 04 Jun 2010 14:54:54 -0700 jjg 6958391: add vizant support to langtools build
Thu, 03 Jun 2010 19:56:12 -0700 darcy 6519115: MirroredTypeException thrown but should be MirroredTypesException
Thu, 03 Jun 2010 17:14:20 -0700 jjg 6955264: add option to suppress Abort in Check.completionError
Wed, 02 Jun 2010 19:08:47 -0700 darcy 6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7
Thu, 24 Jun 2010 20:03:19 -0700 mikejwre Added tag jdk7-b99 for changeset 005bec70ca27
Fri, 18 Jun 2010 15:12:04 -0700 jrose Merge jdk7-b99
Thu, 13 May 2010 20:01:40 -0700 jrose Merge
Sat, 01 May 2010 15:05:39 -0700 jrose 6939134: JSR 292 adjustments to method handle invocation
Thu, 17 Jun 2010 16:28:21 -0700 mikejwre Added tag jdk7-b98 for changeset 3b38f3aa3dc3
Thu, 10 Jun 2010 13:59:19 -0700 mikejwre Added tag jdk7-b97 for changeset c0a41294297e jdk7-b98
Mon, 07 Jun 2010 17:09:52 -0700 lana Merge jdk7-b97
Fri, 28 May 2010 12:41:48 -0700 lana Merge
Mon, 24 May 2010 09:07:04 -0700 lana Merge
Fri, 21 May 2010 17:32:19 -0700 jjg 6954901: langtools/test/Makefile should check for bin/javac(.exe) instead of lib/tools.jar
Wed, 19 May 2010 16:43:30 +0100 mcimadamore 6951833: latest diamond implementation generates spurious raw type warnings
Wed, 19 May 2010 16:43:06 +0100 mcimadamore 6948381: javac Null Pointer Exception in Types.makeCompoundType
Wed, 19 May 2010 16:42:37 +0100 mcimadamore 6946618: sqe test fails: javac/generics/NewOnTypeParm in pit jdk7 b91 in all platforms.
Wed, 19 May 2010 16:41:57 +0100 mcimadamore 6880344: Recursive type parameters do not compile
Thu, 13 May 2010 11:30:28 -0700 jjg 6952188: update timeout for langtools jtreg tests on JPRT
Thu, 03 Jun 2010 13:30:30 -0700 mikejwre Added tag jdk7-b96 for changeset 89cd267c2167
Wed, 02 Jun 2010 15:40:01 -0700 mikejwre Merge jdk7-b96
Wed, 26 May 2010 20:22:54 -0700 ohair 6956202: Fix a few missed rebranding issues, please contact lines etc.
Thu, 27 May 2010 10:57:35 -0700 mikejwre Added tag jdk7-b95 for changeset 752bb790fc2d
Wed, 26 May 2010 10:40:10 -0700 ohair Merge jdk7-b95
Tue, 25 May 2010 15:54:51 -0700 ohair 6943119: Rebrand source copyright notices
Thu, 20 May 2010 16:00:35 -0700 mikejwre Added tag jdk7-b94 for changeset bb3d7c75a56d
Wed, 19 May 2010 12:28:31 -0700 lana Merge jdk7-b94
Tue, 11 May 2010 16:36:13 -0700 lana Merge
Mon, 03 May 2010 17:12:59 -0700 mcimadamore 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
Sun, 02 May 2010 15:55:02 -0700 lana Merge