Skip to content

Commit f1c92b4

Browse files
committed
8304389: [11u] Crash on Windows in C2 compiled code after 8248238 and 8218431
Reviewed-by: dlong, mdoerr
1 parent 8a726af commit f1c92b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hotspot/cpu/x86/x86_64.ad

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ reg_def RSP_H(NS, NS, Op_RegI, 4, rsp->as_VMReg()->next());
8686
reg_def RBP (NS, SOE, Op_RegI, 5, rbp->as_VMReg());
8787
reg_def RBP_H(NS, SOE, Op_RegI, 5, rbp->as_VMReg()->next());
8888

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

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

0 commit comments

Comments
 (0)