src/hotspot/os/bsd/os_bsd.cpp
Mon, 25 Nov 2019 12:22:13 +0100 stefank 8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Mon, 25 Nov 2019 09:10:41 +0000 eosterlund 8234509: Race in macOS os::processor_id()
Wed, 20 Nov 2019 14:51:42 +0000 eosterlund 8234512: Missing pieces from JDK-8224816
Wed, 13 Nov 2019 10:49:12 -0800 sangheki 8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
Mon, 11 Nov 2019 12:11:34 -0500 coleenp 8232735: Convert PrintJNIResolving to Unified Logging
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Thu, 17 Oct 2019 00:00:13 +0200 redestad 8232211: Remove dead code from os.hpp|cpp
Wed, 09 Oct 2019 14:07:44 +0200 mbaesken 8232052: use string literal for format string when handling PauseAtStartupFile
Fri, 20 Sep 2019 10:28:48 +0200 mbaesken 8231171: remove remaining sun.java.launcher.pid references
Wed, 11 Sep 2019 14:16:27 +0200 lkorinth 8227168: Cleanup usage of NEW_C_HEAP_ARRAY
Tue, 20 Aug 2019 10:11:53 +0100 adinn 8224974: Implement JEP 352
Fri, 02 Aug 2019 10:10:42 +0200 mbaesken 8228902: add os::dll_load to the unified logging os category
Wed, 31 Jul 2019 00:02:01 -0400 dholmes 8227250: UserHandler contains ancient LinuxThreads code
Tue, 11 Jun 2019 10:55:17 +0200 eosterlund 8224871: os::attempt_reserve_memory_at() tries too hard
Wed, 05 Jun 2019 16:53:52 +0200 mbaesken 8224958: add os::dll_load calls to event log
Wed, 05 Jun 2019 14:01:01 -0400 dcubed 8224793: os::die() does not honor CreateCoredumpOnCrash option
Mon, 03 Jun 2019 13:35:08 +0200 eosterlund 8224816: Provide os::processor_id() implementation for Mac OS
Thu, 23 May 2019 15:15:01 +0200 mbaesken 8224221: add memprotect calls to event log
Thu, 25 Apr 2019 10:56:31 -0400 coleenp 8222811: Consolidate MutexLockerEx and MutexLocker
Tue, 26 Mar 2019 01:46:06 -0700 rschmelter 8221325: Add information about swap space to print_memory_info() on MacOS
Fri, 22 Mar 2019 04:47:02 -0700 rschmelter 8220570: Additonal trace when native thread creation fails
Wed, 13 Mar 2019 00:48:52 -0400 aoqi 8170639: [Linux] jsig is limited to a maximum of 64 signals
Fri, 22 Feb 2019 09:23:37 +0100 redestad 8219247: Enable inlining of newly introduced PlatformMonitor methods
Wed, 23 Jan 2019 21:17:51 -0500 dholmes 8194860: Cleanup Semaphore timed-wait time calculations
Sun, 13 Jan 2019 16:54:01 -0500 dholmes 8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
Fri, 04 Jan 2019 17:46:56 +0100 mbaesken 8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd
Fri, 21 Dec 2018 14:42:08 +0100 mbaesken 8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
Thu, 20 Dec 2018 10:05:19 +0100 rehn 8214180: Need better granularity for sleeping
Thu, 06 Dec 2018 09:48:33 +0100 mbaesken 8214944: replace strerror by os::strerror
Wed, 28 Nov 2018 22:29:35 -0500 dholmes 8214332: Add a flag for overriding default JNI library search path
Thu, 15 Nov 2018 17:55:41 -0500 dholmes 8213723: More Monitor/mutex initialization management
Fri, 26 Oct 2018 10:47:05 -0500 gziemski 8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS
Fri, 19 Oct 2018 09:39:29 +0200 stuefe 8212173: Thread._stack_base/_stack_size initialized too late for new threads
Tue, 09 Oct 2018 16:08:07 +0530 mchinnathamb 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
Fri, 05 Oct 2018 14:28:44 -0400 kbarrett 8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Fri, 10 Aug 2018 09:36:01 -0400 coleenp 8164683: Solaris: JVM abuses thread preemption control
Tue, 17 Jul 2018 15:59:47 -0400 kbarrett 8202353: os::readdir should use readdir instead of readdir_r
Tue, 10 Jul 2018 19:04:13 -0700 ccheung 8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
Tue, 03 Jul 2018 15:08:01 -0400 coleenp 8134538: Duplicate implementations of os::lasterror
Tue, 19 Jun 2018 09:34:41 +0200 stuefe 8203680: os::stat() on Posix platform does not need to copy input path
Wed, 06 Jun 2018 10:45:40 -0400 coleenp 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Fri, 18 May 2018 15:56:42 -0400 coleenp 8202014: Possible to receive signal before signal semaphore created
Fri, 18 May 2018 08:47:42 -0400 coleenp 8134537: Much nearly duplicated code for sun.misc.Signal support
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Mon, 05 Feb 2018 13:23:26 -0500 zgu 8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
Sun, 28 Jan 2018 19:49:06 -0500 mbaesken 8195857: Remove os::is_headless_jre
Thu, 11 Jan 2018 18:42:36 -0500 coleenp 8130039: Move the platform-specific [OS]Semaphore code
Wed, 29 Nov 2017 17:03:10 -0800 kkharbas 8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
Mon, 20 Nov 2017 15:56:32 -0500 dholmes 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
Wed, 15 Nov 2017 10:34:17 -0500 bobv 8146115: Improve docker container detection and resource configuration usage
Thu, 31 Aug 2017 10:00:28 +0200 rehn 8189941: Implementation JEP 312: Thread-local handshake
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Mon, 25 Sep 2017 21:25:46 -0400 mgerdin 8187040: ThreadCritical crashes on Solaris if used between os::init and os::init_2
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip