[jdk8u-dev] RFR: JDK-8303828: Fix for build break on Solaris due to missing class
Adam Farley
afarley at openjdk.org
Wed Mar 8 17:52:57 UTC 2023
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
Because Solaris currently lacks this class, the build breaks when compiling Metrics.java. Inserting a dummy class to fix that.
This takes the same approach as [JDK-8303408](https://bugs.openjdk.org/browse/JDK-8303408), only on Solaris.
This change is being proposed directly to JDK8u because I'm not aware of Solaris platform support post-JDK8.
-------------
Commit messages:
- Fix for build break on Solaris due to missing class
Changes: https://git.openjdk.org/jdk8u-dev/pull/280/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=280&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8303828
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/280.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/280/head:pull/280
PR: https://git.openjdk.org/jdk8u-dev/pull/280
More information about the jdk8u-dev
mailing list