commit | ed60e4a8d391d9bc0b20e7e0ae523bb6ce571046 | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Mon Aug 25 08:20:17 2014 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Mon Aug 25 08:20:17 2014 +0200 |
tree | c72ad4de4dc878c7cc8e7078dccd3af7b8f3fa20 | |
parent | 10aa5fff08daed45d34a6c1d441353957f5408b1 [diff] |
8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test. Reviewed-by: kvn, coleenp