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
6ef527a3e7
8002079: update DocFile to use a JavaFileManager
...
Reviewed-by: darcy
2012-11-15 19:54:20 -08:00
David Katleman
b379df39d9
Added tag jdk8-b65 for changeset 0e685b019743
2012-11-15 15:40:23 -08:00
Jonathan Gibbons
2aefbba070
8003257: refactor javadoc tool option handling
...
Reviewed-by: darcy
2012-11-15 14:41:31 -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
Lana Steuck
d0455982a4
Merge
2012-11-14 16:41:51 -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
Jonathan Gibbons
4b3c0978fb
8003299: Cleanup javac Log support for deferred diagnostics
...
Reviewed-by: mcimadamore, jfranck
2012-11-13 15:09:15 -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
Lana Steuck
36f6ab1d87
Merge
2012-11-09 14:47:22 -08:00
David Katleman
342adcc9f7
Added tag jdk8-b64 for changeset 323bf6f14277
2012-11-08 11:53:23 -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
Lana Steuck
05d621bfc2
Merge
2012-11-06 18:41:56 -08:00
Jonathan Gibbons
63f6e5febd
7198690: missing compiler message
...
Reviewed-by: jjh
2012-11-06 17:22:29 -08: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
Lana Steuck
286c5274db
Merge
2012-11-02 17:55:34 -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
David Katleman
240382e751
Added tag jdk8-b63 for changeset c9ce28f01a29
2012-11-01 14:13:13 -07: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
David Katleman
3d8056dd67
Merge
2012-10-31 18:36:25 -07:00
Jonathan Gibbons
04ab375fd2
8001664: refactor javadoc to use abstraction to handle files
...
Reviewed-by: darcy
2012-10-31 13:48:15 -07: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
3bd08c5eff
8002146: javadoc doesn't release resources in a timely manner
...
Reviewed-by: darcy
2012-11-03 21:07:30 -07:00
Jonathan Gibbons
adff1a634a
Merge
2012-11-02 19:17:03 -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
Lana Steuck
e0660b66f3
Merge
2012-10-31 08:31:40 -07:00
Jonathan Gibbons
0777dc6caa
8001929: fix doclint errors in langtools doc comments
...
Reviewed-by: darcy
2012-10-30 10:15:19 -07:00
Robert Field
7c26f7db54
8000694: Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods
...
Add lambda implementation code with calling/supporting code elsewhere in the compiler
Reviewed-by: mcimadamore, jjg
2012-10-29 10:39:49 -07:00
Jonathan Gibbons
bde4b842d8
8001717: TypeTags cleanup breaks GenStubs
...
Reviewed-by: jjh
2012-10-26 18:40:13 -07:00
Jonathan Gibbons
7c509b7652
8001714: add missing tests for 7199925
...
Reviewed-by: darcy
2012-10-26 17:17:33 -07:00
Jonathan Gibbons
574f3eeef5
8001229: refactor javac so that ct.sym is just used for javac, not all clients of JavacFileManager
...
Reviewed-by: mcimadamore
2012-10-26 16:40:57 -07:00
Kelly O'Hair
ab0a4530c8
8000992: Update new build-infra makefiles
...
Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes from ohair, tbell, and dholmes. Special credit to ohstrom for his smartjavac work.
Reviewed-by: erikj, ihse, dholmes, tbell
2012-10-26 14:25:52 -07:00
Jonathan Gibbons
4d41066972
8001219: Clean up use of URLs in javadoc Extern class
...
Reviewed-by: darcy
2012-10-26 13:10:56 -07:00
Lana Steuck
8f0b240e99
Merge
2012-10-25 20:33:49 -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
David Katleman
431bad33c0
Added tag jdk8-b62 for changeset 90de1dc5cd5b
2012-10-25 09:54:41 -07:00
Jonathan Gibbons
ce1db67272
8000416: refactor javadoc to provide and use an abstraction for relative URIs
...
Reviewed-by: darcy
2012-10-23 13:58:56 -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
Lana Steuck
74ef0287be
Merge
2012-10-23 09:42:48 -07:00
David Katleman
8bb18682d4
Added tag jdk8-b61 for changeset 539f9d08a9e5
2012-10-18 11:09:45 -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
4aedf7469a
8000673: remove dead code from HtmlWriter and subtypes
...
Reviewed-by: bpatel
2012-10-16 21:03:36 -07:00
Jonathan Gibbons
a0b8f099ab
8000666: javadoc should write directly to Writer instead of composing strings
...
Reviewed-by: bpatel
2012-10-15 17:07:55 -07:00
Lana Steuck
ff931a19c1
Merge
2012-10-12 14:53:50 -07:00
Lana Steuck
05990a73d8
Merge
2012-10-11 17:00:54 -07:00
David Katleman
7724283600
Added tag jdk8-b60 for changeset e8ce51f159dd
2012-10-11 09:50:52 -07:00
Jonathan Gibbons
ec5ee59931
8000310: Clean up use of StringBuffer in langtools
...
Reviewed-by: bpatel
2012-10-10 18:44:21 -07: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
Jonathan Gibbons
680ffebcb6
8000665: fix "internal API" comments on javadoc files
...
Reviewed-by: darcy
2012-10-10 16:48:21 -07:00
Jonathan Gibbons
b155b54a5e
8000208: fix langtools javadoc comment issues
...
Reviewed-by: bpatel, mcimadamore
2012-10-09 19:31:58 -07:00
Jonathan Gibbons
36c3915257
8000663: clean up langtools imports
...
Reviewed-by: darcy
2012-10-09 19:10:00 -07:00
Lana Steuck
babd792880
Merge
2012-10-08 15:40:27 -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
Maurizio Cimadamore
72f39bf20c
7177385: Add attribution support for lambda expressions
...
Add support for function descriptor lookup, functional interface inference and lambda expression type-checking
Reviewed-by: jjg, dlsmith
2012-10-05 14:35:24 +01:00
David Katleman
01465313ff
Added tag jdk8-b59 for changeset aded5e617602
2012-10-04 14:36:14 -07:00
Maurizio Cimadamore
c0e2ed86c1
7177387: Add target-typing support in method context
...
Add support for deferred types and speculative attribution
Reviewed-by: jjg, dlsmith
2012-10-04 13:04:53 +01:00
Jan Lahoda
ed2bca8140
7198582: (java) Minor refactor of JavacParser
...
Reviewed-by: jjg, ksrini
2012-09-29 09:00:58 -07:00
Lana Steuck
b3aacc5029
Merge
2012-09-28 14:57:31 -07:00
Joel Borggrén-Franck
1c489c5ec5
7199925: Separate compilation breaks check that elements have a default for the containing annotation
...
Reviewed-by: jjg, mcimadamore
2012-09-28 11:39:29 -07:00
Maurizio Cimadamore
8fbd614bf3
8000241: langtools doesn't build
...
Bad merge with langtools tip caused build glitch
Reviewed-by: jjg
2012-09-28 18:50:40 +01:00
Maurizio Cimadamore
7f58c7c7ad
8000233: Fix issues in recent push
...
Forgot to incorporate review comments in pushed changesets
Reviewed-by: jjg
2012-09-28 16:56:53 +01:00
David Katleman
20911d0ab6
Added tag jdk8-b58 for changeset a54f29461808
2012-09-27 11:26:04 -07:00
Maurizio Cimadamore
5f629e503c
7188968: New instance creation expression using diamond is checked twice
...
Unify method and constructor check logic
Reviewed-by: jjg
2012-09-26 14:22:41 +01:00
Jonathan Gibbons
6a310eb049
7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
...
Reviewed-by: mcimadamore
2012-09-25 13:11:05 -07:00
Vicente Romero
c2e8d5a017
7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac
...
Reviewed-by: mcimadamore, jjg
2012-09-25 13:06:58 -07:00
Maurizio Cimadamore
f49f25c60d
7177306: Regression: unchecked method call does not erase return type
...
Spurious extra call to Attr.checkMethod when method call is unchecked
Reviewed-by: jjg, dlsmith
2012-09-25 11:56:46 +01:00
Maurizio Cimadamore
d4c5fca16a
7175433: Inference cleanup: add helper class to handle inference variables
...
Add class to handle inference variables instantiation and associated info
Reviewed-by: jjg, dlsmith
2012-09-25 11:55:34 +01:00
Maurizio Cimadamore
07155682a1
7194586: Add back-end support for invokedynamic
...
Add support for invokedynamic bytecode instruction; includes suppot for generation of all related classfile attributes
Reviewed-by: jjg
2012-09-25 11:53:18 +01:00
Maurizio Cimadamore
8be3009d08
7193913: Cleanup Resolve.findMethod
...
Refactor method lookup logic in Resolve.findMethod
Reviewed-by: jjg
2012-09-25 11:52:37 +01:00
Lana Steuck
8cdc205b73
Merge
2012-09-24 21:11:11 -07:00
Jonathan Gibbons
55ec94e302
7196462: JavacProcessingEnvironment should tolerate BasicJavacTask
...
Reviewed-by: mcimadamore
2012-09-24 14:04:34 -07:00
David Katleman
73016372e3
Added tag jdk8-b57 for changeset a4e282e892b6
2012-09-20 13:45:59 -07:00
David Katleman
1f5caa619e
Merge
2012-09-19 15:47:06 -07:00
Kelly O'Hair
aa6143b6c3
7197849: Update new build-infra makefiles
...
Reviewed-by: ihse, erikj, ohrstrom, tbell
2012-09-18 11:29:31 -07:00
Lana Steuck
e4cc1a46cb
Merge
2012-09-14 13:22:59 -07:00
Lana Steuck
2ee6f63c19
Merge
2012-09-14 10:15:05 -07:00
Jan Lahoda
f1487754e6
7192073: (javac) minor refactoring of tree maker to help IDEs
...
Reviewed-by: jjg
2012-09-14 09:21:55 -07:00
Jonathan Gibbons
ae09b79839
7177970: fix issues in langtools doc comments
...
Reviewed-by: mcimadamore
2012-09-13 14:29:36 -07:00
David Katleman
8a2b4598e4
Added tag jdk8-b56 for changeset 5b1ac23fe8a0
2012-09-13 13:16:45 -07:00
Lana Steuck
143e0d9e1c
Merge
2012-09-10 17:55:00 -07:00
Bhavesh Patel
2c45db0933
Merge
2012-09-08 22:54:21 -07:00
Bhavesh Patel
fc3506df22
7180906: Javadoc tool does not apply parameter -nosince
...
Reviewed-by: jjg
2012-09-08 22:43:38 -07:00
Jonathan Gibbons
b4b43de210
7196760: tree end positions incorrect after anno processing
...
Reviewed-by: mcimadamore
2012-09-07 11:35:53 -07:00
Jonathan Gibbons
f4749d4e50
7196774: javac cannot be built with JDK 6 after 7151010
...
Reviewed-by: mcimadamore
2012-09-07 11:24:00 -07:00
Jonathan Gibbons
0844683a0e
7186925: JavapTask passes null to java.io.Writer
...
Reviewed-by: jjh
2012-09-07 11:12:16 -07:00
David Katleman
7eb98442e1
Added tag jdk8-b55 for changeset bc332057d97a
2012-09-06 17:28:10 -07:00
Lana Steuck
147f804a82
Merge
2012-09-05 12:00:30 -07:00