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.
8224741: Optimize the scan area during the Scan Heap Roots phase
2019-07-08, by tschatzl
8227327: Shenandoah: Faster and more parallel tests
2019-07-05, by shade
Merge
2019-07-05, by mikael
8226627: assert(t->singleton()) failed: must be a constant
2019-07-05, by jcm
8227175: ZGC: ZHeapIterator visits potentially dead objects
2019-06-10, by stefank
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
2019-07-02, by stefank
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
2019-07-02, by stefank
8227055: Minor edits to launcher help text
2019-07-03, by dholmes
8226963: More clarification on possible sequencing error in GSSContext::unwrap
2019-07-04, by weijun
8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC
2019-07-04, by weijun
8227124: "could not open pipe" error does not report error details
2019-07-05, by amenkov
8225239: Refactor NetworkInterface lookups
2019-07-05, by redestad
8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
2019-07-05, by vlivanov
8227039: Shenandoah: Aggressive heuristics for Traversal mode
2019-07-05, by rkennke
8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
2019-07-04, by rkennke
8226793: Replace OopStorage dup_name with os::strdup
2019-07-04, by kbarrett
8226823: Adjust BarrierSetC2 for C2 runtime calls
2019-07-04, by rkennke
8226822: GC interface for C1 runtime calls
2019-07-04, by rkennke
8227010: Error recovery after local variable redeclaration can be improved
2019-07-04, by jlahoda
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
2019-07-04, by redestad
8226757: Shenandoah: Make traversal and passive modes explicit
2019-07-04, by rkennke
8227032: MetaspaceUtils::print_report crashes when called before initialization
2019-07-01, by stuefe
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
2019-07-04, by stuefe
8227171: provide function names in native stack trace on aix with xlc16
2019-07-03, by mbaesken
8227173: Minor cleanup of unused code in compile.hpp
2019-07-04, by thartmann
8227202: clarify Class.isEnum() doc
2019-07-03, by darcy
Merge
2019-07-03, by mikael
Added tag jdk-13+28 for changeset 1e95931e7d8f
2019-07-03, by mikael
8226566: [JVMCI] java.* classes are no longer necessarily resolved by the boot class loader
2019-07-03, by dnsimon
8227080: (fs) Files.newInputStream(...).skip(n) is slow
2019-07-03, by bpb
Added tag jdk-14+4 for changeset 19d0b382f086
2019-07-03, by mikael
8223575: add subspace transitions to gc+metaspace=info log lines
2019-07-03, by tonyp
8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML
2019-07-03, by joehw
8227199: Shenandoah: Remove superfluous calls to can_do_traversal_gc()
2019-07-03, by rkennke
Merge
2019-07-03, by mikael
8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
2019-06-13, by shade
8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
2019-07-03, by mgronlun
8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message"
jdk-13+28
2019-07-03, by weijun
8226366: Excessive ServiceThread wakeups for OopStorage cleanup
2019-07-02, by kbarrett
8226596: Accessibility errors in jdwp-protocol.html
2019-07-02, by sspitsyn
8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs
2019-07-02, by iignatyev
8225679: reference to http://java.sun.com/products/JavaManagement/download.html
2019-07-02, by amenkov
8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
2019-07-02, by mgronlun
8225706: JFR RootResolver resets CLD claims with no restore
2019-07-02, by mgronlun
8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers
2019-07-02, by eosterlund
8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading
2019-07-02, by eosterlund
8226522: No compilation error reported when yield is used in incorrect context
2019-07-02, by jlahoda
8224673: Adjust permission for delayed starting of debugging
2019-05-24, by rschmelter
8225475: Node budget asserts on x86_32/64
2019-06-25, by phedlin
8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
2019-06-28, by mbaesken
8227178: Backout of 8215523
2019-07-03, by poonam
8226238: Improve error output and fix elf issues in os::dll_load
jdk-14+4
2019-07-02, by mbaesken
8227085: ZGC: Add on_weak load barrier verification
2019-07-02, by stefank
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
2019-07-02, by stefank
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
2019-07-02, by stefank
8226956: Add invocation tests for Graal and C1
2019-07-02, by hseigel
Merge
2019-07-02, by aph
8226525: HotSpot compile-time error for x86-32
2019-07-02, by aph
8226976: SessionTimeOutTests uses == operator for String value check
2019-07-02, by jpai
8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently
2019-07-02, by bpb
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip