Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8304389: [11u] Crash on Windows in C2 compiled code after 8248238 and…
… 8218431

Reviewed-by: dlong, mdoerr
  • Loading branch information
GoeLin committed Mar 21, 2023
1 parent 8a726af commit f1c92b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/cpu/x86/x86_64.ad
Expand Up @@ -86,7 +86,8 @@ reg_def RSP_H(NS, NS, Op_RegI, 4, rsp->as_VMReg()->next());
reg_def RBP (NS, SOE, Op_RegI, 5, rbp->as_VMReg());
reg_def RBP_H(NS, SOE, Op_RegI, 5, rbp->as_VMReg()->next());

#ifdef _WIN64
// #ifdef _WIN64 There is a problem in 11u with this, see JDK-8304389.
#ifdef DISABLED

reg_def RSI (SOC, SOE, Op_RegI, 6, rsi->as_VMReg());
reg_def RSI_H(SOC, SOE, Op_RegI, 6, rsi->as_VMReg()->next());
Expand Down

1 comment on commit f1c92b4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.