- 24 1月, 2011 2 次提交
-
-
由 mcimadamore 提交于
Summary: several diagnostic improvements Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: type-inference should ignore erroneous bounds Reviewed-by: jjg
-
- 15 1月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 14 1月, 2011 4 次提交
-
-
由 mcimadamore 提交于
Summary: issue error (rather than warning) when @PolymorphicSignature is found and target < 7 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: add a new kind of check (well-formedness of generic type w.r.t. declared bounds) in the type-harness Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: special syntax to denote indy return type through type parameters should be removed (and cast shall be used instead) Reviewed-by: jjg, jrose
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 12 1月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 11 1月, 2011 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 05 1月, 2011 1 次提交
-
-
由 mcimadamore 提交于
Summary: Some regression tests rely on unsupported JSR 292 features Reviewed-by: jjg
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 24 12月, 2010 1 次提交
-
-
由 jjh 提交于
6982992: Tests CheckAttributedTree.java, JavacTreeScannerTest.java, and SourceTreeeScannerTest.java timeout Summary: Hoist some invariant code out of a loop Reviewed-by: ksrini
-
- 19 12月, 2010 1 次提交
-
-
由 ksrini 提交于
Reviewed-by: jjg
-
- 15 12月, 2010 2 次提交
- 14 12月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Reviewed-by: jjg, darcy
-
- 13 12月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: Types.java needs to be more stress-tested Reviewed-by: jjg
-
- 10 12月, 2010 5 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
由 mcimadamore 提交于
Summary: javac does not implement overload resolution w.r.t. varargs methods as described in the JLS Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: regression in type conversion after 292 changes Reviewed-by: jjg
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 09 12月, 2010 3 次提交
-
-
由 mcimadamore 提交于
Summary: compiler crashes with assertion error if '-g' option is passed and source contains multicatch Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: compiler allows bridge methods to override unrelated method Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: a previous fix to cast conversion has made the compiler too strict w.r.t. final cast Reviewed-by: jjg
-
- 08 12月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore, darcy
-
- 06 12月, 2010 3 次提交
-
-
由 mcimadamore 提交于
Summary: compiler implementation for overload resolution w/ varargs method does not match JLS Reviewed-by: jjg
-
由 mcimadamore 提交于
7002070: If catch clause has an incompatible type, error pointer points to first exception type in list Summary: Attribution should check each component of a disjunctive type separately, rather than checking the corresponding lub() Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Flow analysis does not cleanup init/uninint bit masks after for-loop Reviewed-by: jjg
-
- 04 12月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: Javac should disable error messages when analyzing instance creation expression in 'diamond finder' mode Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Use of TransTypes.cast() instead of TransTypes.coerce() causes NPE in Lower Reviewed-by: jjg
-
- 03 12月, 2010 1 次提交
-
-
由 jjg 提交于
Summary: remove "bogus" entries from star-import scopes Reviewed-by: mcimadamore Contributed-by: per.bothner@oracle.com
-
- 30 11月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: darcy
-
- 23 11月, 2010 1 次提交
-
-
由 mcimadamore 提交于
Summary: 15.12.2.8 should use boxing when expected type in assignment context is a primitive type Reviewed-by: jjg
-
- 19 11月, 2010 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 15 11月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: missing erasure when computing stackmaps leads to assertion error Reviewed-by: darcy
-
由 mcimadamore 提交于
Summary: javac should report error when interface inherits unrelated method with same erasure Reviewed-by: jjg
-
- 14 11月, 2010 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore
-
- 12 11月, 2010 2 次提交
-
-
由 mcimadamore 提交于
Summary: changed Xlint option name from -Xlint:arm to -Xlint:try Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Xlint:cast should not report cast used in order to specify target type in polymorphic signature calls Reviewed-by: jjg
-