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)