commit | 1d1641be2ff777e77f25adf892d8c7838a85ac38 | [log] [tgz] |
---|---|---|
author | John Cuthbertson <johnc@openjdk.org> | Wed Feb 20 12:52:13 2013 -0800 |
committer | John Cuthbertson <johnc@openjdk.org> | Wed Feb 20 12:52:13 2013 -0800 |
tree | 74cf9bdd5d23c550a80c6590feb2dd31a0188014 | |
parent | bfe250c23674ea45473026af9cb4b3b97e6dc0ca [diff] |
8008188: Add regression test for 8005875 Add regression test for crash seen in 8005875. Test is run with G1 and PGCT=0 and issues "jcmd <pid> Thread.print" against itself. Without the fix for 8005875 the test will crash. Reviewed-by: brutisso