Jan Lahoda
|
9537c44ca5
|
8004504: ListBuffer could reuse List.nil() as the sentinel element
ListBuffer.last now points to the last elements with client data, or null if none.
Reviewed-by: jjg, mcimadamore
|
2012-12-12 20:26:56 +01:00 |
|
Vicente Romero
|
8fc2d739bd
|
8003967: detect and remove all mutable implicit static enum fields in langtools
Reviewed-by: jjg
|
2012-12-10 16:21:26 +00:00 |
|
Maurizio Cimadamore
|
5c0bff8f21
|
8004094: Javac compiler error - synthetic method accessor generated with duplicate name
Method clash check logic should skip methods marked with ACC_SYNTHETIC
Reviewed-by: jjg
|
2012-12-10 12:10:50 +00:00 |
|
Maurizio Cimadamore
|
01dc08a587
|
8004360: regression test DefaultMethodRegressionTests fails in langtools
Ignore broken failing test
Reviewed-by: jjg
|
2012-12-04 17:19:42 +00:00 |
|
Maurizio Cimadamore
|
d7884e5ae2
|
8002099: Add support for intersection types in cast expression
Add parser and type-checking support for intersection types in cast expressions
Reviewed-by: jjg
|
2012-11-30 15:14:48 +00:00 |
|
Maurizio Cimadamore
|
c76c08e82a
|
8004101: Add checks for method reference well-formedness
Bring method reference type-checking in sync with latest EDR
Reviewed-by: jjg
|
2012-11-30 15:14:36 +00:00 |
|
Maurizio Cimadamore
|
0db60b7bb2
|
8004102: Add support for generic functional descriptors
Method references are allowed to have a generic functional interface descriptor target
Reviewed-by: jjg
|
2012-11-30 15:14:25 +00:00 |
|
Maurizio Cimadamore
|
684271da34
|
8004105: Expression statement lambdas should be void-compatible
Fix lambda compatibility rules as per latest EDR
Reviewed-by: jjg
|
2012-11-30 15:14:12 +00:00 |
|
Vicente Romero
|
ba3ae37ef0
|
7153958: add constant pool reference to class containing inlined constants
Reviewed-by: jjg, mcimadamore
|
2012-11-29 09:41:48 +00:00 |
|
Vicente Romero
|
9bbd892818
|
7144981: javac should ignore ignorable characters in input
Reviewed-by: jjg, mcimadamore
|
2012-11-23 15:13:45 +00:00 |
|
Vicente Romero
|
07e9c8cf27
|
7190862: javap shows an incorrect type for operands if the 'wide' prefix is used
7109747: (javap) classfile not treating iinc_w correctly
Reviewed-by: jjg, mcimadamore
|
2012-11-21 18:40:45 +00:00 |
|
Robert Field
|
d1a78e2021
|
8003639: convert lambda testng tests to jtreg and add them
Reviewed-by: mcimadamore
|
2012-11-20 09:58:55 -08:00 |
|
Maurizio Cimadamore
|
d1eede168b
|
8003663: lambda test fails on Windows
Fix path separator issue in test
Reviewed-by: jjg
|
2012-11-20 15:43:28 +00:00 |
|
Jonathan Gibbons
|
f2fa2a199c
|
8003650: java.lang.Exception: expected string not found: pkg/package-frame.html
Reviewed-by: ksrini
|
2012-11-20 07:25:11 -08:00 |
|
Jonathan Gibbons
|
f0fe027b50
|
8003649: regression/langtools: tools/javac/doctree
Reviewed-by: ksrini
|
2012-11-20 07:21:07 -08:00 |
|
Bhavesh Patel
|
55e7dd8b71
|
8002304: Group methods by types in methods summary section
Reviewed-by: jjg
|
2012-11-19 16:10:34 -08:00 |
|
Jonathan Gibbons
|
5a30b6af0c
|
8001098: Provide a simple light-weight "plug-in" mechanism for javac
Reviewed-by: mcimadamore
|
2012-11-19 11:38:49 -08:00 |
|
Maurizio Cimadamore
|
a494f0ab86
|
8003280: Add lambda tests
Turn on lambda expression, method reference and default method support
Reviewed-by: jjg
|
2012-11-17 19:01:03 +00:00 |
|
Jim Holmlund
|
c39f1d99b4
|
8003357: Add support for jtreg -concurrency to langtools/test/Makefile
Reviewed-by: jjg
|
2012-11-16 18:27:36 +00:00 |
|
Jonathan Gibbons
|
b3a3f7cdf3
|
6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
Reviewed-by: darcy
|
2012-11-15 23:07:24 -08:00 |
|
Jonathan Gibbons
|
ed633a2108
|
8000800: javadoc uses static non-final fields
Reviewed-by: bpatel
|
2012-11-15 09:18:36 -08:00 |
|
Jonathan Gibbons
|
c78e1cbfac
|
7021614: extend com.sun.source API to support parsing javadoc comments
Reviewed-by: ksrini, strarup
|
2012-11-14 17:23:10 -08:00 |
|
Jonathan Gibbons
|
56d387a2ef
|
8003412: javac needs to understand java.lang.annotation.Native
Reviewed-by: mcimadamore
|
2012-11-14 10:07:38 -08:00 |
|
Robert Field
|
be815ba8fa
|
8003306: Compiler crash: calculation of inner class access modifier
Fix binary sense lost in transition to hasTag
Reviewed-by: mcimadamore
|
2012-11-13 08:06:00 -08:00 |
|
Jonathan Gibbons
|
18b3a4951e
|
8003134: CheckResourceKeys issues
Reviewed-by: jjh, bpatel
|
2012-11-07 17:20:12 -08:00 |
|
Sonali Goel
|
eb055bba92
|
8002157: Write combo compiler tests for repeating annotations for JDK8
Reviewed-by: darcy, jjg
|
2012-11-07 17:01:19 -08:00 |
|
Vicente Romero
|
59347fd9bb
|
8000484: Bad error recovery when 'catch' without 'try' is found
Reviewed-by: jjg, mcimadamore
|
2012-11-05 16:26:09 +00:00 |
|
Jonathan Gibbons
|
97e77ea025
|
8000612: Discrepancy between resources provided in javadoc resource files and resources required by code
Reviewed-by: bpatel
|
2012-11-06 14:32:49 -08:00 |
|
Maurizio Cimadamore
|
4d8168a8e5
|
8002286: Regression: Fix for 8000931 causes a JCK test failure
Wrong type used as 'site' in Resolve.resolveMethod
Reviewed-by: jjg
|
2012-11-06 14:45:27 +00:00 |
|
Kumar Srinivasan
|
d079a05f38
|
8001112: Make -target 8 in javac generate version 52.0 classfile
Reviewed-by: darcy, jjg
|
2012-10-31 10:21:14 -07:00 |
|
Maurizio Cimadamore
|
7c849a94da
|
8000931: Cleanup Resolve.java
Unify all method resolution routines
Reviewed-by: jjg
|
2012-11-04 11:01:49 +00:00 |
|
Maurizio Cimadamore
|
d4be9a13c8
|
7192246: Add type-checking support for default methods
Add type-checking support for default methods as per Featherweight-Defender document
Reviewed-by: jjg, dlsmith
|
2012-11-04 10:59:42 +00:00 |
|
Jonathan Gibbons
|
d50b720ecc
|
8002168: Cleanup initialization of javadoc Messager
Reviewed-by: darcy
|
2012-11-03 21:09:57 -07:00 |
|
Jonathan Gibbons
|
adff1a634a
|
Merge
|
2012-11-02 19:17:03 -07:00 |
|
Sonali Goel
|
3b9822eab7
|
7169362: JDK8: Write compiler tests for repeating annotations for JDK8
Reviewed-by: darcy, jjg
|
2012-11-02 14:35:57 -07:00 |
|
Vicente Romero
|
84e4fa5a93
|
6949443: visitTree assertion triggered using -Xjcov on small sample program
Reviewed-by: jjg, mcimadamore
|
2012-11-01 13:06:43 +00:00 |
|
Vicente Romero
|
a998d5815f
|
8000483: cryptic error message when source file contains hash
Cryptic error message when source file contains hash
Reviewed-by: jjg, mcimadamore
|
2012-11-01 12:47:11 +00:00 |
|
Fredrik Öhrström
|
07880728ed
|
7153951: Add new lint option -Xlint:auxiliaryclass
Reviewed-by: jjg, mcimadamore, forax
|
2012-11-01 10:48:36 +01:00 |
|
Jonathan Gibbons
|
04ab375fd2
|
8001664: refactor javadoc to use abstraction to handle files
Reviewed-by: darcy
|
2012-10-31 13:48:15 -07:00 |
|
Jonathan Gibbons
|
7c509b7652
|
8001714: add missing tests for 7199925
Reviewed-by: darcy
|
2012-10-26 17:17:33 -07:00 |
|
Vicente Romero
|
044dcef0e6
|
6725230: Java Compilation with Jsr199 ignores Class-Path in manifest
Reviewed-by: jjg, mcimadamore
|
2012-10-25 13:33:27 -07:00 |
|
Vicente Romero
|
de25999481
|
7200915: convert TypeTags from a series of small ints to an enum
Reviewed-by: jjg, mcimadamore
|
2012-10-25 11:09:36 -07:00 |
|
Jonathan Gibbons
|
296286534c
|
8000741: refactor javadoc to use abstraction to handle relative paths
Reviewed-by: darcy
|
2012-10-23 13:20:37 -07:00 |
|
Maurizio Cimadamore
|
848ec301f2
|
7192245: Add parser support for default methods
Add support for 'default' keyword in modifier position
Reviewed-by: jjg
|
2012-10-17 16:43:26 +01:00 |
|
Jonathan Gibbons
|
8b895ea856
|
8000418: javadoc should used a standard "generated by javadoc" string
Reviewed-by: bpatel
|
2012-10-10 18:34:46 -07:00 |
|
Jayashree Viswanathan
|
9551f94d32
|
8000743: docencoding not available to stylesheet
Reviewed-by: jjg
|
2012-10-10 18:08:19 -07:00 |
|
Maurizio Cimadamore
|
319150fde0
|
7177386: Add attribution support for method references
Add type-checking/lookup routines for method references
Reviewed-by: jjg, dlsmith
|
2012-10-06 10:35:38 +01:00 |
|
Bhavesh Patel
|
83042670bb
|
4696488: javadoc doesn't handle UNC paths for destination directory
Reviewed-by: jjg
|
2012-10-05 14:21:09 -07:00 |
|
Bhavesh Patel
|
8949fccef9
|
7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
Reviewed-by: jjg
|
2012-10-05 14:16:32 -07:00 |
|
Bhavesh Patel
|
b32f33b69a
|
7132631: The help-doc.html generates an invalid link to constant-values.html
Reviewed-by: jjg
|
2012-10-05 14:13:47 -07:00 |
|