Thu, 17 Oct 2019 00:00:13 +0200 |
redestad |
8232211: Remove dead code from os.hpp|cpp
|
file |
diff |
annotate
|
Wed, 09 Oct 2019 14:07:44 +0200 |
mbaesken |
8232052: use string literal for format string when handling PauseAtStartupFile
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 13:32:44 +0100 |
clanger |
8231885: Fix/remove malformed assert in os_windows.cpp
|
file |
diff |
annotate
|
Tue, 01 Oct 2019 14:09:44 +0200 |
rschmelter |
8191521: handle long relative path specified in -Xbootclasspath/a on windows
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 17 Sep 2019 19:09:37 -0400 |
dholmes |
8230424: Use platform independent code for Thread.interrupt support
|
file |
diff |
annotate
|
Wed, 11 Sep 2019 22:09:05 -0400 |
dholmes |
8230423: Move os::sleep to JavaThread::sleep
|
file |
diff |
annotate
|
Wed, 11 Sep 2019 14:16:30 +0200 |
lkorinth |
8230398: Remove NULL checks before FREE_C_HEAP_ARRAY
jdk-14+14
|
file |
diff |
annotate
|
Tue, 03 Sep 2019 23:42:06 -0400 |
dholmes |
6313903: Thread.sleep(3) might wake up immediately on windows
|
file |
diff |
annotate
|
Tue, 20 Aug 2019 10:11:53 +0100 |
adinn |
8224974: Implement JEP 352
|
file |
diff |
annotate
|
Thu, 15 Aug 2019 19:29:58 +0000 |
bobv |
8229699: [Graal] jck tests fail on windows with AOTed Graal
|
file |
diff |
annotate
|
Fri, 02 Aug 2019 10:10:42 +0200 |
mbaesken |
8228902: add os::dll_load to the unified logging os category
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 24 Jun 2019 11:37:56 -0700 |
jcm |
8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
|
file |
diff |
annotate
|
Wed, 05 Jun 2019 16:53:52 +0200 |
mbaesken |
8224958: add os::dll_load calls to event log
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 22 May 2019 13:06:31 +0200 |
stefank |
8224203: Remove need to specify type when using FLAG_SET macros
|
file |
diff |
annotate
|
Tue, 14 May 2019 20:29:40 -0400 |
dholmes |
8223810: HotSpot compile warnings from VS2017
|
file |
diff |
annotate
|
Wed, 24 Apr 2019 14:03:20 +0200 |
rwestberg |
8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint
|
file |
diff |
annotate
|
Thu, 18 Apr 2019 07:02:07 -0400 |
coleenp |
8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 22 Mar 2019 04:47:02 -0700 |
rschmelter |
8220570: Additonal trace when native thread creation fails
|
file |
diff |
annotate
|
Fri, 08 Mar 2019 11:23:30 +0100 |
mdoerr |
8219584: Try to dump error file by thread which causes safepoint timeout
|
file |
diff |
annotate
|
Sat, 02 Mar 2019 18:09:18 -0500 |
dholmes |
8219619: Remove UseFakeTimers and related code
|
file |
diff |
annotate
|
Fri, 22 Feb 2019 04:59:12 -0800 |
rschmelter |
8219577: Returning NULL in a function which returns bools
|
file |
diff |
annotate
|
Fri, 22 Feb 2019 09:23:37 +0100 |
redestad |
8219247: Enable inlining of newly introduced PlatformMonitor methods
|
file |
diff |
annotate
|
Thu, 21 Feb 2019 16:56:06 -0800 |
mikael |
8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
|
file |
diff |
annotate
|
Thu, 07 Feb 2019 17:23:24 -0500 |
bobv |
8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows
|
file |
diff |
annotate
|
Tue, 05 Feb 2019 15:12:13 -0500 |
pchilanomate |
8210832: Remove sneaky locking in class Monitor
|
file |
diff |
annotate
|
Thu, 17 Jan 2019 08:48:11 -0500 |
hseigel |
8215699: -Xlog::file cannot be used with named pipe
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 16:54:01 -0500 |
dholmes |
8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
|
file |
diff |
annotate
|
Thu, 20 Dec 2018 10:05:19 +0100 |
rehn |
8214180: Need better granularity for sleeping
|
file |
diff |
annotate
|
Thu, 06 Dec 2018 09:48:33 +0100 |
mbaesken |
8214944: replace strerror by os::strerror
|
file |
diff |
annotate
|
Thu, 15 Nov 2018 17:55:41 -0500 |
dholmes |
8213723: More Monitor/mutex initialization management
|
file |
diff |
annotate
|
Tue, 02 Oct 2018 13:48:08 +0200 |
mbaesken |
8211106: [windows] Update OS detection code to recognize Windows Server 2019
|
file |
diff |
annotate
|
Thu, 08 Nov 2018 23:31:08 +0100 |
rkennke |
8213199: GC abstraction for Assembler::needs_explicit_null_check()
|
file |
diff |
annotate
|
Thu, 08 Nov 2018 11:45:13 -0800 |
mikael |
8213436: Obsolete UseMembar
|
file |
diff |
annotate
|
Fri, 02 Nov 2018 16:27:55 -0700 |
iignatyev |
8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
|
file |
diff |
annotate
|
Fri, 19 Oct 2018 09:39:29 +0200 |
stuefe |
8212173: Thread._stack_base/_stack_size initialized too late for new threads
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 16:08:07 +0530 |
mchinnathamb |
8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 09:36:01 -0400 |
coleenp |
8164683: Solaris: JVM abuses thread preemption control
|
file |
diff |
annotate
|
Tue, 17 Jul 2018 15:59:47 -0400 |
kbarrett |
8202353: os::readdir should use readdir instead of readdir_r
|
file |
diff |
annotate
|
Tue, 10 Jul 2018 19:04:13 -0700 |
ccheung |
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
|
file |
diff |
annotate
|
Wed, 06 Jun 2018 10:45:40 -0400 |
coleenp |
8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
|
file |
diff |
annotate
|
Wed, 23 May 2018 16:26:29 +0200 |
mbaesken |
8202427: Enhance os::print_memory_info on Windows
jdk-11+15
|
file |
diff |
annotate
|
Fri, 18 May 2018 15:56:42 -0400 |
coleenp |
8202014: Possible to receive signal before signal semaphore created
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 03 May 2018 08:07:20 -0400 |
zgu |
8199067: [REDO] NMT: Enhance thread stack tracking
|
file |
diff |
annotate
|
Mon, 09 Apr 2018 10:09:38 +0200 |
rwestberg |
8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
|
file |
diff |
annotate
|
Fri, 16 Mar 2018 09:12:13 -0400 |
coleenp |
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
|
file |
diff |
annotate
|
Tue, 06 Mar 2018 17:45:31 -0500 |
coleenp |
8199133: [BACKOUT] NMT: Enhance thread stack tracking
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 03:14:49 -0500 |
kbarrett |
8198906: JDK-8196882 breaks VS2013 Win32 builds
|
file |
diff |
annotate
|
Thu, 01 Mar 2018 16:35:36 -0500 |
zgu |
8191369: NMT: Enhance thread stack tracking
|
file |
diff |
annotate
|
Tue, 27 Feb 2018 18:17:57 -0500 |
kbarrett |
8196882: VS2017 Hotspot Defined vsnprintf Function Causes C2084 Already Defined Compilation Error
|
file |
diff |
annotate
|
Tue, 13 Feb 2018 14:38:09 +0100 |
stuefe |
8197827: [windows] Small cleanups after JDK-8185712
|
file |
diff |
annotate
|
Sun, 28 Jan 2018 19:49:06 -0500 |
mbaesken |
8195857: Remove os::is_headless_jre
|
file |
diff |
annotate
|
Thu, 11 Jan 2018 18:42:36 -0500 |
coleenp |
8130039: Move the platform-specific [OS]Semaphore code
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 22:47:38 -0800 |
ccheung |
8192927: os::dir_is_empty is incorrect on Windows
|
file |
diff |
annotate
|
Wed, 29 Nov 2017 17:03:10 -0800 |
kkharbas |
8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
|
file |
diff |
annotate
|
Wed, 22 Nov 2017 17:54:50 -0800 |
dcubed |
8167108: inconsistent handling of SR_lock can lead to crashes
|
file |
diff |
annotate
|
Tue, 21 Nov 2017 09:49:52 -0800 |
ccheung |
8188122: Path length limits on Windows leads to obscure class loading failures
|
file |
diff |
annotate
|
Wed, 15 Nov 2017 10:34:17 -0500 |
bobv |
8146115: Improve docker container detection and resource configuration usage
|
file |
diff |
annotate
|
Wed, 15 Nov 2017 00:49:57 -0800 |
jcm |
6415680: (bf) MappedByteBuffer.get() can provoke crash with EXCEPTION_IN_PAGE_ERROR
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 10:00:28 +0200 |
rehn |
8189941: Implementation JEP 312: Thread-local handshake
|
file |
diff |
annotate
|
Tue, 31 Oct 2017 11:55:09 -0400 |
coleenp |
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
|
file |
diff |
annotate
|
Wed, 20 Sep 2017 15:12:11 +0200 |
goetz |
8185712: [windows] Improve native symbol decoder
|
file |
diff |
annotate
|
Tue, 26 Sep 2017 14:05:27 +0200 |
eosterlund |
8186838: Generalize Atomic::inc/dec with templates
|
file |
diff |
annotate
|
Tue, 12 Sep 2017 19:03:39 +0200 |
erikj |
8187443: Forest Consolidation: Move files to unified layout
|
file |
diff |
annotate
| base
|