src/jdk.jfr/share/classes/jdk/jfr/consumer/ConstantMap.java
branchJEP-349-branch
changeset 57373 400db63e4937
parent 57360 5d043a159d5c
child 57467 de154169948b
equal deleted inserted replaced
57372:50ca040843ea 57373:400db63e4937
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package jdk.jfr.consumer;
    26 package jdk.jfr.consumer;
       
    27 
       
    28 import jdk.jfr.internal.LongMap;
    27 
    29 
    28 /**
    30 /**
    29  * Holds mapping between a set of keys and their corresponding object.
    31  * Holds mapping between a set of keys and their corresponding object.
    30  *
    32  *
    31  * If the type is a known type, i.e. {@link RecordedThread}, an
    33  * If the type is a known type, i.e. {@link RecordedThread}, an