src/hotspot/share/prims/jvmtiEnvThreadState.hpp
changeset 49392 2956d0ece7a9
parent 49364 601146c66cad
child 53244 9807daeb47c4
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
    40 // Used by              : JvmtiFramePops
    40 // Used by              : JvmtiFramePops
    41 // Used by JVMTI methods: none directly.
    41 // Used by JVMTI methods: none directly.
    42 //
    42 //
    43 // Wrapper class for FramePop, used in the JvmtiFramePops class.
    43 // Wrapper class for FramePop, used in the JvmtiFramePops class.
    44 //
    44 //
    45 // Two problems: 1) this isn't being used as a ValueObj class, in
    45 // Two problems: 1) this isn't being used as a value class, in
    46 // several places there are constructors for it. 2) It seems like
    46 // several places there are constructors for it. 2) It seems like
    47 // overkill as a means to get an assert and name the geater than
    47 // overkill as a means to get an assert and name the greater than
    48 // operator.  I'm trying to to rewrite everything.
    48 // operator.  I'm trying to to rewrite everything.
    49 
    49 
    50 class JvmtiFramePop {
    50 class JvmtiFramePop {
    51  private:
    51  private:
    52   // Frame number counting from BOTTOM (oldest) frame;
    52   // Frame number counting from BOTTOM (oldest) frame;