- 18 6月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 17 6月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: mcimadamore
-
- 07 6月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 06 6月, 2008 1 次提交
-
-
由 jjg 提交于
Reviewed-by: ksrini
-
- 04 6月, 2008 1 次提交
-
-
由 jjg 提交于
4348375: Javap is not internationalized 4459541: "javap -l" shows line numbers as signed short; they should be unsigned 4501660: change diagnostic of -help as 'print this help message and exit' 4776241: unused source file in javap... 4870651: javap should recognize generics, varargs, enum 4876942: javap invoked without args does not print help screen 4880663: javap could output whitespace between class name and opening brace 4975569: javap doesn't print new flag bits 6271787: javap dumps LocalVariableTypeTable attribute in hex, needs to print a table 6305779: javap: support annotations 6439940: Clean up javap implementation 6469569: wrong check of searchpath in JavapEnvironment 6474890: javap does not open .zip files in -classpath 6587786: Javap throws error : "ERROR:Could not find <classname>" for JRE classes 6622215: javap ignores certain relevant access flags 6622216: javap names some attributes incorrectly 6622232: javap gets whitespace confused 6622260: javap prints negative bytes incorrectly in hex Reviewed-by: ksrini
-
- 03 6月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 30 5月, 2008 3 次提交
-
-
由 mcimadamore 提交于
6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors Summary: This regression has been caused by previous fix of 6660289 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Types.isSubtypeUnchecked() should handle type-variables subtyping properly Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Buggy accessibility check causes NPE during resolution of imported static methods Reviewed-by: jjg
-
- 28 5月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 23 5月, 2008 4 次提交
- 13 5月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 26 4月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 25 4月, 2008 1 次提交
-
-
由 xdono 提交于
-
- 24 4月, 2008 1 次提交
-
-
由 mcimadamore 提交于
Summary: A missing type-erasure in Lower.java causes the compiler to crash since JDK6 Reviewed-by: jjg
-
- 16 4月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 12 4月, 2008 1 次提交
-
-
由 tbell 提交于
-
- 10 4月, 2008 1 次提交
-
-
由 xdono 提交于
-
- 09 4月, 2008 8 次提交
-
-
由 mcimadamore 提交于
Summary: Javac doesn't conform to JLS 4.8 - all the supertypes of a raw type must be erased Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: The regression test for CR 6611449 contains some inconstistencies Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Lookup of member inner classes silently fails leading to an unwanted erasure to take place Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: A missing capture conversion makes javac to think that some expressions are well-formed even when they aren't Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Bug in the parser caused by the fact that explicit type arguments are disabled when parsing parenthesized expressions Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: Unignore regression test as this bug has been fixed by CR 6278587 Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: missing implementation of JLS 8.4.8.3 (different arguments with same erasure not always triggering a compiler error) Reviewed-by: jjg
-
由 mcimadamore 提交于
6531075: Missing synthetic casts when accessing fields/methods of intersection types including type variables Summary: bug when javac generates code involving intersection types Reviewed-by: jjg
-
- 04 4月, 2008 1 次提交
-
-
由 ksrini 提交于
Summary: takes this test out of service until the reall bug is fixed Reviewed-by: jjg
-
- 02 4月, 2008 3 次提交
-
-
由 mcimadamore 提交于
Summary: fixed lookup of field/methods on intersection types Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: javac now distinguish between enum class literals and static fields Reviewed-by: jjg
-
由 mcimadamore 提交于
Summary: improved glb on type-inference Reviewed-by: jjg
-
- 20 3月, 2008 1 次提交
-
-
由 ksrini 提交于
Summary: whitespace normalization left the test unusable, back to service Reviewed-by: jjg
-
- 15 3月, 2008 1 次提交
-
-
由 jjg 提交于
Summary: replace some String paths with File paths in Paths.java Reviewed-by: ksrini
-
- 14 3月, 2008 1 次提交
-
-
由 jjg 提交于
Summary: Remove obsolete files Reviewed-by: mcimadamore
-
- 13 3月, 2008 1 次提交
-
-
由 jjg 提交于
6668796: bad diagnostic "bad class file" given for source files Summary: Replace internal use of localized text with JCDiagnostic fragments; fix diagnostic for bad source file Reviewed-by: mcimadamore
-
- 12 3月, 2008 1 次提交
-
-
由 jjg 提交于
Summary: introduce common code for handling one-of and any-of options Reviewed-by: mcimadamore
-
- 07 3月, 2008 2 次提交