[jdk8u] RFR: 8304053: Revert os specific stubs for SystemMetrics [v2]
Adam Farley
afarley at openjdk.org
Tue Mar 14 16:27:19 UTC 2023
On Tue, 14 Mar 2023 16:16:17 GMT, Adam Farley <afarley at openjdk.org> wrote:
>> jdk/make/CompileJavaClasses.gmk line 310:
>>
>>> 308: ifeq ($(OPENJDK_TARGET_OS),linux)
>>> 309: LINUX_SRC_DIRS += $(JDK_TOPDIR)/src/linux/classes
>>> 310: EXFILES += $(JDK_TOPDIR)/src/solaris/classes/jdk/internal/platform/SystemMetrics.java
>>
>> Please add a comment above this line like this:
>>
>> # Linux is the only OS with an actual implementation of SystemMetrics.
>> # Exclude the generic null-returning stub from solaris/classes for that reason.
>
> Sure. 1 moment.
Done.
-------------
PR: https://git.openjdk.org/jdk8u/pull/40
More information about the jdk8u-dev
mailing list