File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
test/jdk/tools/jpackage/share Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
4949 * @build jdk.jpackage.test.*
5050 * @modules jdk.jpackage/jdk.jpackage.internal
5151 * @compile ServiceTest.java
52- * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
52+ * @run main/othervm/timeout=360 -Xmx512m
53+ * --add-opens jdk.jpackage/jdk.jpackage.internal=ALL-UNNAMED
54+ * jdk.jpackage.test.Main
5355 * --jpt-run=ServiceTest
5456 */
5557public class ServiceTest {
You can’t perform that action at this time.
0 commit comments