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:
Jaikiran Pai 2026-02-23 10:21:57 +00:00
parent c065f4119a
commit c701647b32

View File

@ -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() {