We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b40e8 commit 1db6a76Copy full SHA for 1db6a76
hotspot/test/runtime/containers/cgroup/PlainRead.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* 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 {
73
if (wb.isContainerized()) {
74
System.out.println("Inside a cgroup, testing...");
75
isContainer(output);
76
- } else {
77
- System.out.println("Not in a cgroup, testing...");
78
- isNotContainer(output);
79
}
80
81
0 commit comments