8203691: Test /runtime/containers/cgroup/PlainRead.java fails

Reviewed-by: dholmes, mseledtsov, rehn
This commit is contained in:
Bob Vandette 2018-06-12 18:44:01 -04:00
parent 4a8497acdb
commit 2fa6eac464

@ -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
@ -72,9 +72,6 @@ public class PlainRead {
if (wb.isContainerized()) {
System.out.println("Inside a cgroup, testing...");
isContainer(output);
} else {
System.out.println("Not in a cgroup, testing...");
isNotContainer(output);
}
}
}