File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 */
2525package com .oracle .svm .core .jfr ;
2626
27- import jdk .graal .compiler .word .Word ;
2827import org .graalvm .nativeimage .c .struct .SizeOf ;
2928import org .graalvm .word .Pointer ;
3029import org .graalvm .word .UnsignedWord ;
3736import com .oracle .svm .core .util .UnsignedUtils ;
3837
3938import jdk .graal .compiler .api .replacements .Fold ;
39+ import jdk .graal .compiler .word .Word ;
4040
4141/**
4242 * Used to access the raw memory of a {@link JfrBuffer}.
@@ -178,7 +178,7 @@ public static boolean isThreadLocal(JfrBuffer buffer) {
178178
179179 /**
180180 * If a buffer can't be freed right away, then we retire it instead. Retired buffers are ignored
181- * by the JFR infrastructure and may be reinstate or freed at a later point in time.
181+ * by the JFR infrastructure and may be reinstated or freed at a later point in time.
182182 */
183183 @ Uninterruptible (reason = "Called from uninterruptible code." , mayBeInlined = true )
184184 public static void setRetired (JfrBuffer buffer ) {
You can’t perform that action at this time.
0 commit comments