commit | 13ac3be829a6aa6612bfbcc69090a071cb674b59 | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Tue Mar 02 12:09:40 2010 -0800 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Tue Mar 02 12:09:40 2010 -0800 |
tree | d8d661e67d507791c078e98287aa0380cf273510 | |
parent | cef423370c08d1909a4a5e2f24e5537bb78e6bcb [diff] |
6914050: jvm assertion "guard pages must be in use" in -Xcomp mode Move creating stack guard pages in jni attach thread before potential java call rather than after. Also cleanup stack guard pages when jni attach fails Reviewed-by: never, dholmes