log src/os/windows/vm/os_windows.cpp @ 17595:3eed8712d410

age author description
Wed, 15 Oct 2014 12:09:28 +0200 Gilles Duboscq Merge with jdk8u11-b12
Thu, 13 Feb 2014 11:28:17 -0500 hseigel 8030763: Validate global memory allocation
Tue, 12 Aug 2014 01:34:02 +0200 Christian Humer Fixed compile error in os_windows.cpp.
Thu, 07 Aug 2014 11:06:09 -0700 Tom Rodriguez Dump disassembly in crash log
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Tue, 18 Mar 2014 20:19:10 -0700 twisti Merged with jdk9/dev/hotspot changeset 9486a41de3b7
Wed, 26 Feb 2014 15:20:41 -0800 minqi 6498581: ThreadInterruptTest3 produces wrong output on Windows
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Wed, 19 Feb 2014 16:22:15 +0000 fparain 6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler
Thu, 30 Jan 2014 14:12:22 -0800 rdurbin 8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
Fri, 24 Jan 2014 09:28:47 +0100 dsimms 8028280: ParkEvent leak when running modified runThese which only loads classes
Thu, 09 Jan 2014 14:06:53 -0500 zgu 7012961: runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01 crashes on windows-amd64
Fri, 11 Oct 2013 15:41:33 +0200 Gilles Duboscq Reduce HotSpot diff and fix previous merge
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Thu, 19 Sep 2013 09:34:20 +0200 tschatzl Merge
Wed, 11 Sep 2013 16:25:02 +0200 tschatzl 8010722: assert: failed: heap size is too big for compressed oops
Wed, 11 Sep 2013 10:14:32 +0200 tschatzl 8016825: Large pages for the heap broken on Windows for compressed oops
Wed, 11 Sep 2013 20:03:34 -0400 bpittore 8024007: Misc. cleanup of static agent code
Thu, 29 Aug 2013 00:22:13 -0400 dholmes Merge
Fri, 23 Aug 2013 20:33:02 -0400 bpittore 8014135: The JVMTI specification does not conform to recent changes in JNI specification
Fri, 16 Aug 2013 13:22:32 +0200 stefank 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Thu, 10 Oct 2013 14:20:04 +0200 Gilles Duboscq Merge hs25-b46
Fri, 09 Aug 2013 09:51:21 -0700 mikael 8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2
Wed, 31 Jul 2013 11:00:54 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Thu, 18 Jul 2013 12:35:55 -0700 dcubed Merge
Wed, 17 Jul 2013 13:48:15 +0200 rbackman 8020701: Avoid crashes in WatcherThread
Mon, 15 Jul 2013 12:24:32 -0400 clucasius Merge
Thu, 20 Jun 2013 15:02:05 +0200 goetz 8016697: Use stubs to implement safefetch
Thu, 04 Jul 2013 21:10:17 -0700 dcubed 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
Tue, 18 Jun 2013 08:44:08 -0400 zgu 8013651: NMT: reserve/release sequence id's in incorrect order due to race
Thu, 13 Jun 2013 11:16:38 -0700 dcubed 8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Tue, 28 May 2013 09:32:06 +0200 tschatzl 8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen
Tue, 28 May 2013 15:08:57 +0200 ctornqvi 8015329: Print reason for failed MiniDumpWriteDump() call
Tue, 14 May 2013 09:41:12 -0700 minqi 8012902: remove use of global operator new - take 2
Fri, 26 Apr 2013 10:52:26 -0700 bharadwaj Merge
Thu, 25 Apr 2013 11:02:32 -0700 vlivanov 8012260: ciReplay: Include PID into the name of replay data file
Sun, 21 Apr 2013 21:05:02 -0700 dcubed Merge
Sun, 21 Apr 2013 20:41:04 -0700 dcubed 8012907: anti-delta fix for 8010992
Fri, 19 Apr 2013 16:51:27 -0700 dcubed Merge
Fri, 19 Apr 2013 11:08:52 -0700 minqi 8010992: Remove calls to global ::operator new[] and new
Tue, 14 May 2013 15:44:18 +0200 Christian Haeubl Windows-specific idiv/ldiv fix.
Mon, 22 Apr 2013 17:06:06 +0200 Christian Haeubl fixed ldiv underflow handling on windows
Tue, 16 Apr 2013 17:39:46 +0200 Gilles Duboscq Merge with hsx/hotspot-comp
Fri, 12 Apr 2013 15:53:30 -0700 drchase 7104565: trim jprt build targets
Fri, 12 Apr 2013 14:05:42 +0200 Gilles Duboscq Merge
Fri, 05 Apr 2013 10:38:08 -0700 dcubed Merge
Wed, 03 Apr 2013 16:43:09 -0700 ccheung 8006103: [parfait] Possible null pointer dereference at hotspot/src/os/linux/vm/os_linux.cpp; os_windows.cpp; os_solaris.cpp; os_bsd.cpp
Sat, 06 Apr 2013 20:04:06 +0200 Gilles Duboscq Merge with hsx25
Thu, 04 Apr 2013 17:01:34 -0700 bharadwaj Merge
Tue, 02 Apr 2013 09:30:07 +0200 neliasso 7034299: Faulty winsock initialization code
Wed, 27 Mar 2013 19:21:18 +0100 tschatzl 7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM
Thu, 07 Mar 2013 14:06:44 -0500 zgu 8008257: NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
Tue, 05 Mar 2013 23:44:54 +0100 Thomas Wuerthinger Merge.
Wed, 13 Feb 2013 11:23:46 +0100 mgronlun 8007312: null check signal semaphore in os::signal_notify windows
Fri, 25 Jan 2013 16:50:33 -0800 morris 6518907: cleanup IA64 specific code in Hotspot
Mon, 04 Feb 2013 17:29:13 +0100 Christian Haeubl fixed signal handler for long underflow on windows
Thu, 31 Jan 2013 15:42:25 +0100 Thomas Wuerthinger Merge with hsx25/hotspot.
Tue, 22 Jan 2013 11:54:16 -0800 zgu Merge
Tue, 22 Jan 2013 14:27:41 -0500 zgu 6871190: Don't terminate JVM if it is running in a non-interactive session
Tue, 22 Jan 2013 05:56:42 -0800 dcubed 8004902: correctness fixes motivated by contended locking work (6607129)
Thu, 17 Jan 2013 10:25:16 -0500 hseigel 7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems.
Wed, 16 Jan 2013 01:34:24 +0100 Thomas Wuerthinger Merge with hs25-b15.
Mon, 24 Dec 2012 11:46:38 -0800 minqi Merge
Wed, 19 Dec 2012 10:35:08 -0800 dcubed 8005044: remove crufty '_g' support from HS runtime code
Mon, 17 Dec 2012 08:49:20 +0100 brutisso 7173959: Jvm crashed during coherence exabus (tmb) testing
Fri, 14 Dec 2012 14:35:13 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Fri, 07 Dec 2012 01:09:03 -0800 roland Merge
Fri, 30 Nov 2012 15:23:16 -0800 twisti 8003240: x86: move MacroAssembler into separate file
Tue, 27 Nov 2012 14:20:21 +0100 stefank 8003935: Simplify the needed includes for using Thread::current()
Mon, 19 Nov 2012 15:36:13 +0100 Gilles Duboscq Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 07 Nov 2012 17:53:02 -0500 bpittore 8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
Mon, 12 Nov 2012 23:14:12 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
Thu, 25 Oct 2012 16:33:15 -0400 coleenp 7188234: Deprecate VM command line options
Thu, 04 Oct 2012 06:31:07 -0700 neliasso 8000102: Resolve include conflicts
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Wed, 06 Jun 2012 05:21:56 +0200 mikael 7170275: os::print_os_info needs to know about Windows 8
Thu, 10 May 2012 15:44:19 +0200 nloodin 7165755: OS Information much longer on linux than other platforms
Tue, 24 Apr 2012 12:15:32 -0700 twisti 7157695: Add windows implementation of socket interface
Mon, 27 Feb 2012 09:17:44 +0100 roland 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
Mon, 27 Feb 2012 21:43:51 +0100 Thomas Wuerthinger More diff vs hsx24 optimizations.
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Fri, 03 Feb 2012 12:08:55 -0800 jcoomes Merge
Wed, 01 Feb 2012 07:59:01 -0800 never 7141200: log some interesting information in ring buffers for crashes
Thu, 26 Jan 2012 20:06:06 -0500 phh 7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11
Tue, 17 Jan 2012 13:08:52 -0500 zgu 7071311: Decoder enhancement
Fri, 06 Jan 2012 16:18:29 -0800 dcubed Merge
Tue, 03 Jan 2012 15:11:31 -0500 phh 7126185: Clean up lasterror handling, add os::get_last_error()
Tue, 27 Dec 2011 16:43:49 -0800 iveresov 7124829: NUMA: memory leak on Linux with large pages
Thu, 22 Dec 2011 12:01:46 -0500 vladidan Merge
Wed, 21 Dec 2011 15:48:16 -0500 phh 7091417: recvfrom's 6th input should be of type socklen_t
Mon, 19 Dec 2011 10:02:05 -0800 johnc 7117303: VM uses non-monotonic time source and complains that it is non-monotonic
Thu, 23 Feb 2012 23:06:28 +0100 Thomas Wuerthinger Fixed two asserts in the implicit div exception handling for Windows that are not valid for Graal (as it deoptimizes to some place before the div instead of exactly to the div bytecode).
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Thu, 13 Oct 2011 09:35:42 -0700 dcubed 7098194: integrate macosx-port changes
Tue, 13 Sep 2011 16:58:35 -0700 iveresov 7090069: Java launcher hangs in infinite loop on windows when UseNUMA[Interleaving] is specified
Wed, 07 Sep 2011 18:58:33 -0700 iveresov 7086226: UseNUMA fails on old versions of windows
Thu, 25 Aug 2011 02:57:46 -0700 iveresov 7082969: NUMA interleaving
Tue, 12 Jul 2011 21:13:53 -0400 zgu 7065535: Mistyped function name that disabled UseLargePages on Windows
Fri, 15 Apr 2011 09:34:43 -0400 zgu 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
Wed, 06 Jul 2011 13:02:54 -0700 jcoomes 7061225: os::print_cpu_info() should support os-specific data
Mon, 21 Nov 2011 14:23:14 +0100 Thomas Wuerthinger Relaxed div/rem code assertions, jtt passes with debug vm.
Mon, 21 Nov 2011 14:12:10 +0100 Thomas Wuerthinger Relaxed idiv exception handler assert.
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Tue, 24 May 2011 11:09:39 -0700 asaha Merge
Wed, 04 May 2011 16:38:05 -0700 asaha Merge
Fri, 15 Apr 2011 09:34:43 -0400 zgu 7016797: Hotspot: securely/restrictive load dlls and new API for loading system dlls
Fri, 29 Apr 2011 12:39:32 -0700 iveresov 7040485: Use transparent huge page on linux by default
Thu, 14 Apr 2011 11:50:36 -0400 zgu 7033100: CreateMinidumpOnCrash does not work for failed asserts
Wed, 22 Jun 2011 21:51:26 +0200 Thomas Wuerthinger Make sure that the compiler is initialized at startup (and not on the first compiled method).
Mon, 21 Mar 2011 22:16:19 -0400 dholmes 6535709: interrupt of wait()ing thread isn't triggerring InterruptedException - test intwait3
Wed, 02 Mar 2011 09:41:26 +0100 sla 7023323: Build failure on VS2003: IsDebuggerPresent not found
Mon, 28 Feb 2011 14:19:52 +0100 sla 7022037: Pause when exiting if debugger is attached on windows
Thu, 10 Feb 2011 12:55:56 +0100 ctornqvi 7018366: hotspot/runtime_erro Fix for 7014918 does not build using MVC 2003
Wed, 09 Feb 2011 11:08:10 +0100 ctornqvi 7014918: Improve core/minidump handling in Hotspot
Wed, 12 Jan 2011 13:59:18 -0800 coleenp 7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined
Wed, 22 Dec 2010 11:52:12 -0500 zgu Merge