We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3dc9d commit 91197b3Copy full SHA for 91197b3
test/hotspot/jtreg/runtime/signal/SigTestDriver.java
@@ -126,7 +126,7 @@ public static void main(String[] args) {
126
// only in the correct scenarios
127
boolean deprecatedSigFunctionUsed = mode.equals("sigset");
128
boolean jvmInvolved = !scenario.contains("nojvm");
129
- boolean warningPrinted = oa.contains("VM warning");
+ boolean warningPrinted = oa.contains("VM warning: the use of signal() and sigset()");
130
boolean sigUsedByJVM = sigIsUsedByJVM(signame);
131
if (deprecatedSigFunctionUsed && jvmInvolved && sigUsedByJVM) {
132
if (!warningPrinted) {
0 commit comments