Integrated: 8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build

SendaoYan syan at openjdk.org
Mon Aug 12 06:31:40 UTC 2024


On Fri, 9 Aug 2024 13:12:14 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
>  The testcase `testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java` fails with release build, the test log snippet says `IR verification disabled due to not running a debug build`. So I think it's need `@requires vm.debug == true`. And ths test will fail without c2 compiler, so it also need `@requires vm.compiler2.enabled`.
> 
> The change has been verified with linux x64 release build and linux x64 fastdebug build, no risk,

This pull request has now been integrated.

Changeset: 0e7c1c1a
Author:    SendaoYan <syan at openjdk.org>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0e7c1c1afeaba1c125b70cabe7b1b7a3193ee5c3
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build

Reviewed-by: chagedorn, thartmann

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

PR: https://git.openjdk.org/jdk/pull/20524


More information about the hotspot-compiler-dev mailing list