Skip to content

Commit f08bf4b

Browse files
author
Vladimir Kozlov
committed
8263891: Changes for 8076985 missed the fix.
Reviewed-by: roland
1 parent b2df513 commit f08bf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/cpu/x86/x86_64.ad

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
2+
// Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
33
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
//
55
// This code is free software; you can redistribute it and/or modify it
@@ -1648,7 +1648,7 @@ bool Matcher::const_oop_prefer_decode() {
16481648

16491649
bool Matcher::const_klass_prefer_decode() {
16501650
// Prefer ConP over ConNKlass+DecodeNKlass.
1651-
return true;
1651+
return false;
16521652
}
16531653

16541654
// Is it better to copy float constants, or load them directly from

0 commit comments

Comments
 (0)