Maurizio Cimadamore
eef5821303
8157030: langtools dev build broken after classfile version bump
...
Fix build to use different source/target version when compiling build tools
Reviewed-by: jlahoda
2016-05-16 12:03:41 +01:00
Alan Bateman
001ebb3a72
8142968: Module System implementation
...
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Vicente Romero <vicente.romero@oracle.com>
Co-authored-by: Andreas Lundblad <andreas.lundblad@oracle.com>
Co-authored-by: Andrey Nazarov <andrey.x.nazarov@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
2016-03-17 19:04:28 +00:00
Maurizio Cimadamore
7985afb4e5
8147554: InfoOptsTest fails when executed outside make
...
Local ant build uses '-' as a build separator instead of '+' for fullversion string
Reviewed-by: jlahoda
2016-01-18 14:25:29 +00:00
Jan Lahoda
a21102b5f4
8134254: JShell API/tool: REPL for Java into JDK9
...
Adding the implementation of the jshell (read-eval-print-loop) tool.
Co-authored-by: Robert Field <robert.field@oracle.com>
Co-authored-by: Shinya Yoshida <bitterfoxc@gmail.com>
Reviewed-by: briangoetz, mcimadamore, psandoz, forax
2015-10-19 19:15:16 +02:00
Mandy Chung
ab120497cf
8074432
: Move jdeps and javap to jdk.jdeps module
...
Reviewed-by: jjg, alanb, erikj
2015-05-27 13:25:18 -07:00
Jonathan Gibbons
4b07750bb1
8076583: move jdk.Exported from langtools to jdk
...
Reviewed-by: darcy, alanb, tbell, mchung, jlahoda
2015-04-03 15:23:02 -07:00
Maurizio Cimadamore
56a33e4541
8058542: Devise scheme for better diagnostic creation
...
Add support for generating (at build-time) an enum-like class containing all javac diagnostics, which allows for safe diagnostic creation.
Reviewed-by: jlahoda, jjg, vromero, erikj, jfranck
2015-01-08 14:43:05 +00:00
Jan Lahoda
3f3f44af47
8058489: More adjustments of langtools/make/build.xml to modularized layout
...
Re-structuring the langtools/make/build.xml to reflect the modular layout, cleanup of the build script
Reviewed-by: jjg, mcimadamore, ksrini
2014-11-07 18:22:36 +01:00
Eric McCorkle
8244cae54a
8054457: Refactor Symbol kinds from small ints to an enum
...
Replace bitmap logic in symbol.kind and pkind with an enum-based API
Reviewed-by: mcimadamore, jjg
2014-10-21 09:01:51 -04:00
Kumar Srinivasan
d81bd9fdcf
8038732: [javadoc] NetBeans IDE target does not build doclets
...
Reviewed-by: jjg, jlahoda
2014-08-27 06:25:17 -07:00
Jonathan Gibbons
08e122f2cb
8044859: javac duplicates option processing when using Compiler API
...
Reviewed-by: mcimadamore, vromero, jlahoda
2014-08-22 16:28:16 -07:00
Jonathan Gibbons
33e6564a6b
8050429: Update/cleanup ToolBox
...
Reviewed-by: vromero
2014-08-13 13:20:31 -07:00
Jan Lahoda
66ea31ef63
8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks
...
Generalizing the crules infrastructure, adding a new analyzer to check String concatenation in Assert calls.
Reviewed-by: jjg, vromero
2014-08-01 11:09:40 -07:00
Werner Dietl
e5c34a89eb
8026564: import changes from type-annotations forest
...
Co-authored-by: Steve Sides <steve.sides@oracle.com>
Reviewed-by: jjg
2013-10-15 15:57:13 -07:00
Kumar Srinivasan
704f96a0d5
7080001: Need to bump version numbers in build.properties for 8
...
Reviewed-by: jjg
2013-06-27 12:42:47 -07:00
Joe Darcy
c2e77030a1
8001614: Include annotation type to documented supported-ness
...
Reviewed-by: alanb, jjg, tbell
2013-02-01 13:01:26 -08:00
Fredrik Öhrström
3d5f55b851
8004658: Add internal smart javac wrapper to solve JEP 139
...
Reviewed-by: jjg
2013-01-18 00:16:21 +01:00
Mandy Chung
e8ce882d43
8003562: Provide a CLI tool to analyze class dependencies
...
Reviewed-by: jjg, alanb, ulfzibis, erikj
2012-12-28 22:25:21 -08:00
Joel Borggrén-Franck
72cbbd7f3b
8005098: Provide isSynthesized() information on Attribute.Compound
...
Reviewed-by: jjg
2012-12-16 11:09:36 +01:00
Jonathan Gibbons
4a3e904c6e
8004832: Add new doclint package
...
Reviewed-by: mcimadamore
2012-12-17 07:47:05 -08:00
Joe Darcy
f30ca2fd58
7041249: Remove apt tool and API from the JDK
...
Reviewed-by: jjg, ohair
2012-02-05 21:59:45 -08:00
Kumar Srinivasan
ca1deee4d3
7110974: (javac) add coding conventions and style checkers for langtools
...
Reviewed-by: jjg
2011-11-14 08:09:47 -08:00
Jim Holmlund
e9456bc9af
7032975: API files in javax.annotation.processing need to be updated for references to JLS
...
7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks
7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks
Removed URLs and 'edition' references
Reviewed-by: jjg, darcy
2011-04-13 11:35:43 -07:00
Kelly O'Hair
84b5875f26
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:54:52 -08:00
Tom Ball
985efdc475
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
...
6964740: Project Coin: More tests for ARM compiler changes
6965277: Project Coin: Correctness issues in ARM implementation
6967065: add -Xlint warning category for Automatic Resource Management (ARM)
Reviewed-by: jjb, darcy, mcimadamore, jjg, briangoetz
2010-07-16 19:35:24 -07:00
Jonathan Gibbons
aa58d21213
6958802: cleanup and doc langtools build.xml file
...
Reviewed-by: ohair
2010-06-04 17:33:25 -07:00
Jonathan Gibbons
c8cce21323
6958391: add vizant support to langtools build
...
Reviewed-by: mcimadamore
2010-06-04 14:54:54 -07:00
Kelly O'Hair
bd4f4be9d7
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy
2010-05-25 15:54:51 -07:00
Jonathan Gibbons
75f1feee86
6906175: bridge JSR199 and JSR 203 APIs
...
Reviewed-by: darcy, alanb
2009-12-11 14:26:27 -08:00
Jonathan Gibbons
42bf8347dc
6902337: fix langtools build to allow forward refs into jdk/ repo
...
Reviewed-by: ohair, mcimadamore
2009-11-20 11:18:43 -08:00
Jonathan Gibbons
b95303097d
6758471: should be able to set jtreg options in langtools build
...
Reviewed-by: mcimadamore
2009-08-12 07:54:30 -07:00
Jonathan Gibbons
46c42f2362
6870743: update comments in langtools/make/build.properties
...
Reviewed-by: darcy
2009-08-11 18:35:05 -07:00
Jonathan Gibbons
b84cd5a9cd
6854244: change source/target used to compile JDK to 7
...
Reviewed-by: ohair
2009-07-27 15:20:03 -07:00
Joe Darcy
55dc8eb040
6381698: Warn of decommissioning of apt
...
Reviewed-by: jjg
2009-07-26 21:27:11 -07:00
Jonathan Gibbons
6fbe9f979e
6827026: Change javac source and target default to 7
...
Reviewed-by: darcy, ohair
2009-05-20 13:36:23 -07:00
Xiomara Jayasena
56fcf6c052
6814575: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
2009-03-09 13:29:06 -07:00
Jonathan Gibbons
15099c9ffe
6795903: fix latent build warnings in langtools repository
...
Reviewed-by: darcy
2009-01-20 18:23:13 -08:00
Maurizio Cimadamore
795b53a014
6765045: Remove rawtypes warnings from langtools
...
Removed all occurrences of rawtypes warnings from langtools
Reviewed-by: jjg, bpatel
2009-01-13 13:27:14 +00:00
Maurizio Cimadamore
82a7a9f030
6753718: raw type warnings should be suprresed during a langtools build
...
Fixed build.properties in order to suppress raw type warnings
Reviewed-by: jjg
2008-09-29 15:30:27 +01:00
Jonathan Gibbons
92cea6ce44
6711276: langtools has incorrect -Werror switch
...
Reviewed-by: ksrini
2008-06-05 13:46:26 -07:00
Jonathan Gibbons
0a7516d744
4075303: Use javap to enquire aboput a specific inner class
...
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
2008-06-03 13:26:47 -07:00
J. Duke
f57b87e8f6
Initial load
2007-12-01 00:00:00 +00:00