commit:     af86d1b178d3f9de4f432ce288f94c0e8ddd7f0f
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 10:17:04 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 14:41:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af86d1b1

dev-java/openjdk: drop riscv specific optimization

this optimization is not really necessary,
let's drop it to fallback to default posix_spawn mechanism.

Tested on Milkv Poineer machine (lp64d systemd profile)

Closes: https://github.com/gentoo/gentoo/pull/36207
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/openjdk/openjdk-17.0.10_p7.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-java/openjdk/openjdk-17.0.10_p7.ebuild 
b/dev-java/openjdk/openjdk-17.0.10_p7.ebuild
index f4c1df9b3d3f..0b834a1a41a4 100644
--- a/dev-java/openjdk/openjdk-17.0.10_p7.ebuild
+++ b/dev-java/openjdk/openjdk-17.0.10_p7.ebuild
@@ -227,8 +227,6 @@ src_configure() {
                $(tc-is-clang && echo "--with-toolchain-type=clang")
        )
 
-       use riscv && myconf+=( 
--with-boot-jdk-jvmargs="-Djdk.lang.Process.launchMechanism=vfork" )
-
        use lto && myconf+=( --with-jvm-features=link-time-opt )
 
        if use javafx; then

Reply via email to