test/TEST.ROOT

Fri, 09 Jan 2015 15:50:22 +0000

author
mcimadamore
date
Fri, 09 Jan 2015 15:50:22 +0000
changeset 3852
f02d967ddce2
parent 3834
45746e46893b
permissions
-rw-r--r--

8067429: java.lang.VerifyError: Inconsistent stackmap frames at branch target
Summary: bitset for alive variables contains info about variables out of range
Reviewed-by: mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com

     1 # This file identifies the root of the test-suite hierarchy.
     2 # It also contains test-suite configuration information.
     4 # The list of keywords supported in the entire test suite.  The
     5 # "intermittent" keyword marks tests known to fail intermittently.
     6 # The "randomness" keyword marks tests using randomness with test
     7 # cases differing from run to run. (A test using a fixed random seed
     8 # would not count as "randomness" by this definition.) Extra care
     9 # should be taken to handle test failures of intermittent or
    10 # randomness tests.
    12 keys=intermittent randomness
    14 # Group definitions
    15 groups=TEST.groups
    17 # Tests using jtreg 4.1 b11 features
    18 requiredVersion=4.1 b11

mercurial