commit | aae30d753f73e6427c7d6700d9e8db48283033a4 | [log] [tgz] |
---|---|---|
author | Xiaobin Lu <xlu@openjdk.org> | Tue Jan 13 12:08:43 2009 -0800 |
committer | Xiaobin Lu <xlu@openjdk.org> | Tue Jan 13 12:08:43 2009 -0800 |
tree | 86e5213dd953dc55e09cf04aa3152a60e65532d9 | |
parent | 9bf454584337eee0e9b6e6d83afb662daf16f67e [diff] |
6791815: Fix for 6471657 can cause deadlock on non-Solaris platforms when initializing direct buffer support Place the state transition inside the loop so that the VMThread could proceed for safepoint Reviewed-by: dholmes, never, acorn