src/hotspot/share/runtime/os.hpp
Wed, 13 Nov 2019 10:49:12 -0800 sangheki 8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
Tue, 29 Oct 2019 08:56:10 +0100 stuefe Merge stuefe-new-metaspace-branch
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, 18 Sep 2019 07:46:02 +0200 stuefe Merge stuefe-new-metaspace-branch
Tue, 17 Sep 2019 19:09:37 -0400 dholmes 8230424: Use platform independent code for Thread.interrupt support
Thu, 12 Sep 2019 15:04:00 +0200 stuefe Merge stuefe-new-metaspace-branch
Wed, 11 Sep 2019 22:09:05 -0400 dholmes 8230423: Move os::sleep to JavaThread::sleep
Wed, 11 Sep 2019 14:16:30 +0200 lkorinth 8230398: Remove NULL checks before FREE_C_HEAP_ARRAY jdk-14+14
Tue, 10 Sep 2019 09:24:05 +0200 stuefe Initial changes for new metaspace. Only tested for Linux x64. stuefe-new-metaspace-branch
Wed, 04 Sep 2019 13:07:15 +0200 stefank 8230564: Remove os_ext.hpp
Sat, 07 Sep 2019 18:48:57 -0400 dholmes 8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
Fri, 23 Aug 2019 03:06:24 -0700 afarley 8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
Tue, 20 Aug 2019 10:11:53 +0100 adinn 8224974: Implement JEP 352
Fri, 28 Jun 2019 09:49:10 -0700 ccheung 8211723: AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
Wed, 05 Jun 2019 14:01:01 -0400 dcubed 8224793: os::die() does not honor CreateCoredumpOnCrash option
Fri, 10 May 2019 10:18:16 +0200 mbaesken 8222720: Provide extended VMWare/vSphere virtualization related info in the hs_error file on linux/windows x86_64
Fri, 08 Mar 2019 11:23:30 +0100 mdoerr 8219584: Try to dump error file by thread which causes safepoint timeout
Fri, 01 Feb 2019 16:03:15 +0100 shade 8217879: hs_err should print more instructions in hex dump
Sun, 13 Jan 2019 16:54:01 -0500 dholmes 8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
Thu, 10 Jan 2019 15:13:51 -0500 coleenp 8216167: Update include guards to reflect correct directories
Fri, 04 Jan 2019 15:06:01 -0500 coleenp 8215731: Move forward class definitions out of globalDefinitions.hpp
Thu, 03 Jan 2019 13:11:35 -0500 hseigel 8215644: Clean up globalDefinitions_<compiler>.hpp
Thu, 20 Dec 2018 10:05:19 +0100 rehn 8214180: Need better granularity for sleeping
Thu, 15 Nov 2018 17:55:41 -0500 dholmes 8213723: More Monitor/mutex initialization management
Tue, 13 Nov 2018 16:49:58 -0500 dholmes 8213760: os::obsolete_option is obsolete and should be removed
Thu, 08 Nov 2018 11:45:13 -0800 mikael 8213436: Obsolete UseMembar
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
Thu, 04 Oct 2018 16:39:07 +0200 mdoerr 8210754: print_location is not reliable enough (printing register info)
Wed, 03 Oct 2018 03:41:57 -0400 dholmes 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Fri, 10 Aug 2018 09:36:01 -0400 coleenp 8164683: Solaris: JVM abuses thread preemption control
Thu, 19 Jul 2018 10:17:22 -0700 prr Merge
Wed, 18 Jul 2018 11:27:14 +0200 mdoerr 8207342: error occurred during error reporting (printing register info)
Tue, 17 Jul 2018 15:59:47 -0400 kbarrett 8202353: os::readdir should use readdir instead of readdir_r
Tue, 19 Jun 2018 09:34:41 +0200 stuefe 8203680: os::stat() on Posix platform does not need to copy input path
Mon, 21 May 2018 15:15:58 -0400 jiangli 8199807: AppCDS performs overly restrictive path matching check.
Fri, 18 May 2018 15:56:42 -0400 coleenp 8202014: Possible to receive signal before signal semaphore created
Fri, 18 May 2018 15:21:23 +0200 pliden 8203227: Introduce os::processor_id() for Linux and Solaris
Thu, 03 May 2018 15:17:27 +0200 lkorinth 8176717: GC log file handle leaked to child processes
Thu, 03 May 2018 08:07:20 -0400 zgu 8199067: [REDO] NMT: Enhance thread stack tracking
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Tue, 06 Mar 2018 17:45:31 -0500 coleenp 8199133: [BACKOUT] NMT: Enhance thread stack tracking
Thu, 01 Mar 2018 16:35:36 -0500 zgu 8191369: NMT: Enhance thread stack tracking
Tue, 27 Feb 2018 18:17:57 -0500 kbarrett 8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
Wed, 14 Feb 2018 09:03:31 -0500 coleenp 8197789: os::SuspendedThreadTask causes references to global operator delete
Sun, 11 Feb 2018 03:12:15 -0500 kbarrett 8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses
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
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Mon, 02 Oct 2017 18:56:30 -0400 dholmes 8185062: Set AssumeMP to true and deprecate the flag
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip