Skip to content

Commit 2fa6eac

Browse files
author
Bob Vandette
committed
8203691: Test /runtime/containers/cgroup/PlainRead.java fails
Reviewed-by: dholmes, mseledtsov, rehn
1 parent 4a8497a commit 2fa6eac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/hotspot/jtreg/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
@@ -72,9 +72,6 @@ public static void main(String[] args) throws Exception {
7272
if (wb.isContainerized()) {
7373
System.out.println("Inside a cgroup, testing...");
7474
isContainer(output);
75-
} else {
76-
System.out.println("Not in a cgroup, testing...");
77-
isNotContainer(output);
7875
}
7976
}
8077
}

0 commit comments

Comments
 (0)