mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8243945: use driver mode in runtime tests
Reviewed-by: dholmes, dcubed, gziemski
This commit is contained in:
parent
e93cd7ed3c
commit
46fe7e303b
109 changed files with 243 additions and 194 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2020, 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
|
||||
|
@ -28,7 +28,7 @@
|
|||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @compile PatchModuleMain.java
|
||||
* @run main PatchModuleJavaBase
|
||||
* @run driver PatchModuleJavaBase
|
||||
*/
|
||||
|
||||
import jdk.test.lib.compiler.InMemoryJavaCompiler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue