hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java
changeset 38678 06d6c40ce33b
parent 38668 5d09ab633f26
child 38686 6c51f29cbc5d
equal deleted inserted replaced
38677:1c1598b02874 38678:06d6c40ce33b
   478      * Gets the value of {@code metaspaceSymbol} as a String.
   478      * Gets the value of {@code metaspaceSymbol} as a String.
   479      */
   479      */
   480     native String getSymbol(long metaspaceSymbol);
   480     native String getSymbol(long metaspaceSymbol);
   481 
   481 
   482     /**
   482     /**
   483      * Lookup a VMSymbol from a String.
       
   484      */
       
   485     native long lookupSymbol(String symbol);
       
   486 
       
   487     /**
       
   488      * Looks for the next Java stack frame matching an entry in {@code methods}.
   483      * Looks for the next Java stack frame matching an entry in {@code methods}.
   489      *
   484      *
   490      * @param frame the starting point of the search, where {@code null} refers to the topmost frame
   485      * @param frame the starting point of the search, where {@code null} refers to the topmost frame
   491      * @param methods the methods to look for, where {@code null} means that any frame is returned
   486      * @param methods the methods to look for, where {@code null} means that any frame is returned
   492      * @return the frame, or {@code null} if the end of the stack was reached during the search
   487      * @return the frame, or {@code null} if the end of the stack was reached during the search