https://bugs.winehq.org/show_bug.cgi?id=31742
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|jre-6u33-windows-x64.exe |jre-6u33-windows-x64.exe |fails to install completely |fails to install completely |(64-bit Java JVM with |(violation of the Windows |broken mixed mode |64-bit ABI, stack pointer |execution) |(RSP) must be 16-byte | |aligned when making a call | |to Win64 API) Component|-unknown |ntdll Keywords| |Installer
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
while revisiting / reanalysing old issues I've figured out that this is actually a dupe of bug 27680 ("Multiple 64-bit applications crash on startup (violation of the Windows 64-bit ABI, stack pointer (RSP) must be 16-byte aligned when making a call to Win64 API)").
64-bit Java JRE releases between are 6u21..6u34 are affected (broken) and belong to that hall of shame in bug 27680 ;-)
The workaround of using JVM interpreted mode ('-Xint' parameter) just takes a different code path, avoiding the broken code.
Regards
*** This bug has been marked as a duplicate of bug 27680 ***