Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
[GR-44426] Merge in jdk-11.0.19+6.
Browse files Browse the repository at this point in the history
PullRequest: labsjdk-ce-11/332
  • Loading branch information
marwan-hallaoui committed Apr 10, 2023
2 parents 8103e7f + 31fe44a commit 19d8c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/cpu/x86/x86_64.ad
Original file line number Diff line number Diff line change
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

0 comments on commit 19d8c74

Please sign in to comment.