Integrated: 8261666: [mlvm] Remove WhiteBoxHelper

Evgeny Nikitin enikitin at openjdk.java.net
Wed Mar 17 01:30:07 UTC 2021


On Wed, 17 Feb 2021 15:41:25 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> The mlvm test suite used this class for situations when WhiteBox was not available during the test's build time - therefore, the test tried to find the WhiteBox on runtime.
> 
> These days, the WhiteBox is always available so this is not the case. The said helper is to be removed and its only user adjusted.
> 
> Testing: test/hotspot/jtreg/vmTestBase/vm/mlvm on linux/mac/windows x64.

This pull request has now been integrated.

Changeset: 4acb8839
Author:    Evgeny Nikitin <enikitin at openjdk.org>
Committer: Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4acb8839
Stats:     84 lines in 2 files changed: 3 ins; 80 del; 1 mod

8261666: [mlvm] Remove WhiteBoxHelper

Reviewed-by: iignatyev

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

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


More information about the hotspot-compiler-dev mailing list