JDK 11 | JDK 17 | JDK 21 |
---|---|---|
11.0.21-oracleFixed | 17.0.9-oracleFixed | 21 b07Fixed |
Relates :
|
In prep for JDK-8299858 it would be good to refactor the test TestMemoryAwareness.java. It currently does some imprecise matching in case swap accounting is turned off. We should fix this properly by adding WhiteBox API for retrieving physical (container host) values for memory and swap and do the proper assertions in the test. It's also an enabler for a test for JDK-8299858.
|