8333116: test/jdk/tools/jpackage/share/ServiceTest.java test fails

Backport-of: 91ab088d5e
This commit is contained in:
Goetz Lindenmaier
2024-12-12 09:02:01 +00:00
committed by Sergey Shelomentsev
parent f0cc84eb23
commit 60d5cf1ff6

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -49,7 +49,9 @@ import jdk.jpackage.test.TKit;
* @build jdk.jpackage.test.*
* @modules jdk.jpackage/jdk.jpackage.internal
* @compile ServiceTest.java
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
* @run main/othervm/timeout=360 -Xmx512m
* --add-opens jdk.jpackage/jdk.jpackage.internal=ALL-UNNAMED
* jdk.jpackage.test.Main
* --jpt-run=ServiceTest
*/
public class ServiceTest {