[jdk13u-dev] RFR: 8234779: Provide idiom for declaring classes noncopyable
Yuri Nesterenko
yan at openjdk.java.net
Mon Mar 22 10:10:46 UTC 2021
On Mon, 22 Mar 2021 09:42:55 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> I'd like to backport JDK-8234779 to jdk13u for parity with jdk11u.
> The original patch applied not cleanly.
>
> The merge was required for the following 6 files:
> 1) due to the context changes in the includes of headers part:
> src/hotspot/share/utilities/bitMap.hpp
> src/hotspot/share/gc/z/zList.hpp
> 2) due to no definition of such a class (PlatformMutex):
> src/hotspot/os/windows/os_windows.hpp
> src/hotspot/os/solaris/os_solaris.hpp
> src/hotspot/os/posix/os_posix.hpp
> 3) due to the context changes:
> src/hotspot/share/gc/shared/ptrQueue.hpp
>
> All regular tests passed.
Marked as reviewed by yan (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk13u-dev/pull/158
More information about the jdk-updates-dev
mailing list