log

age author description
Fri, 10 Dec 2010 15:24:17 +0000 mcimadamore 6199075: Unambiguous varargs method calls flagged as ambiguous
Fri, 10 Dec 2010 15:23:42 +0000 mcimadamore 7005671: Regression: compiler accepts invalid cast from X[] to primitive array
Thu, 09 Dec 2010 19:53:03 -0800 jjg 6986242: cut-n-paste error in javadoc for Trees.instance(ProcessingEnvironment)
Thu, 09 Dec 2010 18:33:32 -0800 jjg 7005856: avoid name clash for langtools when building on MacOS
Thu, 09 Dec 2010 08:48:08 -0800 jjg 6985202: no access to doc comments from Tree API
Thu, 09 Dec 2010 08:24:42 -0800 jjg 4917091: javac rejects array over 128 in length
Thu, 09 Dec 2010 15:50:57 +0000 mcimadamore 7005371: Multicatch: assertion error while generating LocalVariableTypeTable attribute
Thu, 09 Dec 2010 15:50:34 +0000 mcimadamore 6476118: compiler bug causes runtime ClassCastException for generics overloading
Thu, 09 Dec 2010 15:50:10 +0000 mcimadamore 7005095: Cast: compile reject sensible cast from final class to interface
Wed, 08 Dec 2010 21:21:42 -0800 darcy 7003550: Loosen modeling requirements for annotation processing erroneous code
Wed, 08 Dec 2010 13:42:57 -0800 jjg 7004698: javap does not output CharacterRangeTable attributes correctly
Tue, 07 Dec 2010 14:13:25 -0800 jjg 6999210: javac should be able to warn of anomalous conditions in classfiles
Mon, 06 Dec 2010 11:51:02 +0000 mcimadamore 5088429: varargs overloading problem
Mon, 06 Dec 2010 11:50:37 +0000 mcimadamore 7002070: If catch clause has an incompatible type, error pointer points to first exception type in list
Mon, 06 Dec 2010 11:49:00 +0000 mcimadamore 7003744: Compiler error concerning final variables
Sun, 05 Dec 2010 15:26:55 -0800 lana Merge
Fri, 03 Dec 2010 13:47:59 -0800 jjh 6990209: JCK7-compiler lang/ICLS/icls006/icls00603/icls00603a.html#icls00603src test fails.
Fri, 03 Dec 2010 16:32:31 +0000 mcimadamore 7002837: Diamond: javac generates diamond inference errors when in 'finder' mode
Fri, 03 Dec 2010 16:31:23 +0000 mcimadamore 6956758: NPE in com.sun.tools.javac.code.Symbol - isSubClass
Thu, 02 Dec 2010 16:38:16 -0800 jjg Merge
Thu, 02 Dec 2010 16:37:23 -0800 jjg 7004029: intermittent failures compiling pack200
Wed, 01 Dec 2010 11:02:38 -0800 bpatel 6851834: Javadoc doclet needs a structured approach to generate the output HTML.
Thu, 16 Dec 2010 19:57:01 -0800 ohair Merge
Wed, 15 Dec 2010 15:30:12 -0800 ohair Merge
Sun, 05 Dec 2010 18:18:12 -0800 mfang Merge
Fri, 03 Dec 2010 20:31:57 -0800 mfang 6522789: [zh_CN] translation of "enclosing class" in doclet is incorrect
Thu, 16 Dec 2010 18:18:18 -0800 cl Added tag jdk7-b122 for changeset 11e7b4c0476e
Thu, 09 Dec 2010 21:25:38 -0800 katleman Added tag jdk7-b121 for changeset 1bf969e9792f jdk7-b122
Mon, 06 Dec 2010 20:35:49 -0800 lana Merge jdk7-b121
Tue, 30 Nov 2010 09:38:48 -0800 jjg 7003477: Paths.isDefaultBootClassPath needs to be public
Mon, 29 Nov 2010 14:15:36 -0800 jjg 6900037: javac should warn if earlier -source is used and bootclasspath not set
Mon, 29 Nov 2010 10:09:48 -0800 jjg 7003006: add option to list directory in deterministic order
Tue, 23 Nov 2010 15:28:34 -0800 jjg 7002346: javap test relies on location of scratch directory
Tue, 23 Nov 2010 13:32:29 -0800 jjg 6942366: javadoc no longer inherits doc from sourcepath
Tue, 23 Nov 2010 11:08:43 +0000 mcimadamore 6995200: JDK 7 compiler crashes when type-variable is inferred from expected primitive type
Thu, 18 Nov 2010 16:13:11 -0800 jjg 6999438: remove support for exotic identifiers from JDK 7
Wed, 17 Nov 2010 15:07:43 -0800 jjg 7000973: isBogus needs to be called on the to-be-returned entry, not on the current entry
Fri, 03 Dec 2010 19:45:34 -0800 ohair Merge
Mon, 22 Nov 2010 14:57:34 -0800 cl Added tag jdk7-b119 for changeset 814561077c44
Thu, 02 Dec 2010 19:04:25 -0800 cl Added tag jdk7-b120 for changeset 1dd813a529cf
Mon, 15 Nov 2010 14:41:21 +0000 mcimadamore 6999635: Multicatch: crash while compiling simple code with a multicatch parameter jdk7-b120
Mon, 15 Nov 2010 13:50:53 +0000 mcimadamore 6985719: Alike methods in interfaces (Inheritance and Overriding)
Sun, 14 Nov 2010 07:16:46 -0800 darcy 6991528: Support making Throwable.suppressedExceptions immutable
Sat, 13 Nov 2010 19:00:43 -0800 lana Merge
Fri, 12 Nov 2010 12:34:18 +0000 mcimadamore 6970016: Clean up ARM/try-with-resources implementation
Fri, 12 Nov 2010 12:33:52 +0000 mcimadamore 6999067: cast for invokeExact call gets redundant cast to <type> warnings
Fri, 12 Nov 2010 12:32:43 +0000 mcimadamore 6598108: com.sun.source.util.Trees.isAccessible incorrect
Wed, 10 Nov 2010 12:37:25 +0000 mcimadamore 6996914: Diamond inference: problem when accessing protected constructor
Tue, 09 Nov 2010 17:49:24 -0800 jjg 6997958: test tools/javac/api/T6412669.java fails in PIT
Sat, 06 Nov 2010 13:53:48 -0700 jjg 6998063: new Scope impl to fix Scope performance issues
Thu, 04 Nov 2010 15:39:43 -0700 lana Merge
Thu, 04 Nov 2010 12:58:29 +0000 mcimadamore 6714835: Safe cast is rejected (with warning) by javac
Thu, 04 Nov 2010 12:57:48 +0000 mcimadamore 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
Fri, 19 Nov 2010 10:20:40 -0800 mchung Merge
Thu, 11 Nov 2010 11:02:36 -0800 cl Added tag jdk7-b118 for changeset c491eec0acc7 jdk7-b119
Tue, 09 Nov 2010 22:54:48 -0800 lana Merge jdk7-b118
Tue, 02 Nov 2010 19:41:59 -0700 lana Merge
Tue, 02 Nov 2010 12:01:35 +0000 mcimadamore 6939780: add a warning to detect diamond sites
Tue, 02 Nov 2010 12:00:54 +0000 mcimadamore 6996415: Override bridges causes compiler-generated code to end up with synthetic infinite loop
Mon, 01 Nov 2010 19:28:40 -0700 jjg 6996626: Scope fix issues for ImportScope
Fri, 29 Oct 2010 13:12:38 -0700 jjg 6994608: javah no longer accepts parameter files as input
Fri, 29 Oct 2010 12:47:49 -0700 jjg 6993304: JavacTrees.getAttrContext not updated to Tree.Kind.{ANNOTATION_TYPE,ENUM,INTERFACE}
Thu, 28 Oct 2010 18:58:43 -0700 jjg 6994946: option to specify only syntax errors as unrecoverable
Thu, 28 Oct 2010 10:17:47 -0700 jjg 6460352: Reintroduce Scope.dble
Tue, 26 Oct 2010 14:29:48 -0700 jjg 6949587: rename "DisjointType" to "DisjunctType"
Fri, 22 Oct 2010 14:04:33 -0700 jjg 6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER)
Tue, 19 Oct 2010 15:02:48 -0700 jjg 6987760: remove 308 support from JDK7
Tue, 19 Oct 2010 11:47:17 +0530 sundar 6551367: javadoc throws ClassCastException when an @link tries to reference constructor.
Thu, 04 Nov 2010 15:54:46 -0700 cl Added tag jdk7-b117 for changeset 2129a046f117
Thu, 11 Nov 2010 15:48:13 -0800 mchung Merge
Thu, 28 Oct 2010 13:31:55 -0700 cl Added tag jdk7-b116 for changeset 857bfcea3f30 jdk7-b117
Tue, 26 Oct 2010 10:58:44 -0700 lana Merge jdk7-b116
Mon, 18 Oct 2010 21:50:47 -0700 lana Merge
Mon, 18 Oct 2010 19:14:36 +0100 mcimadamore 6991980: polymorphic signature calls don't share the same CP entries
Wed, 13 Oct 2010 17:52:29 -0700 lana Merge
Tue, 12 Oct 2010 14:47:51 -0700 jjg 6908476: test/tools/javac/T6705935.java fails if non-zip files found on platform class path
Tue, 12 Oct 2010 14:22:55 -0700 jjg 6990133: AnnotationProxyMaker.ValueVisitor$1 contains non-transient non-serializable field
Tue, 12 Oct 2010 13:19:47 -0700 jjg 4942232: missing param class processes without error
Tue, 12 Oct 2010 13:15:46 -0700 jjg 6988407: javac crashes running processor on errant code; it used to print error message
Tue, 12 Oct 2010 12:55:38 -0700 jjg 6989457: javadoc test file test/tools/javadoc/T4994049/FileWithTabs.java probably does not
Mon, 11 Oct 2010 10:19:57 -0700 jjg 6990390: javah -help produces help screen with extraneous output
Thu, 07 Oct 2010 15:26:32 -0700 jjg 6990379: two examples fail under CheckExamples on Windows
Tue, 05 Oct 2010 17:37:31 -0700 jjg 6893932: javah help screen lists -h and -? but does not accept them
Tue, 05 Oct 2010 11:34:43 -0700 jjg 6988836: A new JavacElements is created for each round of annotation processing
Thu, 21 Oct 2010 17:12:55 -0700 cl Added tag jdk7-b115 for changeset 01e8ac5fbefd
Thu, 14 Oct 2010 19:25:23 -0700 cl Added tag jdk7-b114 for changeset e4e7408cdc5b jdk7-b115
Tue, 12 Oct 2010 12:52:49 -0700 lana Merge jdk7-b114
Mon, 04 Oct 2010 14:40:38 -0700 lana Merge
Sun, 03 Oct 2010 19:40:15 +0100 alanb 6907737: (file) FileVisitor and Files.walkFileTree issues
Thu, 30 Sep 2010 10:47:12 -0700 jjg 6988436: Cleanup javac option handling
Wed, 29 Sep 2010 23:27:57 -0700 darcy 6983738: Use a JavacTestingAbstractProcessor
Wed, 29 Sep 2010 14:01:37 -0700 jjg 6502392: Invalid relative names for Filer.createResource and Filer.getResource
Tue, 28 Sep 2010 22:46:36 +0530 sundar 6967842: Element not returned from tree API for ARM resource variables.
Mon, 27 Sep 2010 17:28:49 -0700 jjg 6986246: Trees object is round-specific
Mon, 27 Sep 2010 14:20:39 -0700 jjg 6877202: Elements.getDocComment() is not getting JavaDocComments
Mon, 27 Sep 2010 14:05:33 -0700 jjg 6890226: javah -version is broken
Sat, 25 Sep 2010 12:02:32 -0700 lana Merge
Wed, 22 Sep 2010 12:53:26 -0700 jjg 6986772: langtools netbeans build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
Wed, 22 Sep 2010 20:53:34 +0530 sundar 6587674: NoClassdefFound when anonymously extending a class.
Sat, 18 Sep 2010 14:24:09 -0700 mcimadamore 6863465: javac doesn't detect circular subclass dependencies via qualified names
Sat, 18 Sep 2010 09:56:23 -0700 mcimadamore 5088624: cannot find symbol message should be more intelligent
Sat, 18 Sep 2010 09:54:51 -0700 mcimadamore 6980862: too aggressive compiler optimization causes stale results of Types.implementation()
Thu, 07 Oct 2010 15:12:31 -0700 cl Added tag jdk7-b113 for changeset 6dbd2d869b05
Fri, 01 Oct 2010 15:45:26 -0700 cl Added tag jdk7-b112 for changeset fd2579b80b83 jdk7-b113
Fri, 24 Sep 2010 16:43:08 -0700 lana Merge jdk7-b112
Thu, 16 Sep 2010 11:20:36 -0700 lana Merge
Thu, 16 Sep 2010 09:57:37 -0700 jjg 6985115: tests create too much output
Thu, 16 Sep 2010 09:56:25 -0700 jjg 6985181: Annotations lost from classfile
Mon, 13 Sep 2010 11:40:58 -0700 jjg 6978974: [langtools] <findbugs> task should use ${target.java.home}
Mon, 13 Sep 2010 11:35:27 -0700 jjg 6965264: langtools build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
Thu, 09 Sep 2010 13:31:28 -0700 jjg 6983239: TreeScanner does not scan default value for method
Thu, 09 Sep 2010 09:42:45 +0530 sundar 6900149: IllegalStateException when compiling same files and DiagnosticListener is set.
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