hotspot/src/os/bsd/vm/os_bsd.cpp
Thu, 06 Jul 2017 01:50:26 +0200 jwilhelm 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
Wed, 05 Jul 2017 11:33:17 +0200 stefank 8183552: Move align functions to align.hpp
Tue, 04 Jul 2017 15:58:10 +0200 stefank 8178499: Remove _ptr_ and _size_ infixes from align functions
Wed, 28 Jun 2017 19:12:58 -0400 coleenp 8182848: Some functions misplaced in debug.hpp
Tue, 30 May 2017 17:14:52 -0400 dholmes 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
Thu, 23 Mar 2017 11:10:55 -0700 cjplummer 8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads
Mon, 13 Mar 2017 20:23:11 +0100 stuefe 8173848: realpath is unsafe
Fri, 09 Sep 2016 11:14:57 -0700 rdurbin 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
Tue, 23 Aug 2016 21:49:33 -0400 ctornqvi 8163146: Remove os::check_heap on Windows
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Fri, 12 Aug 2016 00:19:44 -0400 dholmes 8159461: bigapps/Kitchensink/stressExitCode hits assert: Must be VMThread or JavaThread
Wed, 13 Jul 2016 12:23:05 +0200 goetz 8161258: Simplify including platform files.
Mon, 13 Jun 2016 09:28:25 +0200 goetz 8159335: Fix problems with stack overflow handling.
Wed, 11 May 2016 01:02:28 -0400 dholmes 8154715: Missing destructor and/or TLS clearing calls for terminating threads
Mon, 11 Apr 2016 12:22:09 +0200 mlarsson 8146879: Add option for handling existing log files in UL
Thu, 07 Apr 2016 16:37:35 -0400 coleenp 8151939: VM_Version_init() print buffer is too small
Sat, 12 Mar 2016 08:35:05 +0100 stuefe 8148425: strerror() function is not thread-safe
Mon, 29 Feb 2016 08:50:57 +0100 stuefe 8150619: Improve thread based logging introduced with 8149036
Wed, 24 Feb 2016 18:06:34 +0100 stuefe 8149036: Add tracing for thread related events at os level
Wed, 10 Feb 2016 18:57:19 -0500 dholmes 8145725: Remove the WorkAroundNPTLTimedWaitHang workaround
Tue, 19 Jan 2016 05:28:34 -0800 fparain 8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS
Sun, 20 Dec 2015 10:37:23 -0500 goetz 8139864: Improve handling of stack protection zones.
Wed, 09 Dec 2015 14:56:02 +0100 stuefe 8144219: [posix] Remove redundant code around os::print_siginfo()
Mon, 14 Dec 2015 02:29:11 -0500 stuefe 8145114: const-correctness for ucontext_t* reading functions
Fri, 11 Dec 2015 09:07:07 -0800 fparain 8046936: JEP 270: Reserved Stack Areas for Critical Sections
Tue, 08 Dec 2015 11:36:16 -0800 mikael 8144881: Various fixes to linux/sparc
Fri, 04 Dec 2015 04:06:37 -0500 dholmes 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
Tue, 01 Dec 2015 21:30:34 -0500 stuefe 8143291: Remove redundant coding around os::exception_name
Wed, 25 Nov 2015 16:33:28 +0100 sebastian 8136978: Much nearly duplicated code for vmError support
Thu, 05 Nov 2015 15:05:59 +0100 goetz 8141529: Fix handling of _JAVA_SR_SIGNUM
Fri, 30 Oct 2015 00:23:07 -0400 dholmes 8129526: Solaris: clean up another remnant of interruptible I/O
Fri, 23 Oct 2015 23:06:53 +0200 coleenp Merge
Fri, 23 Oct 2015 16:48:38 -0400 coleenp 8140274: methodHandles and constantPoolHandles should be passed as const references
Wed, 21 Oct 2015 16:38:48 -0400 bobv Merge
Mon, 19 Oct 2015 13:21:37 -0400 bobv 8136556: Add the ability to perform static builds of MacOSX x64 binaries
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Mon, 03 Aug 2015 16:54:08 -0400 dholmes 8080298: Clean up os::...::supports_variable_stack_size()
Wed, 22 Jul 2015 00:03:45 -0400 coleenp 8026324: hs_err improvement: Add summary section to hs_err file
Mon, 19 Jan 2015 11:06:08 +0100 stefank 8087322: Implement a Semaphore utility class
Mon, 22 Jun 2015 19:21:04 -0400 stuefe 8078513: [linux] Clean up code relevant to LinuxThreads implementation
Wed, 17 Jun 2015 15:45:43 +0000 coleenp Merge
Wed, 17 Jun 2015 11:30:51 -0400 coleenp 8085865: hs_err improvement: Printing /proc/cpuinfo makes too long hs_err files
Tue, 16 Jun 2015 11:58:25 +0200 bdelsart 8079473: allow demangling to be optional in dll_address_to_function_name
Mon, 01 Jun 2015 14:02:59 -0700 ctornqvi 8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
Mon, 20 Apr 2015 21:32:28 -0400 dholmes 8077674: BSD build failures due to undefined macros
Wed, 15 Apr 2015 17:34:28 -0700 minqi 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
Mon, 30 Mar 2015 17:32:18 -0400 jmanson 8074895: os::getenv is inadequate
Wed, 28 Jan 2015 17:52:48 +0100 dfuchs 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
Sun, 14 Dec 2014 20:18:17 -0500 dholmes 8059586: hs_err report should treat redirected core pattern
Fri, 05 Dec 2014 16:36:07 -0800 amurillo Merge
Wed, 03 Dec 2014 14:21:14 +0000 chegar 8049367: Modular Run-Time Images
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Thu, 06 Nov 2014 01:31:31 +0000 jiangli Merge
Wed, 29 Oct 2014 10:13:24 +0100 goetz 8062370: Various minor code improvements
Wed, 05 Nov 2014 13:00:59 -0800 cjplummer 8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
Wed, 29 Oct 2014 09:19:59 -0700 dcubed 8061552: Contended Locking speedup PlatformEvent unpark bucket
Wed, 22 Oct 2014 02:31:25 -0700 fparain 8061618: Removed unused networking functions from os class
Thu, 09 Oct 2014 04:45:58 -0700 fparain 8057777: Cleanup of old and unused VM interfaces
Thu, 18 Sep 2014 19:41:50 +0200 jwilhelm Merge
Mon, 15 Sep 2014 15:28:43 +0200 jwilhelm Merge
Tue, 26 Aug 2014 11:53:24 +0200 mgerdin 8056039: Hotspot does not compile with clang 3.4 on Linux
Wed, 10 Sep 2014 17:06:36 -0700 dcubed Merge
Wed, 03 Sep 2014 14:43:49 +0200 sla 8056242: Add function to return structured information about loaded libraries.
Thu, 28 Aug 2014 10:28:21 +0200 sla 8055755: Information about loaded dynamic libraries is wrong on MacOSX
Wed, 10 Sep 2014 11:52:16 -0600 dcubed 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
Wed, 10 Sep 2014 11:48:20 -0600 dcubed 8057107: cleanup indent white space issues prior to Contended Locking reorder and cache line bucket
Thu, 07 Aug 2014 12:18:58 -0700 zgu 8046598: Scalable Native memory tracking development
Mon, 14 Jul 2014 12:43:50 +0400 hseigel 8030763: Validate global memory allocation
Tue, 08 Jul 2014 08:04:06 -0700 fparain 8047714: Fix for JDK-6546236 made Solaris os::yield() a no-op
Thu, 03 Jul 2014 11:07:51 -0700 dcubed 8047104: cleanup misc issues prior to Contended Locking reorder and cache
Thu, 26 Jun 2014 16:05:15 +0200 goetz 8048241: Introduce umbrella header os.inline.hpp and clean up includes
Wed, 25 Jun 2014 20:41:16 -0700 jmasa Merge
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Mon, 23 Jun 2014 06:58:26 -0700 fparain 8043630: Method os::yield_all() should be removed
Tue, 17 Jun 2014 12:54:01 -0700 dcubed 8046758: cleanup non-indent white space issues prior to Contended Locking cleanup bucket
Wed, 04 Jun 2014 00:25:21 +0400 iignatyev 8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Fri, 25 Apr 2014 07:40:33 +0200 sla 8040140: System.nanoTime() is slow and non-monotonic on OS X
Thu, 03 Apr 2014 06:39:26 -0400 fparain Merge
Wed, 02 Apr 2014 18:40:52 +0200 kevinw 8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
Thu, 03 Apr 2014 09:28:28 +0000 fparain 8038473: Remove support for old T1 libthread
Tue, 01 Apr 2014 03:59:01 -0700 goetz 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Fri, 14 Mar 2014 14:17:11 -0700 minqi 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
Sun, 23 Feb 2014 13:16:03 -0500 hseigel Merge
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, 20 Feb 2014 12:20:56 -0800 kvn Merge
Wed, 12 Feb 2014 09:37:18 -0800 mduigou 8030350: Enable additional compiler warnings for GCC
Wed, 19 Feb 2014 12:08:49 -0800 kvn Merge
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, 23 Jan 2014 09:06:21 +0100 sla 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Thu, 05 Sep 2013 11:04:39 -0700 kvn Merge
Fri, 26 Jul 2013 00:59:18 +0200 goetz 8020775: PPC64 (part 12): posix signal printing
Fri, 19 Jul 2013 13:32:53 -0700 kvn Merge
Thu, 27 Jun 2013 13:04:51 -0700 kvn Merge
Fri, 21 Jun 2013 15:56:24 -0700 kvn Merge
Wed, 19 Jun 2013 12:29:30 +0200 goetz 8016491: PPC64 (part 2): Clean up PPC defines.
Fri, 01 Nov 2013 08:26:54 -0700 amurillo Merge
Thu, 24 Oct 2013 20:47:18 -0400 dholmes 8025673: [macosx] Disable X11 AWT toolkit
Fri, 25 Oct 2013 09:07:58 +0200 jbachorik 8027294: Prepare hotspot for non TOD based uptime counter
Sat, 12 Oct 2013 13:09:18 -0400 hseigel 8025942: os::Bsd::available_memory() needs implementation
Thu, 03 Oct 2013 12:39:58 +0400 dsamersoff 8022616: u4 should not be used as a type for thread_id
Wed, 02 Oct 2013 20:58:44 +0400 dsamersoff 8025283: Nits in os_bsd file breaks compilation of open hotspot
Wed, 11 Sep 2013 16:25:02 +0200 tschatzl 8010722: assert: failed: heap size is too big for compressed oops
Fri, 16 Aug 2013 13:22:32 +0200 stefank 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Thu, 22 Aug 2013 11:52:27 -0400 hseigel 7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris
Wed, 21 Aug 2013 13:18:52 +0200 sla 8022808: Kitchensink hangs on macos
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
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Thu, 06 Jun 2013 11:02:25 -0700 kvn Merge
Thu, 06 Jun 2013 05:56:33 -0700 dcubed Merge
Tue, 28 May 2013 09:32:06 +0200 tschatzl 8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen
Wed, 05 Jun 2013 14:12:49 -0400 hseigel 8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread
Tue, 04 Jun 2013 22:16:15 -0700 simonis 8015252: Enable HotSpot build with Clang
Thu, 02 May 2013 18:50:05 -0700 kvn Merge
less more (0) -120 tip