Skip to content

Commit

Permalink
Merge master jdk8u372-b06 into openj9-staging
Browse files Browse the repository at this point in the history
Signed-off-by: J9 Build <j9build@ca.ibm.com>
  • Loading branch information
j9build committed Mar 24, 2023
2 parents e732eb1 + f884e01 commit 1457a86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 63 deletions.
4 changes: 4 additions & 0 deletions jdk/make/CompileJavaClasses.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ endif
LINUX_SRC_DIRS :=
ifeq ($(OPENJDK_TARGET_OS),linux)
LINUX_SRC_DIRS += $(JDK_TOPDIR)/src/linux/classes

# Linux is the only OS with an actual implementation of SystemMetrics.
# Exclude the generic null-returning stub from solaris/classes for that reason.
EXFILES += $(JDK_TOPDIR)/src/solaris/classes/jdk/internal/platform/SystemMetrics.java
endif

# The exception handling of swing beaninfo
Expand Down
31 changes: 0 additions & 31 deletions jdk/src/macosx/classes/jdk/internal/platform/SystemMetrics.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down
31 changes: 0 additions & 31 deletions jdk/src/unix/classes/jdk/internal/platform/SystemMetrics.java

This file was deleted.

0 comments on commit 1457a86

Please sign in to comment.