Skip to content

Commit aabce3f

Browse files
authoredNov 30, 2021
7903066: jcstress: Do not print fake CPU mappings from FallbackTopology
1 parent 7d43df1 commit aabce3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎jcstress-core/src/main/java/org/openjdk/jcstress/os/topology/FallbackTopology.java

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public FallbackTopology() throws TopologyParseException {
3636

3737
public void printStatus(PrintStream pw) {
3838
pw.println(" Fallback topology, faking CPU layout, downgrading to \"NONE\" affinity mode");
39-
super.printStatus(pw);
4039
}
4140

4241
@Override

0 commit comments

Comments
 (0)