Skip to content

Commit 1db6a76

Browse files
committed
8203691: [TESTBUG] Test /runtime/containers/cgroup/PlainRead.java fails
Backport-of: 2fa6eac464048176087092c91c8430781ab15301
1 parent a4b40e8 commit 1db6a76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hotspot/test/runtime/containers/cgroup/PlainRead.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2018, 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
@@ -73,9 +73,6 @@ public static void main(String[] args) throws Exception {
7373
if (wb.isContainerized()) {
7474
System.out.println("Inside a cgroup, testing...");
7575
isContainer(output);
76-
} else {
77-
System.out.println("Not in a cgroup, testing...");
78-
isNotContainer(output);
7976
}
8077
}
8178
}

0 commit comments

Comments
 (0)