< prev index next >

src/hotspot/share/ci/ciInstance.hpp

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 1999, 2025, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 1999, 2026, 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
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

@@ -47,11 +47,12 @@
  
    const char* type_string() { return "ciInstance"; }
  
    void print_impl(outputStream* st);
  
-   ciConstant field_value_impl(BasicType field_btype, int offset);
+   ciConstant field_value_impl(ciField* field);
+   ciConstant sub_field_value(ciField* field);
  
  public:
    // If this object is a java mirror, return the corresponding type.
    // Otherwise, return null.
    // (Remember that a java mirror is an instance of java.lang.Class.)
< prev index next >