mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 00:50:48 +00:00
8338428: Add logging of final VM flags while setting properties
Reviewed-by: dholmes, rriggs
This commit is contained in:
parent
c38417a86e
commit
bbd880775f
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2005, 2025, 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
|
||||
@ -48,7 +48,10 @@ requires.extraPropDefns.libs = \
|
||||
../../lib/jdk/test/lib/Container.java
|
||||
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
||||
requires.extraPropDefns.vmOpts = \
|
||||
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
|
||||
-XX:+UnlockDiagnosticVMOptions \
|
||||
-XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
|
||||
-XX:+PrintFlagsFinal \
|
||||
-XX:+WhiteBoxAPI \
|
||||
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
||||
requires.properties= \
|
||||
sun.arch.data.model \
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
#
|
||||
# Copyright (c) 2005, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This file identifies the root of the test-suite hierarchy.
|
||||
# It also contains test-suite configuration information.
|
||||
|
||||
#
|
||||
# The list of keywords supported in the entire test suite. The
|
||||
# "intermittent" keyword marks tests known to fail intermittently.
|
||||
# The "randomness" keyword marks tests using randomness with test
|
||||
@ -72,7 +76,10 @@ requires.extraPropDefns.libs = \
|
||||
../lib/jdk/test/lib/Container.java
|
||||
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
||||
requires.extraPropDefns.vmOpts = \
|
||||
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
|
||||
-XX:+UnlockDiagnosticVMOptions \
|
||||
-XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
|
||||
-XX:+PrintFlagsFinal \
|
||||
-XX:+WhiteBoxAPI \
|
||||
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
||||
requires.properties= \
|
||||
sun.arch.data.model \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user