< prev index next >

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Array.java

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 2000, 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.

@@ -30,11 +30,11 @@
  import sun.jvm.hotspot.runtime.*;
  import sun.jvm.hotspot.types.*;
  import sun.jvm.hotspot.utilities.Observable;
  import sun.jvm.hotspot.utilities.Observer;
  
- // Array is an abstract superclass for TypeArray and ObjArray
+ // Array is an abstract superclass for TypeArray, ObjArray, and FlatArray
  
  public class Array extends Oop {
    static {
      VM.registerVMInitializedObserver(new Observer() {
          public void update(Observable o, Object data) {
< prev index next >