Jan Valenta
|
97f7bab3c7
|
8015720: since tag isn't copied while generating JavaFX documentation
Reviewed-by: jjg
|
2013-06-27 17:47:18 +02:00 |
|
Vicente Romero
|
a87b5d942d
|
7008643: inlined finally clauses confuse debuggers
Reviewed-by: jjg
|
2013-06-27 16:06:56 +01:00 |
|
Vicente Romero
|
4e49cb5fc5
|
8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
Reviewed-by: jjg
|
2013-06-27 16:04:05 +01:00 |
|
Eric McCorkle
|
a2c99b7e5c
|
8014230: Compilation incorrectly succeeds with inner class constructor with 254 parameters
The compiler does not account fr extra parameters due to inner this parameters
Reviewed-by: jjg
|
2013-06-27 00:37:13 -04:00 |
|
Bhavesh Patel
|
b2c41f305e
|
8013738: Two javadoc tests have bug 0000000
Reviewed-by: jjg
|
2013-06-26 20:45:47 -07:00 |
|
Bhavesh Patel
|
9a773a649c
|
8014017: extra space in javadoc class heading
Reviewed-by: jjg
|
2013-06-26 20:42:43 -07:00 |
|
Bhavesh Patel
|
561009c4ac
|
8007338: Method grouping tab line-folding
Reviewed-by: jjg
|
2013-06-26 20:38:21 -07:00 |
|
Matherey Nunez
|
eedcd5d290
|
8014137: Update test/tools/javac/literals/UnderscoreLiterals to add testcases with min/max values
Reviewed-by: jjg, darcy
|
2013-06-26 18:03:58 -07:00 |
|
David Katleman
|
ed14278b82
|
8016684: JDK8 b94 source with GPL header errors
Reviewed-by: tbell, darcy
|
2013-06-26 11:26:33 -07:00 |
|
Kumar Srinivasan
|
3ab53b61f0
|
8016908: TEST_BUG: removing non-ascii characters causes tests to fail
Reviewed-by: jjg, vromero
|
2013-06-26 09:54:46 -07:00 |
|
Alexander Zuev
|
fd80bae5c5
|
8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java
Reviewed-by: ksrini
|
2013-06-25 20:08:52 +04:00 |
|
Eric McCorkle
|
17f5808828
|
8012722: Single comma in array initializer should parse
Annotations of the form @Foo({,}) should parse
Reviewed-by: jjg
|
2013-06-24 22:03:57 -04:00 |
|
Chris Hegarty
|
700804c6f2
|
8017045: anti-delta fix for 8013789
Reviewed-by: alanb
|
2013-06-19 11:48:05 +01:00 |
|
Chris Hegarty
|
9c098465a5
|
Merge
|
2013-06-18 09:36:46 +01:00 |
|
Maurizio Cimadamore
|
1839512a15
|
8013789: Compiler should emit bridges in interfaces
Paired with 8015402: Lambda metafactory should not attempt to determine bridge methods
Reviewed-by: vromero
|
2013-06-17 20:29:31 -07:00 |
|
Chris Hegarty
|
be5d596030
|
Merge
|
2013-06-17 11:27:46 +01:00 |
|
Vicente Romero
|
5d4b6cd0d0
|
8008023: Get rid of utf8 chars in two tests
Reviewed-by: jjg
|
2013-06-14 18:01:52 +01:00 |
|
Vicente Romero
|
3596018eb7
|
8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
Reviewed-by: jjg
|
2013-06-11 09:59:34 +01:00 |
|
Chris Hegarty
|
d758772ec0
|
Merge
|
2013-06-11 09:25:57 +01:00 |
|
Maurizio Cimadamore
|
80407ef47d
|
8013576: Add stat support to LambdaToMethod
LambdaToMethod should emit info to help diagnose/test lambda metafactory problems
Reviewed-by: jjg, vromero
|
2013-06-10 15:57:32 +01:00 |
|
Vicente Romero
|
7258bbbfde
|
7113519: test/tools/javac/VersionOpt.java passes on windows
Reviewed-by: jjg
|
2013-06-10 15:18:47 +01:00 |
|
Chris Hegarty
|
8bb77f2674
|
Merge
|
2013-06-10 09:52:54 +01:00 |
|
Bhavesh Patel
|
3f6b61d75e
|
8015997: Additional improvement in Javadoc framing
Reviewed-by: jjg
|
2013-06-07 16:12:04 -07:00 |
|
Maurizio Cimadamore
|
dc899fbbed
|
Merge
|
2013-06-06 15:38:42 +01:00 |
|
Maurizio Cimadamore
|
459b2cba93
|
8015648: Duplicate variable in lambda causes javac crash
Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected
Reviewed-by: jjg, vromero
|
2013-06-06 15:37:23 +01:00 |
|
Maurizio Cimadamore
|
abaf1a5c51
|
8015432: javac crashes with stack overflow when method called recursively from nested generic call
Check.checkMethod should only be called after inference has completed
Reviewed-by: jjg, vromero
|
2013-06-06 15:35:05 +01:00 |
|
Maurizio Cimadamore
|
07baf8072a
|
8008627: Compiler mishandles three-way return-type-substitutability
Compiler should not enforce an order in how ambiguous methods should be resolved
Reviewed-by: jjg, vromero
|
2013-06-06 15:33:40 +01:00 |
|
Maurizio Cimadamore
|
4cb585609d
|
7139681: Enhanced for loop: local variable scope inconsistent with JLS
For-each loop variable is incorrectly visible from the for-each expression
Reviewed-by: jjg, vromero
|
2013-06-06 15:32:41 +01:00 |
|
Maurizio Cimadamore
|
884ad14bdf
|
6360970: javac erroneously accept ambiguous field reference
Clash between ambiguous fields in superinterface and unambiguous field in subinterface is erroneously marked as unambiguous
Reviewed-by: jjg, vromero
|
2013-06-06 15:30:14 +01:00 |
|
Eric McCorkle
|
c58691dc6f
|
8015701: MethodParameters are not filled in for synthetic captured local variables
Synthetic parameters for captured local variables in an anonymous inner class are not added to MethodParameters attributes
Reviewed-by: mcimadamore
|
2013-06-06 08:48:23 -04:00 |
|
Alexander Zuev
|
63c141c512
|
7186887: Test T6567415.java can fail on a slow machine
Reviewed-by: jjg, ksrini
|
2013-06-05 16:58:10 +04:00 |
|
Jonathan Gibbons
|
bdfb93ee25
|
8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Reviewed-by: mcimadamore, jfranck
|
2013-06-04 14:17:50 -07:00 |
|
Vicente Romero
|
aeb1c4b67e
|
7165659: javac incorrectly sets strictfp access flag on inner-classes
Reviewed-by: jjg, mcimadamore
|
2013-06-04 13:21:41 +01:00 |
|
Maurizio Cimadamore
|
5d6029baac
|
8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
Use check context compatibility during 15.12.2.8 check (only when JDK 8 inference is enabled)
Reviewed-by: jjg
|
2013-06-04 11:34:31 +01:00 |
|
Maurizio Cimadamore
|
1c6a680e66
|
8008160: Five lambda TargetType tests have @ignore
Remove @ignore flags from tests that now pass
Reviewed-by: jjg
|
2013-06-04 11:31:12 +01:00 |
|
Maurizio Cimadamore
|
f0112464e0
|
7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly
Fix NPE in RichDiagnosticFormatter.formatMessage
Reviewed-by: jjg
|
2013-06-04 11:30:51 +01:00 |
|
Jonathan Gibbons
|
a282ed3923
|
8007687: javadoc -X does not include -Xdoclint
Reviewed-by: darcy
|
2013-06-03 17:24:47 -07:00 |
|
Jonathan Gibbons
|
a850ba134d
|
8006615: [doclint] move remaining messages into resource bundle
Reviewed-by: mcimadamore, vromero
|
2013-06-03 17:09:26 -07:00 |
|
Lana Steuck
|
8c25e96e5a
|
Merge
|
2013-06-03 16:56:54 -07:00 |
|
Jonathan Gibbons
|
c594d824a4
|
8013405: DocLint should support <LI value="value">
Reviewed-by: ksrini
|
2013-06-03 16:22:27 -07:00 |
|
Lana Steuck
|
ba0fc64a03
|
Merge
|
2013-06-03 16:10:18 -07:00 |
|
Vicente Romero
|
7ab7587227
|
6695379: Copy method annotations and parameter annotations to synthetic bridge methods
Reviewed-by: mcimadamore
|
2013-06-01 22:09:18 +01:00 |
|
Vicente Romero
|
0ace868fe4
|
8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
Reviewed-by: mcimadamore
|
2013-06-01 21:57:56 +01:00 |
|
Chris Hegarty
|
2252b22e09
|
Merge
|
2013-05-31 10:28:30 +01:00 |
|
Vicente Romero
|
06d1d22eb5
|
7179353: try-with-resources fails to compile with generic exception parameters
Reviewed-by: mcimadamore
|
2013-05-31 10:04:59 +01:00 |
|
David Katleman
|
b08f6026b4
|
8015525: JDK8 b91 source with GPL header errors
Reviewed-by: dholmes, lancea
|
2013-05-29 10:16:32 -07:00 |
|
Vicente Romero
|
33f5aae0ff
|
7053059: VerifyError with double Assignment using a Generic Member of a Superclass
Reviewed-by: mcimadamore
|
2013-05-29 10:56:29 +01:00 |
|
Vicente Romero
|
e58031ceba
|
6970173: Debug pointer at bad position
Reviewed-by: mcimadamore
|
2013-05-28 12:46:10 +01:00 |
|
Maurizio Cimadamore
|
d176f2abdf
|
8014494: javac crashes when varargs element of a method reference is inferred from the context
Varargs element is not refreshed after type-inference
Reviewed-by: jjg, vromero
|
2013-05-24 15:27:27 +01:00 |
|
Maurizio Cimadamore
|
9d588c1a23
|
8014649: Regression: bug in Resolve.resolveOperator
Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero
|
2013-05-24 15:27:12 +01:00 |
|