RFR:8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration

Vaibhav Choudhary vaibhav.x.choudhary at oracle.com
Tue Jul 17 14:31:52 UTC 2018


Hi,

Please review the following backport test enhancement for JDK8u written for container awareness. 
Webrev : http://cr.openjdk.java.net/~rpatil/8189762/webrev.00/ <http://cr.openjdk.java.net/~rpatil/8189762/webrev.00/> 
 
Bug https://bugs.openjdk.java.net/browse/JDK-8189762 <https://bugs.openjdk.java.net/browse/JDK-8189762>
[TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration

Its a backport from JDK10. 

JDK10 changeset: http://hg.openjdk.java.net/jdk/jdk/rev/d6d00f785f39 <http://hg.openjdk.java.net/jdk/jdk/rev/d6d00f785f39>
JDK10 review thread : http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2017-November/025086.html <http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2017-November/025086.html>

Description: Tests are very similar to JDK10, but differs in logging mechanism. -XX options like UseContainerSupport, PrintContainerInfo has been used in place of -Xlog. Few changes has been done in the Util files to make the test compatible. 

Testing: Testing has been done on Ubuntu with and without Docker environment. 

Thanks,
Vaibhav C


More information about the hotspot-runtime-dev mailing list