hotspot/src/share/vm/prims/whitebox.cpp
Thu, 04 Jun 2015 14:29:34 +0200 david 8080947: Add uint as a valid VM flag type
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Fri, 17 Apr 2015 14:37:20 -0700 ccheung Merge
Mon, 13 Apr 2015 23:04:02 -0700 dbuck 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
Thu, 16 Apr 2015 14:05:48 -0700 kvn Merge
Mon, 30 Mar 2015 07:54:23 +0200 thartmann 8075214: SIGSEGV in nmethod sweeping
Tue, 07 Apr 2015 10:53:51 +0200 tschatzl 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
Thu, 02 Apr 2015 18:53:45 +0300 iignatyev 8043225: Make whitebox API functions more stable
Mon, 23 Mar 2015 22:08:14 +0100 jwilhelm Merge
Mon, 16 Mar 2015 18:13:35 +0100 jwilhelm Merge
Mon, 16 Mar 2015 17:51:28 +0300 azakharov 8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
Fri, 13 Mar 2015 09:18:28 -0700 dcubed Merge
Thu, 12 Mar 2015 19:11:25 +0300 iignatyev 8074980: add WhiteBox API to get a flag value for a method
Tue, 10 Mar 2015 19:56:19 -0700 cjplummer 8069111: Investigate NMT detail tracking support for 32bit ARM
Thu, 08 Jan 2015 17:45:10 -0500 dlong Merge
Mon, 05 Jan 2015 12:07:37 -0500 goetz 8064457: Introduce compressed oops mode disjoint base and improve compressed heap handling.
Tue, 30 Dec 2014 11:07:49 +0300 fzhinkin 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
Mon, 22 Dec 2014 10:41:57 -0800 kvn Merge
Thu, 11 Dec 2014 21:34:43 -0500 coleenp 8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
Tue, 16 Dec 2014 17:56:24 +0300 iignatyev 8028595: WhiteBox API for stress testing of TieredCompilation
Thu, 04 Dec 2014 11:35:09 -0500 drchase Merge
Thu, 04 Dec 2014 10:40:19 +0100 jwilhelm Merge
Mon, 01 Dec 2014 12:11:11 +0100 jwilhelm Merge
Fri, 28 Nov 2014 09:33:48 +0100 tschatzl 8065579: WB method to start G1 concurrent mark cycle should be introduced
Wed, 03 Dec 2014 20:32:33 -0800 minqi Merge
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Fri, 28 Nov 2014 16:33:57 +0100 jbachorik 8065783: DCMD parser fails to recognize one character argument when it's positioned last
Wed, 26 Nov 2014 10:32:21 -0800 minqi 8053995: Add method to WhiteBox to get vm pagesize.
Tue, 02 Dec 2014 12:36:03 +0300 iignatyev 8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
Wed, 26 Nov 2014 20:38:10 -0500 drchase Merge
Wed, 26 Nov 2014 18:01:10 +0100 jwilhelm Merge
Mon, 17 Nov 2014 21:32:32 +0100 jwilhelm Merge
Wed, 12 Nov 2014 12:41:59 +0100 stefank 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
Wed, 19 Nov 2014 19:31:13 -0800 iklam 8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
Tue, 18 Nov 2014 03:38:50 -0800 iklam 8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
Fri, 21 Nov 2014 17:27:11 +0300 iignatyev 8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others
Mon, 10 Nov 2014 19:04:38 +0300 iignatyev 8059624: Test task: WhiteBox API for testing segmented codecache feature
Thu, 06 Nov 2014 19:59:32 +0000 sla Merge
Wed, 05 Nov 2014 08:22:17 -0800 gtriantafill 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
Wed, 05 Nov 2014 13:20:09 -0800 ctornqvi 8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
Sun, 02 Nov 2014 18:43:00 +0300 iignatyev 8043125: compiler/types/correctness/CorrectnessTest.java: assert(layout->tag() == DataLayout::speculative_trap_data_tag) failed: wrong type
Fri, 31 Oct 2014 16:51:57 -0700 kvn 8054492: Casting can result in redundant null checks in generated code
Thu, 30 Oct 2014 13:03:30 +0100 thartmann 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
Fri, 24 Oct 2014 08:22:33 +0200 thartmann 8061443: Whitebox get*VMFlag() methods fail with develop flags in product builds
Fri, 10 Oct 2014 19:36:12 +0000 coleenp 8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
Wed, 01 Oct 2014 16:09:01 +0200 ehelin 8049599: MetaspaceGC::_capacity_until_GC can overflow
Tue, 23 Sep 2014 11:43:24 +0200 tonyp 8058495: G1: normalize names for isHumongous() and friends
Mon, 08 Sep 2014 15:24:10 +0200 sjohanss 8057752: WhiteBox extension support for testing
Thu, 21 Aug 2014 16:44:41 +0200 tschatzl 8055098: WB API should be extended to provide information about size and age of object.
Mon, 18 Aug 2014 16:10:44 +0200 tschatzl 8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
Thu, 14 Aug 2014 18:42:08 +0000 jmasa Merge
Mon, 11 Aug 2014 14:03:06 +0200 stefank 8054823: Add size_t as a valid VM flag type
Thu, 07 Aug 2014 12:18:58 -0700 zgu 8046598: Scalable Native memory tracking development
Mon, 14 Jul 2014 10:15:21 -0400 coleenp Merge
Fri, 04 Jul 2014 11:46:01 +0200 goetz 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Mon, 07 Jul 2014 12:37:11 +0200 stefank 8049420: Backout 8048248 to correct attribution
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8048248: G1 Class Unloading after completing a concurrent mark cycle
Fri, 30 May 2014 17:20:48 +0400 iignatyev 8038756: new WB API :: get/setVMFlag
Sat, 24 May 2014 00:04:21 +0400 iignatyev 8032970: Add stack size check methods to WhiteBox API
less more (0) -60 tip