We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58607ea commit 99a3727Copy full SHA for 99a3727
src/hotspot/share/memory/guardedMemory.hpp
@@ -330,6 +330,7 @@ class GuardedMemory : StackObj { // Wrapper on stack
330
* @param ptr the memory to be copied
331
* @param len the length of the copy
332
* @param tag optional general purpose tag (see GuardedMemory::get_tag())
333
+ * @param tag2 optional general purpose tag (see GuardedMemory::get_tag2())
334
*
335
* @return guarded wrapped memory pointer to the user area, or NULL if OOM.
336
*/
0 commit comments