jdk-24/langtools/make/test
Jan Lahoda 3210b9650a 8072480: javac should support compilation for a specific platform version
Adding a new javac option for compiling for JDK N: -release N; including history data for previous version of JDK.

Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: erikj, ihse, jjg, mcimadamore, mr
2015-07-01 09:51:48 +02:00
..
bootstrap 6943119: Rebrand source copyright notices 2010-05-25 15:54:51 -07:00
crules 8073645: Add lambda-based lazy eval versions of Assert.check methods 2015-03-05 13:10:49 +00:00
lib 7041249: Remove apt tool and API from the JDK 2012-02-05 21:59:45 -08:00
sym 8072480: javac should support compilation for a specific platform version 2015-07-01 09:51:48 +02:00
contents.gold.txt Initial load 2007-12-01 00:00:00 +00:00
contents.sh 6943119: Rebrand source copyright notices 2010-05-25 15:54:51 -07:00
HelloWorld.apt.gold.txt Initial load 2007-12-01 00:00:00 +00:00
HelloWorld.gold.h Initial load 2007-12-01 00:00:00 +00:00
HelloWorld.java 6943119: Rebrand source copyright notices 2010-05-25 15:54:51 -07:00
HelloWorld.javadoc.gold.txt Initial load 2007-12-01 00:00:00 +00:00
HelloWorld.javap.gold.txt Initial load 2007-12-01 00:00:00 +00:00
README Initial load 2007-12-01 00:00:00 +00:00
TEST.ROOT Initial load 2007-12-01 00:00:00 +00:00

This is a small quick test suite to (provide a framework to)
verify the output of a JDK build of the langtools component. 

It verifies the contents exist and are minimally functional.