File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
@@ -46,7 +46,10 @@ requires.extraPropDefns.bootlibs = ../../lib/jdk/test/whitebox
4646requires.extraPropDefns.libs = \
4747 ../../lib/jdk/test/lib/Platform.java \
4848 ../../lib/jdk/test/lib/Container.java
49- requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
49+ requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions \
50+ -XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
51+ -XX:+PrintFlagsFinal \
52+ -XX:+WhiteBoxAPI
5053requires.properties= \
5154 sun.arch.data.model \
5255 vm.simpleArch \
Original file line number Diff line number Diff line change 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.bootlibs = ../lib/jdk/test/whitebox
7276requires.extraPropDefns.libs = \
7377 ../lib/jdk/test/lib/Platform.java \
7478 ../lib/jdk/test/lib/Container.java
75- requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
79+ requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions \
80+ -XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
81+ -XX:+PrintFlagsFinal \
82+ -XX:+WhiteBoxAPI
7683requires.properties= \
7784 sun.arch.data.model \
7885 java.runtime.name \
You can’t perform that action at this time.
0 commit comments