mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8222090: Add Hygon Dhyana processor support
Reviewed-by: kvn, dholmes, coleenp, rwestberg
This commit is contained in:
parent
528c411de7
commit
d03cf75344
4 changed files with 56 additions and 43 deletions
|
@ -3099,7 +3099,7 @@ void Assembler::nop(int i) {
|
|||
}
|
||||
return;
|
||||
}
|
||||
if (UseAddressNop && VM_Version::is_amd()) {
|
||||
if (UseAddressNop && VM_Version::is_amd_family()) {
|
||||
//
|
||||
// Using multi-bytes nops "0x0F 0x1F [address]" for AMD.
|
||||
// 1: 0x90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue