Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ jdk13u-dev Public archive

Commit

Permalink
8263996: Fix build on 13u after JDK-8234779 backport
Browse files Browse the repository at this point in the history
Reviewed-by: yan
  • Loading branch information
Olga Mikhaltsova authored and Yuri Nesterenko committed Mar 22, 2021
1 parent 3186873 commit c37cdb3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/os/posix/os_posix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ class PlatformMonitor : public CHeapObj<mtSynchronizer> {

#endif // PLATFORM_MONITOR_IMPL_INDIRECT

private:
NONCOPYABLE(PlatformMonitor);

public:
void lock();
void unlock();
Expand Down
2 changes: 0 additions & 2 deletions src/hotspot/os/solaris/os_solaris.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ class PlatformMonitor : public CHeapObj<mtSynchronizer> {
mutex_t _mutex; // Native mutex for locking
cond_t _cond; // Native condition variable for blocking

NONCOPYABLE(PlatformMonitor);

public:
PlatformMonitor();
~PlatformMonitor();
Expand Down
2 changes: 0 additions & 2 deletions src/hotspot/os/windows/os_windows.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ class PlatformMonitor : public CHeapObj<mtSynchronizer> {
CRITICAL_SECTION _mutex; // Native mutex for locking
CONDITION_VARIABLE _cond; // Native condition variable for blocking

NONCOPYABLE(PlatformMonitor);

public:
PlatformMonitor();
~PlatformMonitor();
Expand Down

1 comment on commit c37cdb3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.