Sun, 21 Aug 2016 20:56:37 -0400 |
dholmes |
8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
|
file |
diff |
annotate
|
Fri, 01 Jul 2016 12:51:29 -0700 |
poonam |
8064814: Print more helpful error message when getting OOM due to low Java Heap base when running with CompressedOops
|
file |
diff |
annotate
|
Tue, 21 Jun 2016 09:19:53 +0200 |
ysuenaga |
8155730: HeapInfoDCmd should get Heap_lock
|
file |
diff |
annotate
|
Mon, 13 Jun 2016 11:48:11 +0200 |
mgronlun |
8158033: Notify_tracing() misplaced for intended purpose
|
file |
diff |
annotate
|
Thu, 28 Apr 2016 15:40:45 +0200 |
stuefe |
8155639: Remove STEP numbers from error reporting
|
file |
diff |
annotate
|
Tue, 19 Apr 2016 11:03:37 -0400 |
mockner |
8151526: Print -Xlog configuration in the hs_err_pid file
|
file |
diff |
annotate
|
Tue, 12 Apr 2016 09:53:43 +0200 |
stefank |
8153967: Remove top.hpp
|
file |
diff |
annotate
|
Sat, 12 Mar 2016 08:35:05 +0100 |
stuefe |
8148425: strerror() function is not thread-safe
|
file |
diff |
annotate
|
Thu, 25 Feb 2016 08:47:57 +0100 |
thartmann |
8150441: CompileTask::print_impl() is broken after JDK-8146905
|
file |
diff |
annotate
|
Wed, 03 Feb 2016 01:35:25 +0100 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Tue, 26 Jan 2016 09:11:58 +0100 |
thartmann |
Merge
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 21:56:42 +0300 |
vlivanov |
6985422: flush the output streams before OnError commands
|
file |
diff |
annotate
|
Wed, 27 Jan 2016 11:51:56 +0100 |
stuefe |
8146905: cleanup ostream, staticBufferStream
|
file |
diff |
annotate
|
Tue, 19 Jan 2016 18:39:23 -0800 |
amurillo |
8146653: Debug version missing in hs_err files and on internal version after Verona
|
file |
diff |
annotate
|
Wed, 09 Dec 2015 14:56:02 +0100 |
stuefe |
8144219: [posix] Remove redundant code around os::print_siginfo()
|
file |
diff |
annotate
|
Wed, 25 Nov 2015 16:33:28 +0100 |
sebastian |
8136978: Much nearly duplicated code for vmError support
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 16:50:39 -0500 |
coleenp |
8027429: Add diagnostic command VM.info to get hs_err print-out
|
file |
diff |
annotate
|
Sat, 17 Oct 2015 19:40:30 -0400 |
dlong |
Merge
|
file |
diff |
annotate
|
Fri, 09 Oct 2015 09:42:33 +0200 |
david |
8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 15:27:02 +0200 |
david |
8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
|
file |
diff |
annotate
|
Tue, 29 Sep 2015 11:02:08 +0200 |
david |
8080775: Better argument formatting for assert() and friends
|
file |
diff |
annotate
|
Fri, 16 Oct 2015 15:21:37 +0200 |
zmajo |
8139380: VMError::report_and_die() does not produce replay file
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:49:30 -1000 |
twisti |
8136421: JEP 243: Java-Level JVM Compiler Interface
|
file |
diff |
annotate
|
Mon, 24 Aug 2015 15:41:56 -0400 |
coleenp |
8133561: linux thread id should be reported in decimal in the error reports now
|
file |
diff |
annotate
|
Wed, 22 Jul 2015 00:03:45 -0400 |
coleenp |
8026324: hs_err improvement: Add summary section to hs_err file
|
file |
diff |
annotate
|
Mon, 29 Jun 2015 10:16:48 +0200 |
goetz |
8130036: Fix problems with imprecise C++ coding.
|
file |
diff |
annotate
|
Wed, 17 Jun 2015 11:30:51 -0400 |
coleenp |
8085865: hs_err improvement: Printing /proc/cpuinfo makes too long hs_err files
|
file |
diff |
annotate
|
Tue, 09 Jun 2015 10:26:25 -0400 |
coleenp |
8035074: hs_err improvement: Add time zone information in the hs_err file
|
file |
diff |
annotate
|
Thu, 21 May 2015 21:17:56 +0200 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Mon, 18 May 2015 17:09:47 +0200 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Wed, 13 May 2015 15:16:06 +0200 |
pliden |
8079792: GC directory structure cleanup
|
file |
diff |
annotate
|
Tue, 12 May 2015 20:55:40 -0400 |
dholmes |
8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
|
file |
diff |
annotate
|
Tue, 12 May 2015 13:17:54 -0700 |
ctornqvi |
8078121: Add 'CreateMinidumpOnCrash' (JDK-8074354) caused many tests failed in nightly testing
|
file |
diff |
annotate
|
Tue, 07 Apr 2015 14:19:03 +0200 |
stuefe |
8076475: Misuses of strncpy/strncat
|
file |
diff |
annotate
|
Thu, 16 Apr 2015 10:30:59 -0400 |
mockner |
8029630: Thread id should be displayed as a hex number in error report
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 17:34:28 -0700 |
minqi |
8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
|
file |
diff |
annotate
|
Mon, 30 Mar 2015 17:32:18 -0400 |
jmanson |
8074895: os::getenv is inadequate
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 19:34:50 -0400 |
dholmes |
8074552: SafeFetch32 and SafeFetchN do not work in error handling
|
file |
diff |
annotate
|
Wed, 04 Feb 2015 18:47:42 -0500 |
dholmes |
8065895: Synchronous signals during error reporting may terminate or hang VM process
|
file |
diff |
annotate
|
Mon, 17 Nov 2014 15:51:46 -0500 |
gthornbr |
8050807: Better performing performance data handling
|
file |
diff |
annotate
|
Wed, 29 Oct 2014 10:13:24 +0100 |
goetz |
8062370: Various minor code improvements
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 19:36:12 +0000 |
coleenp |
8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
|
file |
diff |
annotate
|
Wed, 24 Sep 2014 12:19:07 -0700 |
simonis |
8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
|
file |
diff |
annotate
|
Thu, 07 Aug 2014 12:18:58 -0700 |
zgu |
8046598: Scalable Native memory tracking development
|
file |
diff |
annotate
|
Fri, 18 Jul 2014 23:53:59 -0700 |
sspitsyn |
Merge
|
file |
diff |
annotate
|
Mon, 14 Jul 2014 12:43:50 +0400 |
hseigel |
8030763: Validate global memory allocation
|
file |
diff |
annotate
|
Fri, 04 Jul 2014 11:46:01 +0200 |
goetz |
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
|
file |
diff |
annotate
|
Wed, 04 Jun 2014 11:56:44 +0200 |
goetz |
8044775: Improve usage of umbrella header atomic.inline.hpp.
|
file |
diff |
annotate
|
Fri, 09 May 2014 16:50:54 -0400 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 15:17:27 +0200 |
goetz |
8042195: Introduce umbrella header orderAccess.inline.hpp.
|
file |
diff |
annotate
|
Wed, 05 Mar 2014 16:21:22 -0800 |
kvn |
8035983: Fix "Native frames:" in crash report (hs_err file)
|
file |
diff |
annotate
|
Wed, 08 Jan 2014 10:25:50 -0800 |
kvn |
8028468: Add inlining information into ciReplay
|
file |
diff |
annotate
|
Mon, 07 Oct 2013 14:11:49 +0400 |
vlivanov |
8024943: ciReplay: fails to dump replay data during safepointing
|
file |
diff |
annotate
|
Fri, 06 Sep 2013 08:42:42 -0700 |
iklam |
8022335: Native stack walk while generating hs_err does not work on Windows x64
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 14:11:40 -0700 |
kvn |
8021898: Broken JIT compiler optimization for loop unswitching
|
file |
diff |
annotate
|
Fri, 05 Jul 2013 08:26:49 +0000 |
fparain |
8016465: The hs_err file gets wrong name
|
file |
diff |
annotate
|
Mon, 01 Jul 2013 09:13:19 +0000 |
fparain |
7060111: race condition in VMError::report_and_die()
|
file |
diff |
annotate
|
Thu, 02 May 2013 18:50:05 -0700 |
kvn |
Merge
|
file |
diff |
annotate
|
Tue, 30 Apr 2013 11:56:52 -0700 |
ccheung |
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
|
file |
diff |
annotate
|
Thu, 25 Apr 2013 11:02:32 -0700 |
vlivanov |
8012260: ciReplay: Include PID into the name of replay data file
|
file |
diff |
annotate
|