mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-25 14:20:35 +00:00
8378397: Disable usage of system level jshell history in test/hotspot/jtreg/runtime/os/TestWXHealing.java
Reviewed-by: dholmes, jlahoda
This commit is contained in:
parent
c065f4119a
commit
c701647b32
@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
import java.io.*;
|
||||
import java.util.HashMap;
|
||||
|
||||
import jdk.jshell.tool.*;
|
||||
|
||||
public class WXHealing {
|
||||
@ -31,6 +33,8 @@ public class WXHealing {
|
||||
public static void main(String[] args) throws Throwable {
|
||||
JavaShellToolBuilder
|
||||
.builder()
|
||||
// we don't need system level history/storage for this test
|
||||
.persistence(new HashMap<>())
|
||||
.in(new ByteArrayInputStream
|
||||
("""
|
||||
void main() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user