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 24
24
*/
25
25
package com .oracle .svm .core .jfr ;
26
26
27
- import jdk .graal .compiler .word .Word ;
28
27
import org .graalvm .nativeimage .c .struct .SizeOf ;
29
28
import org .graalvm .word .Pointer ;
30
29
import org .graalvm .word .UnsignedWord ;
37
36
import com .oracle .svm .core .util .UnsignedUtils ;
38
37
39
38
import jdk .graal .compiler .api .replacements .Fold ;
39
+ import jdk .graal .compiler .word .Word ;
40
40
41
41
/**
42
42
* Used to access the raw memory of a {@link JfrBuffer}.
@@ -178,7 +178,7 @@ public static boolean isThreadLocal(JfrBuffer buffer) {
178
178
179
179
/**
180
180
* 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.
182
182
*/
183
183
@ Uninterruptible (reason = "Called from uninterruptible code." , mayBeInlined = true )
184
184
public static void setRetired (JfrBuffer buffer ) {
You can’t perform that action at this time.
0 commit comments