< prev index next >

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

Print this page
@@ -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 >