Skip to content

Commit 28481a6

Browse files
committed
Fix web-image PlatformThreads override
1 parent 17a1999 commit 28481a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-image/src/com.oracle.svm.webimage/src/com/oracle/svm/webimage/threads/WebImageJSJavaThreads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
public class WebImageJSJavaThreads extends PlatformThreads {
4848

4949
@Override
50-
protected boolean doStartThread(Thread thread, long stackSize, long parentThreadId, String parentVThreadName) {
50+
protected boolean doStartThread(Thread thread, long stackSize) {
5151
// Not supported
5252
return false;
5353
}

0 commit comments

Comments
 (0)