< prev index next >

test/jdk/java/foreign/TestSegments.java

Print this page
@@ -319,10 +319,11 @@
          final Object[] params;
  
          final static List<String> CONFINED_NAMES = List.of(
                  "close",
                  "fill",
+                 "copyFrom",
                  "toByteArray",
                  "withOwnerThread"
          );
  
          public SegmentMember(Method method, Object[] params) {
< prev index next >