< prev index next >

src/hotspot/share/runtime/perfMemory.hpp

Print this page
@@ -81,11 +81,11 @@
  
    jint entry_length;      // entry length in bytes
    jint name_offset;       // offset of the data item name
    jint vector_length;     // length of the vector. If 0, then scalar
    jbyte data_type;        // type of the data item -
-                           // 'B','Z','J','I','S','C','D','F','V','L','['
+                           // 'B','Z','J','I','S','C','D','F','V','L','Q','['
    jbyte flags;            // flags indicating misc attributes
    jbyte data_units;       // unit of measure for the data type
    jbyte data_variability; // variability classification of data type
    jint  data_offset;      // offset of the data item
  
< prev index next >