[lworld] Integrated: 8334678: [lworld] some javac tests are failing intermittently due to a VM warning
Vicente Romero
vromero at openjdk.org
Thu Jun 20 21:26:41 UTC 2024
On Thu, 20 Jun 2024 21:21:07 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> Several tests using library class JavacTestingAbstractProcessor are failing intermittently as JavacTestingAbstractProcessor uses Optional. Optional has two versions: one is a value class and the other one is not. The VM issues a warning if the loaded class is not the value version. The tests failing have a golden file and the presence or not of the warning can make them fail. The proposed fix, temporary, is to remove the dependency on Optional.
This pull request has now been integrated.
Changeset: e1830399
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/e1830399fae8dc52f3ff8a4dc6e745b08e05c790
Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
8334678: [lworld] some javac tests are failing intermittently due to a VM warning
-------------
PR: https://git.openjdk.org/valhalla/pull/1142
More information about the valhalla-dev
mailing list