hotspot/src/share/vm/memory/allocation.cpp
Wed, 02 Aug 2017 18:06:38 -0700 iklam 8072061: Automatically determine optimal sizes for the CDS regions
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Mon, 09 May 2016 14:15:39 +0300 iignatyev 8149591: Prepare hotspot for GTest
Fri, 11 Mar 2016 16:39:38 +0100 simonis 8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
Fri, 04 Dec 2015 04:06:37 -0500 dholmes 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
Thu, 22 Oct 2015 13:07:10 -0400 goetz 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Wed, 24 Jun 2015 12:12:25 -0400 bpittore 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Mon, 16 Feb 2015 14:07:36 +0100 goetz 8073315: Enable gcc -Wtype-limits and fix upcoming issues.
Tue, 10 Feb 2015 15:10:47 -0500 coleenp 8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size
Wed, 03 Dec 2014 20:32:33 -0800 minqi Merge
Fri, 14 Nov 2014 09:47:09 +0100 stefank 8064811: Use THREAD instead of CHECK_NULL in return statements
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Mon, 22 Sep 2014 14:19:11 -0400 drchase 8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..."
Thu, 07 Aug 2014 12:18:58 -0700 zgu 8046598: Scalable Native memory tracking development
Thu, 26 Jun 2014 16:05:15 +0200 goetz 8048241: Introduce umbrella header os.inline.hpp and clean up includes
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Wed, 28 May 2014 06:26:05 -0700 poonam 8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5
Thu, 15 May 2014 18:23:26 -0400 coleenp 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
Mon, 12 May 2014 15:50:20 +0000 lfoltan Merge
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Mon, 12 May 2014 09:59:56 -0400 simonis 8039805: Fix the signature of the global new/delete operators in allocation.cpp.
Mon, 17 Mar 2014 13:39:17 -0400 zgu 8025550: valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes()
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Fri, 10 Jan 2014 12:54:08 -0800 morris Merge
Tue, 07 Jan 2014 13:26:56 -0500 coleenp 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Wed, 08 Jan 2014 10:25:50 -0800 kvn 8028468: Add inlining information into ciReplay
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Thu, 22 Aug 2013 09:39:54 -0700 goetz 8023033: PPC64 (part 13): basic changes for AIX
Thu, 29 Aug 2013 18:56:29 -0400 coleenp 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced
Mon, 08 Jul 2013 10:58:48 -0700 iklam 8016903: Thread::_handle_area initial size too big
Fri, 28 Jun 2013 02:25:07 -0700 amurillo Merge
Mon, 17 Jun 2013 11:17:49 +0100 chegar Merge
Thu, 23 May 2013 12:44:18 +0100 chegar Merge
Wed, 08 May 2013 15:25:08 +0100 chegar Merge
Wed, 01 May 2013 14:11:01 +0100 chegar Merge
Thu, 07 Mar 2013 11:49:38 -0500 hseigel 7158805: Better rewriting of nested subroutine calls
Mon, 24 Jun 2013 18:55:46 -0400 coleenp 8016325: JVM hangs verifying system dictionary
Tue, 28 May 2013 16:36:19 -0700 iklam 8014912: Restore PrintSharedSpaces functionality after NPG
Tue, 14 May 2013 09:41:12 -0700 minqi 8012902: remove use of global operator new - take 2
Tue, 30 Apr 2013 11:56:52 -0700 ccheung 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
Sun, 21 Apr 2013 20:41:04 -0700 dcubed 8012907: anti-delta fix for 8010992
Fri, 19 Apr 2013 11:08:52 -0700 minqi 8010992: Remove calls to global ::operator new[] and new
Wed, 28 Nov 2012 17:50:21 -0500 coleenp 8003635: NPG: AsynchGetCallTrace broken by Method* virtual call
Fri, 19 Oct 2012 21:40:07 -0400 zgu 7199092: NMT: NMT needs to deal overlapped virtual memory ranges
Wed, 17 Oct 2012 17:36:48 +0200 nloodin 8000617: It should be possible to allocate memory without the VM dying.
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Sun, 25 Sep 2011 16:03:29 -0700 never 7089790: integrate bsd-port changes
Wed, 27 Apr 2011 09:09:57 -0400 zgu 7036747: 7017009 reappeared, problem with ElfStringTable
Wed, 02 Mar 2011 08:18:35 -0500 kamg 6878713: Verifier heap corruption, relating to backward jsrs
Mon, 07 Feb 2011 10:34:39 -0800 kvn 7017124: Fix some VM stats to avoid 32-bit overflow
Fri, 10 Dec 2010 14:14:02 -0800 kvn 6993125: runThese crashes with assert(Thread::current()->on_local_stack((address)this))
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Mon, 23 Aug 2010 08:44:03 -0700 dcubed Merge
Wed, 18 Aug 2010 10:59:06 -0700 johnc 6977924: Changes for 6975078 produce build error with certain gcc versions
Thu, 19 Aug 2010 14:23:59 -0400 ptisnovs 6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash
Mon, 09 Aug 2010 17:51:56 -0700 never Merge
Tue, 03 Aug 2010 08:13:38 -0400 bobv 6953477: Increase portability and flexibility of building Hotspot
less more (0) -60 tip