We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2df513 commit f08bf4bCopy full SHA for f08bf4b
src/hotspot/cpu/x86/x86_64.ad
@@ -1,5 +1,5 @@
1
//
2
-// Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
+// Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
3
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
// This code is free software; you can redistribute it and/or modify it
@@ -1648,7 +1648,7 @@ bool Matcher::const_oop_prefer_decode() {
1648
1649
bool Matcher::const_klass_prefer_decode() {
1650
// Prefer ConP over ConNKlass+DecodeNKlass.
1651
- return true;
+ return false;
1652
}
1653
1654
// Is it better to copy float constants, or load them directly from
0 commit comments