Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
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.
8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
2018-03-13, by goetz
8199561: Fix two typos in the JVMTI documentation
2018-03-14, by jcbeyler
8071282: remove misc dead code
2018-03-14, by rraghavan
8199603: Build failures after JDK-8199421 "Add support for vector popcount"
2018-03-14, by shade
8191924: Adjust DelegatingClassLoader's metadata space sizing algorithm
2018-03-13, by zgu
8199516: Remove dead code overlooked during Full GC work
2018-03-14, by tschatzl
8199472: Fix non-PCH build after JDK-8199319
2018-03-14, by simonis
8199282: Remove ValueObj class for allocation subclassing for gc code
2018-03-14, by coleenp
Merge
2018-03-14, by dholmes
8199220: Zero build broken after 8195103, 8191102 and 8189871
2018-03-13, by enevill
8199430: Rename MetaspaceAux to something more meaningful
2018-03-11, by stuefe
8199511: Do not generate g1_{pre|post}_barrier_slow_id without CardTable-enabled barrier set
2018-03-14, by shade
8197944: Condy tests fails on Windows
2018-03-13, by psandoz
8199518: test/hotspot/jtreg/runtime/SelectionResolution tests take a lot longer to run with fastdebug after JDK-8198423
2018-03-13, by stuefe
8199533: ProblemList tests failing after JDK-8153333
2018-03-13, by sjohanss
8199421: Add support for vector popcount
2018-03-13, by rlupusoru
8198445: Access API for primitive/native arraycopy
2018-03-13, by rkennke
8199323: hsdis could not be loaded which are located on long path
2018-03-14, by ysuenaga
8198510: Enable UseDynamicNumberOfGCThreads by default
2018-03-13, by mdoerr
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
2018-03-08, by psandoz
8193369: post_field_access does not work for some functions, possibly related to fast_getfield
2018-03-12, by amenkov
8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
2018-03-12, by epavlova
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
2018-03-09, by ysuenaga
8198894: [PPC64] More generic vector CRC implementation
2018-03-12, by mdoerr
8197852: Move G1DefaultPolicy into G1Policy
2018-03-12, by ehelin
8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
2018-03-12, by ehelin
8199283: Remove ValueObj class for allocation subclassing for compiler code
2018-03-09, by coleenp
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
2018-03-09, by ccheung
8199422: Hotspot build is broken after push of 8197235
2018-03-09, by kvn
8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
2018-03-09, by kvn
Merge
2018-03-09, by coleenp
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
2018-02-08, by goetz
8198591: compiler/aot/fingerprint tests should be moved to open
2018-03-09, by kvn
Merge
2018-03-09, by coleenp
8198423: Improve metaspace chunk allocation
2018-03-06, by stuefe
8173070: Remove ValueObj class for allocation subclassing for runtime code
2018-03-09, by coleenp
8199328: Fix unsafe field accesses in heap dumper
2018-03-09, by pliden
8199012: SEGV in jni_DetachCurrentThread during VM shutdown
2018-03-08, by dholmes
8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
2018-03-08, by stefank
8199275: Fix inclusions of allocation.inline.hpp
2018-03-08, by stefank
8199264: Remove universe.inline.hpp to simplify include dependencies
2018-03-07, by stefank
8194490: [JVMCI] Move `iterateFrames` to C++
2018-03-07, by gdub
8198243: Add build time check for global operator new/delete in object files
2018-03-07, by erikj
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
2018-03-05, by adinn
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
2018-03-06, by stuefe
8159850: Remove unneeded parsing of optional-size when parsing array types
2018-03-07, by hseigel
8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
2018-03-07, by shade
8191585: VM anonymous classes created during CDS dump time cause crash
2018-03-06, by iklam
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
2018-03-06, by dnsimon
8199137: StringInternSync test crashes in exit verification
2018-03-06, by coleenp
8199133: [BACKOUT] NMT: Enhance thread stack tracking
2018-03-06, by coleenp
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
2018-03-06, by coleenp
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
2018-03-06, by eosterlund
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
2018-03-06, by tschatzl
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
2018-03-06, by thartmann
8196590: Enable docker container related tests for linux AARCH64
2018-03-03, by dsamersoff
8199050: reenable concurrent execution of compiler tests
2018-03-05, by iignatyev
8198571: [JVMCI] must not install wide vector code unless runtime supports it
2018-02-23, by dnsimon
8198447: Remove ClassLoaderExt::check().
2018-03-05, by jiangli
8191102: Incorrect include file use in classLoader.hpp
2018-03-05, by hseigel
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip