8335357: Delete HotSpotJDKReflection.oopSizeOffset

Reviewed-by: dnsimon
This commit is contained in:
Gergö Barany 2024-07-03 08:08:22 +00:00 committed by Doug Simon
parent 77a7078b82
commit 4d2f73764b

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -108,9 +108,6 @@ final class HotSpotJDKReflection extends HotSpotJVMCIReflection {
return resolveObject(a) == resolveObject(b) && a.isCompressed() == b.isCompressed();
}
// This field is being kept around for compatibility with libgraal
@SuppressWarnings("unused") private long oopSizeOffset;
@Override
ResolvedJavaMethod.Parameter[] getParameters(HotSpotResolvedJavaMethodImpl javaMethod) {
java.lang.reflect.Parameter[] javaParameters = getMethod(javaMethod).getParameters();