log

age author description
Tue, 07 Sep 2010 15:49:48 -0700 ohair Merge
Tue, 07 Sep 2010 17:33:43 +0100 mcimadamore 6970584: Flow.java should be more error-friendly
Tue, 07 Sep 2010 17:32:52 +0100 mcimadamore 6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType
Tue, 07 Sep 2010 17:32:27 +0100 mcimadamore 6979327: method handle invocation should use casts instead of type parameters to specify return type
Tue, 07 Sep 2010 17:31:54 +0100 mcimadamore 6337171: javac should create bridge methods when type variable bounds restricted
Mon, 06 Sep 2010 12:55:09 -0700 jjg 6930507: Symbols for anonymous and local classes made too late for use by java tree API
Fri, 03 Sep 2010 12:00:21 -0700 lana Merge
Thu, 02 Sep 2010 22:11:39 -0700 lana Merge
Fri, 03 Sep 2010 12:36:43 +0530 sundar 6956462: AssertionError exception thrown in the Compiler Tree API in JDK 7.
Fri, 03 Sep 2010 11:25:43 +0530 sundar 6458823: Messager messages on TypeParamterElements to not include position information.
Thu, 02 Sep 2010 18:26:21 -0700 jjg 6921495: spurious semicolons in class def cause empty NOPOS blocks
Thu, 02 Sep 2010 23:10:05 +0530 sundar 6458749: TypeParameterElement.getEnclosedElements throws NPE within javac.
Wed, 01 Sep 2010 03:19:16 -0700 jrose 6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
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
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
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