make/test/README

Thu, 01 May 2014 11:35:02 -0700

author
rfield
date
Thu, 01 May 2014 11:35:02 -0700
changeset 2380
b17805de5edf
parent 0
959103a6100f
permissions
-rw-r--r--

8036942: javac generates incorrect exception table for multi-catch statements inside a lambda
Summary: Union type info lost and also union type is not processed by TreeMaker.Type -- address by using existing tree, thus by-passing such issues.
Reviewed-by: vromero, jlahoda

aoqi@0 1 This is a small quick test suite to (provide a framework to)
aoqi@0 2 verify the output of a JDK build of the langtools component.
aoqi@0 3
aoqi@0 4 It verifies the contents exist and are minimally functional.

mercurial