Skip to content

Commit

Permalink
8203691: [TESTBUG] Test /runtime/containers/cgroup/PlainRead.java fails
Browse files Browse the repository at this point in the history
Backport-of: 2fa6eac464048176087092c91c8430781ab15301
  • Loading branch information
mrserb committed Apr 5, 2024
1 parent a4b40e8 commit 1db6a76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hotspot/test/runtime/containers/cgroup/PlainRead.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2018, 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
Expand Down Expand Up @@ -73,9 +73,6 @@ public static void main(String[] args) throws Exception {
if (wb.isContainerized()) {
System.out.println("Inside a cgroup, testing...");
isContainer(output);
} else {
System.out.println("Not in a cgroup, testing...");
isNotContainer(output);
}
}
}

0 comments on commit 1db6a76

Please sign in to comment.