commit | 9dff23337ba066dd704a1d51aa9b2a8953f2fb7c | [log] [tgz] |
---|---|---|
author | Poonam Bajaj <poonam@openjdk.org> | Sun Mar 15 18:11:46 2009 -0700 |
committer | Poonam Bajaj <poonam@openjdk.org> | Sun Mar 15 18:11:46 2009 -0700 |
tree | 34ad4664a484688cb5c4171ba39df78db684f956 | |
parent | a23cbf5b9647f56a2dc0891edcfa7b01f72e4569 [diff] |
6812971: SA: re-attaching to process fails After attaching, de-attaching SA from a process, the second time attach() call fails. This happens because in VM.initialize(), Universe does not get re-initialized before it is accessed. Reviewed-by: swamyv