[Bug 244634] java/openjdk8: Incorrect VM vendor advertised
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 6 16:36:21 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244634
Bug ID: 244634
Summary: java/openjdk8: Incorrect VM vendor advertised
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: java at FreeBSD.org
Reporter: michael.osipov at siemens.com
Assignee: java at FreeBSD.org
Flags: maintainer-feedback?(java at FreeBSD.org)
Created attachment 212193
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212193&action=edit
Patch against /usr/ports
The current version advertises:
> java.vm.vendor=Oracle Corporation
> java.vendor.url=http://java.oracle.com/
> java.vendor=Oracle Corporation
> java.vendor.url.bug=http://bugreport.sun.com/bugreport/
But this OpenJDK distribution is not from Oracle, its it from the
FreeBSD-derived AdoptOpenJDK distribution.
As a comparison, this is what Azul Zulu prints:
> java.vm.vendor=Azul Systems, Inc.
> java.vendor.url=http://www.azulsystems.com/
> java.vendor=Azul Systems, Inc.
> java.vendor.url.bug=http://www.azulsystems.com/support/
Attached is a patch which advertises that this OpenJDK distro comes from the
Free BSD Project.
The same can be applied to all other OpenJDK ports.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list