commit | b1cfdfafe229d199e6ad7c739791ce020ca7251e | [log] [tgz] |
---|---|---|
author | Stefan Johansson <sjohanss@openjdk.org> | Thu Feb 13 10:05:03 2014 +0100 |
committer | Stefan Johansson <sjohanss@openjdk.org> | Thu Feb 13 10:05:03 2014 +0100 |
tree | 47a4f308bf594ed219886baf5dc5dfd3370fe5c9 | |
parent | a8f01c3f99495803f1e16c40ec7e1bcffa54361d [diff] |
8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed. Reviewed-by: coleenp, pliden