< prev index next >

src/hotspot/os/posix/os_posix.hpp

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2020, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -170,12 +170,10 @@
   static volatile intptr_t _crash_mux;
   void restore();
   sigjmp_buf _jmpbuf;
 };
 
-#ifndef SOLARIS
-
 /*
  * This is the platform-specific implementation underpinning
  * the ParkEvent class, which itself underpins Java-level monitor
  * operations. See park.hpp for details.
  * These event objects are type-stable and immortal - we never delete them.

@@ -334,8 +332,6 @@
   int wait(jlong millis);
   void notify();
   void notify_all();
 };
 
-#endif // !SOLARIS
-
 #endif // OS_POSIX_OS_POSIX_HPP
< prev index next >