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 4a8497a commit 2fa6eacCopy full SHA for 2fa6eac
test/hotspot/jtreg/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
@@ -72,9 +72,6 @@ public static void main(String[] args) throws Exception {
72
if (wb.isContainerized()) {
73
System.out.println("Inside a cgroup, testing...");
74
isContainer(output);
75
- } else {
76
- System.out.println("Not in a cgroup, testing...");
77
- isNotContainer(output);
78
}
79
80
0 commit comments