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 e1315b9 commit d2e3c5eCopy full SHA for d2e3c5e
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/heap/Target_java_lang_ref_ReferenceQueue.java
@@ -35,6 +35,8 @@
35
import com.oracle.svm.core.jdk.JDKLatest;
36
import jdk.graal.compiler.serviceprovider.JavaVersionUtil;
37
38
+// Checkstyle: stop
39
+
40
@TargetClass(ReferenceQueue.class)
41
final class Target_java_lang_ref_ReferenceQueue<T> {
42
@Alias //
@@ -60,3 +62,4 @@ final class Helper_java_lang_ref_ReferenceQueue {
60
62
public static final Target_java_lang_ref_ReferenceQueue<Object> NULL_QUEUE = (JavaVersionUtil.JAVA_SPEC > 21 ? Target_java_lang_ref_ReferenceQueue.NULL_QUEUE
61
63
: Target_java_lang_ref_ReferenceQueue.NULL);
64
}
65
+// CheckStyle: resume
0 commit comments