Skip to content

Commit 6c768ca

Browse files
committed
backport bbd880775f73ac11dc2c86ec5b598bdb4305e699
1 parent d1aa40f commit 6c768ca

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

test/hotspot/jtreg/TEST.ROOT

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2005, 2025, 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
@@ -48,7 +48,10 @@ requires.extraPropDefns.libs = \
4848
../../lib/jdk/test/lib/Container.java
4949
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
5050
requires.extraPropDefns.vmOpts = \
51-
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
51+
-XX:+UnlockDiagnosticVMOptions \
52+
-XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
53+
-XX:+PrintFlagsFinal \
54+
-XX:+WhiteBoxAPI \
5255
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
5356
requires.properties= \
5457
sun.arch.data.model \

test/jdk/TEST.ROOT

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
#
2+
# Copyright (c) 2005, 2025, Oracle and/or its affiliates. All rights reserved.
3+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4+
#
15
# This file identifies the root of the test-suite hierarchy.
26
# It also contains test-suite configuration information.
3-
7+
#
48
# The list of keywords supported in the entire test suite. The
59
# "intermittent" keyword marks tests known to fail intermittently.
610
# The "randomness" keyword marks tests using randomness with test
@@ -72,7 +76,10 @@ requires.extraPropDefns.libs = \
7276
../lib/jdk/test/lib/Container.java
7377
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
7478
requires.extraPropDefns.vmOpts = \
75-
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
79+
-XX:+UnlockDiagnosticVMOptions \
80+
-XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
81+
-XX:+PrintFlagsFinal \
82+
-XX:+WhiteBoxAPI \
7683
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
7784
requires.properties= \
7885
sun.arch.data.model \

0 commit comments

Comments
 (0)