Withdrawn: 8058176: [mlvm] tests should tolerate exceptions caused by code cache exhaustion

duke duke at openjdk.java.net
Fri Jan 29 17:08:41 UTC 2021


On Fri, 4 Dec 2020 13:47:27 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> 1. Normalise meth/stress/compiler/i2c_c2i/Test.java to use MultiThreadedTest framework;
> 2. Adjust MultiThreadedTest in order to accomodate the i2c_c2i test (add prepareThread method and logic);
> 3. Add ThrowableTolerance and DefaultThrowableTolerance as ways to control what Throwables are accepted;
> 4. Adjust MultiThreadedTest to catch Throwables and check if they are accepted;
> 5. Adjust individual tests to catch possible Throwables and check if they are accepted;
> 6. Un-problemlist the failing tests.
> 
> Testing: vmTestBase/vm/mlvm/meth/stress and vmTestBase/vm/mlvm/func tests run on macos-linux-windows in x64-debug configurations.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1622


More information about the hotspot-compiler-dev mailing list