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