Skip to content

Commit 607061d

Browse files
committed
fixup! svm/libcontainer: import from JDK 23+25
1 parent ad8472d commit 607061d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

substratevm/src/com.oracle.svm.native.libcontainer/src/hotspot/os/linux/os_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 1999, 2024, Oracle and/or its affiliates. All rights reserved.
3-
* Copyright (c) 2015, 2024 SAP SE. All rights reserved.
3+
* Copyright (c) 2015, 2024, SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it

substratevm/src/com.oracle.svm.native.libcontainer/src/hotspot/share/utilities/globalDefinitions.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
*
55
* This code is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License version 2 only, as
7+
* published by the Free Software Foundation. Oracle designates this
8+
* particular file as subject to the "Classpath" exception as provided
9+
* by Oracle in the LICENSE file that accompanied this code.
710
* published by the Free Software Foundation.
811
*
912
* This code is distributed in the hope that it will be useful, but WITHOUT
@@ -19,7 +22,6 @@
1922
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2023
* or visit www.oracle.com if you need additional information or have any
2124
* questions.
22-
*
2325
*/
2426

2527
#ifndef SHARE_UTILITIES_GLOBALDEFINITIONS_HPP

0 commit comments

Comments
 (0)