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.
8200628: aarch32 - Broken build after JDK-8199809
2018-04-04, by dpochepk
8200627: aarch32 - Broken build after JDK-8198949
2018-04-04, by dpochepk
8200524: AArch64: CPUFeature and Flag enums are not passed through JVMCI
2018-03-30, by dstewart
8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
2018-04-04, by tschatzl
8200608: Build failures after JDK-8191101 (Show register content in hs-err file on assert)
2018-04-04, by shade
8200607: Add missing include dependency in bitMap.hpp
2018-04-04, by pliden
8200429: Adjust object pinning interface on CollectedHeap
2018-04-04, by pliden
Merge
2018-04-04, by ehelin
8200626: Restore history for g1ConcurrentMarkThread.*
2018-04-04, by ehelin
8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
2018-04-04, by tschatzl
8200255: Remove G1CMTask::_concurrent
2018-04-04, by tschatzl
8200234: Cleanup Remark and Cleanup pause code
2018-04-04, by tschatzl
8199619: Building HotSpot on Windows should define NOMINMAX
2018-03-28, by rwestberg
8200126: [TESTBUG] Open source VM runtime signal tests
2018-04-03, by mseledtsov
8199780: SetMemory0 and CopyMemory0 in unsafe.cpp need to resolve their operands
2018-04-03, by rkennke
8199717: Avoid calculating primordial thread stack bounds on VM startup
2018-04-03, by redestad
8200371: In g1, rename ConcurrentMarkThread to G1ConcurrentMarkThread
2018-04-03, by lkorinth
8199781: Don't use naked == for comparing oops
2018-04-03, by rkennke
8200438: Non-PCH x86_32 build failure: err_msg is not defined
2018-04-03, by shade
8195972: Refactor oops in JNI to use the Access API
2018-03-30, by kbarrett
8199406: Performance drop with Java JDK 1.8.0_162-b32
2018-03-30, by poonam
8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
2018-03-30, by kvn
8191101: Show register content in hs-err file on assert
2018-03-30, by stuefe
8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
2018-03-29, by ccheung
8183238: Obsolete CheckEndorsedAndExtDirs and remove checks for lib/endorsed and lib/ext
2018-03-29, by iklam
8200366: SIGSEGV in CodeHeapState::print_names()
2018-03-29, by lucy
8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag
2018-03-29, by dstewart
8200391: clean up test/hotspot/jtreg/ProblemList.txt (compiler related)
2018-03-29, by kvn
8200362: G1Mux2Closure should disable implicit oop verification
2018-03-29, by tschatzl
8200424: Windows build fails due to implicit jboolean to bool conversion
2018-03-29, by redestad
8200360: MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
2018-03-29, by simonis
8151171: Bring g1ConcurrentMark files up to current coding conventions
2018-03-29, by tschatzl
8199742: Clean up state flags in G1CollectorState
2018-03-29, by tschatzl
8200423: Non-PCH build for x86_32 fails
2018-03-29, by shade
8200238: Reduce number of exceptions created when calling MemberName$Factory::resolveOrNull
2018-03-29, by redestad
8200383: Can't build on SPARC Hotspot with code which use math functions
2018-03-28, by kvn
8200187: Exclude 3 long-running tests from tier1
2018-03-28, by lmesnik
8200091: [TESTBUG] Update jittester for jdk11
2018-03-28, by lmesnik
8198393: Instrumentation.retransformClasses() throws NullPointerException when handling a zero-length array
2018-03-28, by amenkov
8199813: SIGSEGV in ThreadsList::includes()
2018-03-28, by dcubed
8199326: Remove G1 gc time stamp logic
2018-03-28, by tschatzl
8197932: Better split work in rebuild remembered sets phase
2018-03-28, by tschatzl
8197928: Only enqueue deferred cards with references into regions that have a tracked remembered set during GC
2018-03-28, by tschatzl
8197573: Remove concurrent cleanup and secondary free list handling
2018-03-28, by tschatzl
8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp
2018-03-26, by stefank
8199927: Make WhiteBox more GC agnostic
2018-03-28, by pliden
8199925: Break out GC selection logic from GCArguments to GCConfig
2018-03-28, by pliden
8199918: Shorten names of CollectedHeap::Name members
2018-03-28, by pliden
8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
2018-03-28, by simonis
8200245: Zero fails to build on linux-ia64 due to ia64-specific cruft
2018-03-28, by glaubitz
8200168: Remove DONT_USE_REGISTER_DEFINES on Sparc
2018-03-28, by pliden
8200297: Build failures after JDK-8198691 (CodeHeap State Analytics)
2018-03-28, by stuefe
8200290: Scratch buffer creation fails with "assert(!current_thread_in_native()) failed: must not be in native" on SPARC
2018-03-28, by thartmann
8200302: ppc, s390 (non-pch) build errors
2018-03-27, by stuefe
8200276: Cleanup allocation.hpp includes
2018-03-27, by coleenp
8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl
2018-03-27, by mbaesken
8200299: Non-PCH build for aarch64 fails
2018-03-27, by shade
8200230: [Graal] Compilations should not be enqueued before Graal is initialized
2018-03-27, by thartmann
8200227: [Graal] Test times out with Graal due to low compile threshold
2018-03-27, by thartmann
8193067: gc/g1/TestVerifyGCType.java still unstable
2018-03-27, by tschatzl
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip