commit | 35324b7e7da049534766464e5e1b7766dbb16bd0 | [log] [tgz] |
---|---|---|
author | Andrey Petrusenko <apetrusenko@openjdk.org> | Thu Jan 21 18:51:10 2010 -0800 |
committer | Andrey Petrusenko <apetrusenko@openjdk.org> | Thu Jan 21 18:51:10 2010 -0800 |
tree | 85f8130da240cfe37832675621c00595d7766632 | |
parent | 1c342cf62d874b514ee9f45feab374da78478ebc [diff] |
6918006: G1: spill space must be reserved on the stack for barrier calls on Windows x64 Stub code generated to call G1 barriers does not allocate spill space on the stack as required by Windows x64 ABI. The fix is to use more ABI-friendly call_VM_leaf(). Reviewed-by: iveresov, never, kvn