Skip to content

Commit 99a3727

Browse files
committed
add missing comment
1 parent 58607ea commit 99a3727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/memory/guardedMemory.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ class GuardedMemory : StackObj { // Wrapper on stack
330330
* @param ptr the memory to be copied
331331
* @param len the length of the copy
332332
* @param tag optional general purpose tag (see GuardedMemory::get_tag())
333+
* @param tag2 optional general purpose tag (see GuardedMemory::get_tag2())
333334
*
334335
* @return guarded wrapped memory pointer to the user area, or NULL if OOM.
335336
*/

0 commit comments

Comments
 (0)