src/hotspot/os/windows/os_windows.cpp
Wed, 13 Nov 2019 08:23:23 -0500 coleenp 8233913: Remove implicit conversion from Method* to methodHandle jdk-14+23
Mon, 28 Oct 2019 11:26:00 +0100 stefank 8232651: Add implementation of os::processor_id() for Windows
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
Mon, 07 Oct 2019 13:32:44 +0100 clanger 8231885: Fix/remove malformed assert in os_windows.cpp
Tue, 01 Oct 2019 14:09:44 +0200 rschmelter 8191521: handle long relative path specified in -Xbootclasspath/a on windows
Tue, 24 Sep 2019 03:28:42 -0400 dholmes 8230395: Code checks for NULL value returned from NEW_C_HEAP_ARRAY which can not happen
Tue, 17 Sep 2019 19:09:37 -0400 dholmes 8230424: Use platform independent code for Thread.interrupt support
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, 03 Sep 2019 23:42:06 -0400 dholmes 6313903: Thread.sleep(3) might wake up immediately on windows
Tue, 20 Aug 2019 10:11:53 +0100 adinn 8224974: Implement JEP 352
Thu, 15 Aug 2019 19:29:58 +0000 bobv 8229699: [Graal] jck tests fail on windows with AOTed Graal
Fri, 02 Aug 2019 10:10:42 +0200 mbaesken 8228902: add os::dll_load to the unified logging os category
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
Mon, 24 Jun 2019 11:37:56 -0700 jcm 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
Wed, 05 Jun 2019 16:53:52 +0200 mbaesken 8224958: add os::dll_load calls to event log
Fri, 31 May 2019 15:49:12 -0700 ccheung 8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
Wed, 22 May 2019 13:06:31 +0200 stefank 8224203: Remove need to specify type when using FLAG_SET macros
Tue, 14 May 2019 20:29:40 -0400 dholmes 8223810: HotSpot compile warnings from VS2017
Wed, 24 Apr 2019 14:03:20 +0200 rwestberg 8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint
Thu, 18 Apr 2019 07:02:07 -0400 coleenp 8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
Wed, 10 Apr 2019 08:51:38 +0200 mbaesken 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
Fri, 22 Mar 2019 04:47:02 -0700 rschmelter 8220570: Additonal trace when native thread creation fails
Fri, 08 Mar 2019 11:23:30 +0100 mdoerr 8219584: Try to dump error file by thread which causes safepoint timeout
Sat, 02 Mar 2019 18:09:18 -0500 dholmes 8219619: Remove UseFakeTimers and related code
Fri, 22 Feb 2019 04:59:12 -0800 rschmelter 8219577: Returning NULL in a function which returns bools
Fri, 22 Feb 2019 09:23:37 +0100 redestad 8219247: Enable inlining of newly introduced PlatformMonitor methods
Thu, 21 Feb 2019 16:56:06 -0800 mikael 8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
Thu, 07 Feb 2019 17:23:24 -0500 bobv 8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows
Tue, 05 Feb 2019 15:12:13 -0500 pchilanomate 8210832: Remove sneaky locking in class Monitor
Thu, 17 Jan 2019 08:48:11 -0500 hseigel 8215699: -Xlog::file cannot be used with named pipe
Sun, 13 Jan 2019 16:54:01 -0500 dholmes 8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
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
Thu, 15 Nov 2018 17:55:41 -0500 dholmes 8213723: More Monitor/mutex initialization management
Tue, 02 Oct 2018 13:48:08 +0200 mbaesken 8211106: [windows] Update OS detection code to recognize Windows Server 2019
Thu, 08 Nov 2018 23:31:08 +0100 rkennke 8213199: GC abstraction for Assembler::needs_explicit_null_check()
Thu, 08 Nov 2018 11:45:13 -0800 mikael 8213436: Obsolete UseMembar
Fri, 02 Nov 2018 16:27:55 -0700 iignatyev 8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
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, 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()
Wed, 06 Jun 2018 10:45:40 -0400 coleenp 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Wed, 23 May 2018 16:26:29 +0200 mbaesken 8202427: Enhance os::print_memory_info on Windows jdk-11+15
Fri, 18 May 2018 15:56:42 -0400 coleenp 8202014: Possible to receive signal before signal semaphore created
Thu, 10 May 2018 16:39:50 -0700 ccheung 8202289: Non-empty directory in module path is not handled properly at CDS/AppCDS dump time
Thu, 03 May 2018 08:07:20 -0400 zgu 8199067: [REDO] NMT: Enhance thread stack tracking
Mon, 09 Apr 2018 10:09:38 +0200 rwestberg 8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
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
Fri, 02 Mar 2018 03:14:49 -0500 kbarrett 8198906: JDK-8196882 breaks VS2013 Win32 builds
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
Tue, 13 Feb 2018 14:38:09 +0100 stuefe 8197827: [windows] Small cleanups after JDK-8185712
Sun, 28 Jan 2018 19:49:06 -0500 mbaesken 8195857: Remove os::is_headless_jre
less more (0) -60 tip