We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5061a74 + 1e78f04 commit e5cd1efCopy full SHA for e5cd1ef
compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/LIRInstruction.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2025, 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
@@ -473,11 +473,6 @@ public LIRInstructionClass<?> getLIRInstructionClass() {
473
return instructionClass;
474
}
475
476
- @Override
477
- public int hashCode() {
478
- return id;
479
- }
480
-
481
public boolean needsClearUpperVectorRegisters() {
482
return false;
483
0 commit comments