Skip to content

Commit 1fa1d06

Browse files
committed
Fix Truffle checks
1 parent fd960af commit 1fa1d06

File tree

1 file changed

+11
-0
lines changed
  • substratevm/src/com.oracle.svm.truffle.tck/src/com/oracle/svm/truffle/tck/resources

1 file changed

+11
-0
lines changed

substratevm/src/com.oracle.svm.truffle.tck/src/com/oracle/svm/truffle/tck/resources/jre.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,16 @@
238238
"justification": "In the JDK 17 Arrays#sort and Arrays#parallelSort share the same DualPivotQuicksort#sort(array,parallelism,low,high) implementation that uses ForkJoinPool for parallelism > 1. This causes a spurious privileged call being found in the Arrays#sort, so we allow Arrays#sort to avoid this false positive and keep Arrays#parallelSort denied."
239239
}
240240
]
241+
},
242+
{
243+
"name": "java.util.ServiceLoader$ModuleServicesLookupIterator",
244+
"methods": [
245+
{
246+
"name": "loaderFor",
247+
"parameterTypes" : [
248+
"java.lang.Module"
249+
]
250+
}
251+
]
241252
}
242253
]

0 commit comments

Comments
 (0)