2016-03-16 tschatzl Merge
2016-03-16 tschatzl 8151614: Improve logging in concurrent mark code
2016-03-16 tschatzl 8151126: Clean up duplicate code for clearing the mark bitmaps
2016-03-16 brutisso Merge
2016-03-16 brutisso 8151336: Root region scanning should be cancelled and disabled when the ConcurrentMarkThread::run_service() exits
2016-03-16 kevinw Merge
2016-03-16 kevinw Merge
2016-03-14 csahu 8151509: In check_addr0() function pointer is not updated correctly
2016-03-16 erikj Merge
2016-03-15 erikj 8151653: Hotspot build does not respect --enable-openjdk-only
2016-03-16 dholmes Merge
2016-03-12 stuefe 8148425: strerror() function is not thread-safe
2016-03-16 kbarrett 8151781: DirtyCardQueue::apply_closure is unused
2016-03-15 coleenp Merge
2016-03-15 rprotacio 8150085: Convert TraceClearedExceptions to Unified Loggin
2016-03-15 mlarsson Merge
2016-03-08 rehn 8151264: Add a notification mechanism for UL configuration changes.
2016-03-15 stefank Merge
2016-03-15 stefank 8151539: Remove duplicate AlwaysTrueClosures
2016-03-15 pliden Merge
2016-03-15 pliden 8148239: TestSelectDefaultGC.java incorrectly expects G1 on non-server class machines
2016-03-15 pliden 8062506: Java GCCause enum is out of sync with C++ GCCause enum
2016-03-15 dsamersoff Merge
2016-03-15 ysuenaga 8151709: jhsdb should show help message in SALauncher.
2016-03-15 brutisso Merge
2016-03-15 brutisso 8151842: Local variables have wrong names after JDK-8148736
2016-03-15 dholmes Merge
2016-03-15 dholmes 8137165: Tests fail in SR_Handler because thread is not VMThread or JavaThread
2016-03-09 stefank 8151534: Refactor ArrayAllocator for easier reuse
2016-03-14 mockner Merge
2016-03-14 mockner 8149995: TraceClassLoadingPreorder has been converted to Unified Logging.
2016-03-14 coleenp Merge
2016-03-11 simonis 8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
2016-03-14 dsamersoff Merge
2016-03-04 ysuenaga 8151181: Add JSnap to jhsdb
2016-03-14 pliden Merge
2016-03-14 pliden 8067768: Check for too small values for -Xmx
2016-03-14 dsamersoff Merge
2016-03-14 dsamersoff 8151368: SA: Unexpected ArithmeticException in CompactHashTable
2016-03-14 sjohanss 8151696: Print all regions on trace level to get same behavior as old PrintHeapAtGCExtended
2016-03-14 sjohanss 8151693: Move print_heap_before/after_gc to debug level
2016-03-13 coleenp Merge
2016-03-12 coleenp 8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle
2016-03-11 drwhite 8140257: Add support for "gc service threads" to ConcurrentGCThread
2016-03-13 brutisso 8151604: Rely on options range checking rather than explict checks
2016-03-11 mockner Merge
2016-03-10 mockner 8146551: The output from classresolve tag has been shortened and moved to debug level.
2016-03-11 mlarsson Merge
2016-03-08 rehn 8151265: Add a way to extend UL tags
2016-03-11 ddmitriev 8151304: Remove unused develop options(ClearInterpreterLocals and others)
2016-03-11 brutisso Merge
2016-03-11 brutisso 8151605: Change warning() to log_warning(gc) in the GC code
2016-03-11 brutisso 8151602: Remove logging from refillLinearAllocBlockIfNeeded()
2016-03-11 brutisso 8151603: Use error stream instead of tty for logging before ShouldNotReachHere()
2016-03-11 mgerdin 8151633: Don't keep copies of the survivor lists and counts in the G1CollectorPolicy
2016-03-11 tschatzl Merge
2016-03-11 tschatzl 8150952: Net PLAB size is clipped to max PLAB size as a whole, not on a per thread basis
2016-03-11 pliden 8134749: SoftReferences declared dead too early
2016-03-10 kbarrett Merge
2016-03-10 kbarrett 8150676: Use BufferNode index
2016-03-10 coleenp 8150778: Reduce Throwable.getStackTrace() calls to the JVM
2016-03-10 iignatyev Merge
2016-03-01 dfazunen 8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets
2016-03-03 mchernov 8150183: gc/g1/plab/TestPLABResize.java - previous PLAB size should be less than current
2016-03-10 stefank Merge
2016-03-09 stefank 8151440: Move BitMap verfication inline functions out from bitMap.hpp
2016-03-09 stefank 8151439: Inline the BitMap constructor
2016-03-09 stefank 8151436: Leaner ArrayAllocator and BitMaps
2016-02-25 stefank 8150617: nth_bit and friends are broken
2016-03-10 brutisso 8151514: Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp
2016-03-09 sangheki 8145312: CMS: There is insufficient memory with CMSSamplingGrain=1
2016-03-09 kbarrett Merge
2016-03-09 kbarrett 8150688: Fix os_windows siglabel
2016-03-09 sangheki 8150362: G1 base elapsed time prediction is wrong because rs_length prediction is wrong
2016-03-09 jwilhelm Merge
2016-03-09 brutisso Merge
2016-03-09 brutisso 8151513: Remove debugging code from BarrierSet
2016-03-09 sla 8151196: Several tests fail due to test library not found
2016-03-09 tschatzl 8151414: os::pretouch_memory should take void* instead of char*
2016-03-09 tonyp 8146991: Introduce per-worker preserved mark stacks in ParallelGC
2016-03-08 rprotacio 8150083: Convert VerboseVerification to Unified Logging
2016-03-08 rprotacio 8149991: Convert TraceSafepointCleanupTime to Unified Logging
2016-03-08 ehelin Merge
2016-03-07 ehelin 8151365: Move G1YoungGenSizer to a separate file
2016-03-08 csahu 8146683: check_addr0 should be more efficient
2016-03-07 mgerdin 8151178: Move the collection set out of the G1 collector policy
2016-04-14 lana Added tag jdk-9+114 for changeset 03e2f4d0a421
2016-04-18 erikj 8154430: Imported modules rebuilt on second run when nothing has changed
2016-04-18 omajid 8154394: Bad test for ENABLE_SJAVAC in build-performance.m4
2016-04-15 erikj 8154292: jdk9-dev: All SE builds failed on 2016-04-14
2016-04-15 neugens 8154313: Generated javadoc scattered all over the place
2016-04-14 lana Merge
2016-04-14 erikj 8154237: Compare script broken for windows native library deps comparison
2016-04-14 erikj 8149777: Enable enhanced failure handler for "make test"
2016-04-13 erikj 8153969: Clean up module src dir logic
2016-04-13 amurillo Merge
2016-04-11 amurillo Merge
2016-04-08 bharadwaj Merge
2016-04-05 bharadwaj Merge
2016-04-04 jcm 8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
2016-04-07 dcubed Merge
2016-04-02 jwilhelm Merge
2016-03-31 ctornqvi 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
2016-03-30 ctornqvi Merge
2016-03-30 ctornqvi 8153071: Remove client testing from JPRT
2016-03-30 dfazunen 8152422: Optimize GC JPRT test set
2016-03-23 jwilhelm Merge
2016-03-19 jwilhelm Merge
2016-02-16 kzhaldyb 8149780: GatherProcessInfoTimeoutHandler shouldn't call getWin32Pid if the lib isn't load
2016-02-16 kzhaldyb 8146287: typos in /test/failure_handler
2016-04-12 erikj 8154070: Configuration script unable to detect boot JDK's modules support
2016-04-14 lana Added tag jdk-9+114 for changeset 8b116f192318
2017-07-05 duke Added tag jdk-9+114 for changeset c84d0cce090e
2017-07-05 duke Merge jdk-9+114
2017-07-05 duke Merge
2016-04-10 ksrini 8073100: [javadoc] Provide an ability to suppress document generation for specific elements.
2016-04-09 chegar 8153737: Unsupported Module
2016-04-09 rfield 8153716: JShell tool: should warn when failed to launch editor
2016-04-08 rfield 8153896: JShell API: Snippet.id() doc -- breaks make doc
2016-04-08 rfield 8130450: JShell: events are not generated for repeated source
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip