Skip to content

Commit 4d2f737

Browse files
Gergö BaranyDoug Simon
authored andcommitted
8335357: Delete HotSpotJDKReflection.oopSizeOffset
Reviewed-by: dnsimon
1 parent 77a7078 commit 4d2f737

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJDKReflection.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2024, 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
@@ -108,9 +108,6 @@ boolean equals(HotSpotObjectConstantImpl a, HotSpotObjectConstantImpl b) {
108108
return resolveObject(a) == resolveObject(b) && a.isCompressed() == b.isCompressed();
109109
}
110110

111-
// This field is being kept around for compatibility with libgraal
112-
@SuppressWarnings("unused") private long oopSizeOffset;
113-
114111
@Override
115112
ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) {
116113
java.lang.reflect.Parameter[] javaParameters = getMethod(javaMethod).getParameters();

0 commit comments

Comments
 (0)