File tree Expand file tree Collapse file tree
substratevm/src/com.oracle.svm.shared/src/com/oracle/svm/shared/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 * or visit www.oracle.com if you need additional information or have any
2323 * questions.
2424 */
25- package com .oracle .svm .core .util ;
25+ package com .oracle .svm .shared .util ;
2626
2727import org .graalvm .nativeimage .Platform ;
2828import org .graalvm .nativeimage .Platforms ;
@@ -225,7 +225,7 @@ public static RuntimeException unsupportedFeature(String msg) {
225225 * @param args arguments to process
226226 * @return a copy of {@code args} with certain values converted to strings as described above
227227 */
228- static Object [] formatArguments (Object ... args ) {
228+ public static Object [] formatArguments (Object ... args ) {
229229 Object [] newArgs = new Object [args .length ];
230230 for (int i = 0 ; i < args .length ; i ++) {
231231 Object arg = args [i ];
You can’t perform that action at this time.
0 commit comments