hotspot/src/os/posix/vm/os_posix.cpp
Wed, 05 Jul 2017 11:33:17 +0200 stefank 8183552: Move align functions to align.hpp
Mon, 24 Apr 2017 09:14:09 +0200 stefank 8178501: Replace usages of align macros with calls to the align inline functions
Thu, 13 Apr 2017 09:57:51 +0200 stefank 8178500: Replace usages of round_to and round_down with align_up and align_down
Tue, 04 Jul 2017 15:58:10 +0200 stefank 8178499: Remove _ptr_ and _size_ infixes from align functions
Wed, 12 Apr 2017 17:53:18 +0200 stefank 8178489: Make align functions more type safe and consistent
Tue, 13 Jun 2017 08:09:17 +0200 stuefe 8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set
Tue, 30 May 2017 15:41:23 -0700 mikael 8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info
Tue, 30 May 2017 17:14:52 -0400 dholmes 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
Thu, 11 May 2017 08:40:32 -0700 mikael 8180039: Use more portable print format/arguments for rlim_t
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
Mon, 19 Dec 2016 15:48:57 -0800 goetz 8170655: [posix] Fix minimum stack size computations
Tue, 08 Nov 2016 16:30:36 +0100 goetz 8169373: Work around linux NPTL stack guard error.
Fri, 21 Oct 2016 10:18:11 +0200 mlarsson 8166117: Add UTC timestamp decorator for UL
Fri, 09 Sep 2016 11:14:57 -0700 rdurbin 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
Mon, 15 Aug 2016 13:13:48 -0700 cjplummer 8133747: NMT includes an extra stack frame due to assumption NMT is making on tail calls being used
Wed, 13 Jul 2016 12:23:05 +0200 goetz 8161258: Simplify including platform files.
Mon, 09 May 2016 15:46:12 +0200 mlarsson 8145934: Make ttyLocker equivalent for Unified Logging framework
Mon, 09 May 2016 14:15:39 +0300 iignatyev 8149591: Prepare hotspot for GTest
Fri, 22 Apr 2016 14:57:18 +0200 goetz 8154921: Fix aix after "8146879: Add option for handling existing log files in UL"
Mon, 11 Apr 2016 12:22:09 +0200 mlarsson 8146879: Add option for handling existing log files in UL
Sat, 12 Mar 2016 08:35:05 +0100 stuefe 8148425: strerror() function is not thread-safe
Mon, 07 Mar 2016 20:58:09 +0300 dsamersoff 8147456: Parsing of argument for -agentpath can write outside of allocated memory
Wed, 24 Feb 2016 18:06:34 +0100 stuefe 8149036: Add tracing for thread related events at os level
Wed, 17 Feb 2016 11:11:47 +0100 mlarsson 8148219: Add decorator hostname to UL
Thu, 07 Jan 2016 21:10:28 +0000 jprovino Merge
Wed, 09 Dec 2015 14:56:02 +0100 stuefe 8144219: [posix] Remove redundant code around os::print_siginfo()
Mon, 21 Dec 2015 16:58:29 +0000 aph 8145096: Undefined behaviour in HotSpot
Mon, 14 Dec 2015 02:29:11 -0500 stuefe 8145114: const-correctness for ucontext_t* reading functions
Thu, 10 Dec 2015 08:50:36 +0100 david 8145073: Filename and linenumber are not printed for asserts any more.
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
Wed, 18 Nov 2015 09:32:52 -0800 gthornbr 8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
Wed, 04 Nov 2015 17:18:59 -0500 rprotacio 8138916: Logging write function does not allow for long enough messages
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
Thu, 23 Jul 2015 16:29:48 +0200 simonis 8132232: Signature mismatch between declaration and definition of PosixSemaphore::timedwait
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
Wed, 15 Apr 2015 17:34:28 -0700 minqi 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
Sun, 14 Dec 2014 20:18:17 -0500 dholmes 8059586: hs_err report should treat redirected core pattern
Fri, 12 Dec 2014 13:19:33 -0500 coleenp 8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*)
Wed, 29 Oct 2014 10:13:24 +0100 goetz 8062370: Various minor code improvements
Mon, 08 Sep 2014 22:48:09 -0700 minqi 8056930: Output host info under some condition for core dump
Thu, 07 Aug 2014 12:18:58 -0700 zgu 8046598: Scalable Native memory tracking development
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
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
Wed, 19 Feb 2014 12:08:49 -0800 kvn Merge
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
Thu, 22 Aug 2013 09:39:54 -0700 goetz 8023033: PPC64 (part 13): basic changes for AIX
Fri, 26 Jul 2013 00:59:18 +0200 goetz 8020775: PPC64 (part 12): posix signal printing
Fri, 30 Aug 2013 07:04:42 -0700 dcubed Merge
Fri, 23 Aug 2013 20:33:02 -0400 bpittore 8014135: The JVMTI specification does not conform to recent changes in JNI specification
Thu, 29 Aug 2013 11:05:55 +0200 sla 8023720: (hotspot) setjmp/longjmp changes the process signal mask on OS X
Wed, 17 Jul 2013 13:48:15 +0200 rbackman 8020701: Avoid crashes in WatcherThread
Thu, 25 Apr 2013 11:02:32 -0700 vlivanov 8012260: ciReplay: Include PID into the name of replay data file
Wed, 27 Mar 2013 19:21:18 +0100 tschatzl 7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM
less more (0) -60 tip