jdk/src/java.instrument/share/native/libinstrument/InvocationAdapter.c
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 33653 c1ee09fe3274
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   562 }
   562 }
   563 
   563 
   564 /*
   564 /*
   565  * Evaluates all escapes in s.  Assumes that escapes are well-formed
   565  * Evaluates all escapes in s.  Assumes that escapes are well-formed
   566  * syntactically, i.e., of the form %XX.
   566  * syntactically, i.e., of the form %XX.
   567  * If the path does not require decoding the the original path is
   567  * If the path does not require decoding the original path is
   568  * returned. Otherwise the decoded path (heap allocated) is returned,
   568  * returned. Otherwise the decoded path (heap allocated) is returned,
   569  * along with the length of the decoded path. Note that the return
   569  * along with the length of the decoded path. Note that the return
   570  * string will not be null terminated after decoding.
   570  * string will not be null terminated after decoding.
   571  */
   571  */
   572 static
   572 static