Skip to content

Commit

Permalink
Merge pull request #655 from ibmruntimes/openj9
Browse files Browse the repository at this point in the history
Merge jdk8u372-b06 to 0.38
  • Loading branch information
JasonFengJ9 committed Mar 24, 2023
2 parents 16b4b85 + dd50bfd commit bb6c498
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 64 deletions.
2 changes: 1 addition & 1 deletion closed/openjdk-tag.gmk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OPENJDK_TAG := jdk8u372-b05
OPENJDK_TAG := jdk8u372-b06
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 bb6c498

Please sign in to comment.