Page MenuHomeFreeBSD

[PATCH] java/openjdk*: Update pkg-message information about fdescfs and procfs
ClosedPublic

Authored by kiwi on Dec 16 2024, 2:43 PM.
Tags
None
Referenced Files
F108870619: D48111.id148935.diff
Tue, Jan 28, 10:56 PM
F108870610: D48111.id148019.diff
Tue, Jan 28, 10:56 PM
F108870593: D48111.id.diff
Tue, Jan 28, 10:55 PM
F108869600: D48111.diff
Tue, Jan 28, 10:35 PM
Unknown Object (File)
Mon, Jan 20, 4:05 AM
Unknown Object (File)
Mon, Jan 13, 2:47 AM
Unknown Object (File)
Mon, Jan 13, 2:41 AM
Unknown Object (File)
Mon, Jan 13, 2:38 AM
Subscribers

Details

Summary
java/openjdk*: Update pkg-message information about fdescfs  and procfs

OpenJDK installation inform that fdescfs(5) and procfs(5) should be
mounted when using OpenJDK.
After doing some test and some traces, it seems that this should be
no so usefull, some applications will require it, but most of java
applications doesn't seems to suffer to work or performance when
such pseudo FS is not mounted.

So this change request permit to let local administrator to decide if
it is really needed or not.

Sponsored by:   Entersekt (previously Modirum MDpay)
Sponsored by:   Klara Inc.
Approved by:    0mp (mentor)

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283364

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kiwi requested review of this revision.Dec 16 2024, 2:43 PM
kiwi created this revision.
kiwi edited the summary of this revision. (Show Details)

LGTM, let's wait for the maintainers before committing.

This revision is now accepted and ready to land.Dec 16 2024, 2:50 PM
kiwi edited the summary of this revision. (Show Details)
michaelo added a subscriber: michaelo.

For the stupid: I have once grepped through Java's C code and wasn't able to find any use of those filesystems, I really wonder why they are needed at all here.

Please make sure to add PR: 283364 to the commit message.