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.
8189916: Dynamic Constant support for Sparc
2018-05-04, by lfoltan
8197447: LogCompilation throws "couldn't find bytecode"
2018-05-04, by ecaspole
8202181: Correctly specify size of hostname buffer in Unix Inet*AddressImpl_getLocalHostName implementations
2018-05-04, by clanger
8176717: GC log file handle leaked to child processes
2018-05-03, by lkorinth
8202582: DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
2018-05-04, by rgoel
8200729: Conditional compilation of GCs
2018-05-04, by stefank
8187123: (reflect) Class#getCanonicalName and Class#getSimpleName is a part of performance issue
2018-05-04, by redestad
8201572: Improve Metaspace Statistics
2018-04-24, by stuefe
8196113: Remove the Compact Profile builds
2018-05-03, by erikj
Added tag jdk-11+12 for changeset 3ab6ba9f94a9
2018-05-03, by lana
8200557: OopStorage parallel iteration scales poorly
2018-05-03, by kbarrett
8200083: Bump bootjdk requirement for JDK 11 to JDK 10
2018-05-03, by erikj
8194968: problem list actions for tools/javac/jvm/VerboseOutTest
2018-05-03, by jjg
8201138: Defect in XMLEventReader.getElementText() may cause data to be skipped, duplicated or otherwise result in a ClassCastException
2018-05-03, by joehw
8201793: (ref) Reference object should not support cloning
2018-05-03, by mchung
8202552: [AOT][JVMCI] Incorrect usage of INCLUDE_JVMCI and INCLUDE_AOT
2018-05-03, by kvn
8202424: Metaspace: on chunk retirement, use correct lower limit on chunksize when adding blocks to free blocks list
2018-04-30, by stuefe
8202584: de-problem list tools/javac/jvm/VerboseOutTest
2018-05-03, by vromero
8202447: Fix unloading_occurred to mean unloading_occurred
2018-04-27, by coleenp
8199067: [REDO] NMT: Enhance thread stack tracking
2018-05-03, by zgu
8202021: Improve variable naming in ReferenceProcesso
2018-05-03, by tschatzl
8202018: Move card table clear before enqueuing pending references
2018-05-03, by tschatzl
8201640: Use _ref_processor_* member variables directly in G1CollectedHeap
2018-05-03, by tschatzl
8201492: Properly implement non-contiguous generations for Reference discovery
2018-05-03, by tschatzl
8195002: Fix test/hotspot/jtreg/gtest/GTestWrapper.java on Alpine/Musl
2018-04-26, by asiebenborn
8202575: Remove java/lang/String/nativeEncoding/StringPlatformChars.java from ProblemList
2018-05-03, by amlu
8202303: LogStream should autoflush on destruction
2018-05-03, by stuefe
8202520: JShell tests: move intermittently failing tests to tier2
jdk-11+12
2018-05-02, by rfield
8202186: AArch64: Debug build VM crashes with PrintC1Statistics option
2018-04-28, by njian
8199375: [TESTBUG] Open source vm testbase monitoring tests
2018-05-02, by iignatyev
8179887: Build failure with glibc >= 2.24: error: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated
2018-05-02, by kbarrett
8191798: redo nested ThreadsListHandle to drop Threads_lock
2018-05-02, by dcubed
8202398: Optimize Arrays.deepHashCode
2018-05-02, by martin
8201634: Random seedUniquifier uses incorrect LCG
2018-05-02, by martin
8202397: Typo in X-Buffer javadoc
2018-05-02, by martin
8201817: Taglet.init should be called with the "primary" doclet
2018-05-02, by jjg
8202418: Remove explicit CMS checks in CardTableBarrierSetAssembler: ARM32 leftovers
2018-05-02, by shade
8201786: Modularize interpreter GC barriers: leftovers for ARM32
2018-05-02, by shade
8202505: ctw2 tasks are timing out in hs-tier3
2018-05-02, by kvn
8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
2018-05-02, by ccheung
8202372: Diagnostic with incorrect line info generated when compiling lambda expression
2018-05-02, by mcimadamore
8202140: TLAB logging is not correct for G1
2018-05-02, by sjohanss
8191471: Elastic TLABs for G1
2018-05-02, by sjohanss
8202423: Small HTTP Client refresh
2018-05-02, by chegar
8202425: [s390] C2: Wrong unsigned comparison with 0
2018-05-02, by mdoerr
8202130: [TESTBUG] Some appcds regression test cases fail with "Error: VM option 'PrintSystemDictionaryAtExit' is notproduct and is available only in debug version of VM"
2018-05-01, by ccheung
8202334: Update javax.lang.model.util visitors for 11
2018-05-01, by darcy
8202507: Remove IO and NIO AtomicAppend tests from problem list
2018-05-01, by bpb
8202484: Unused field in TimeZone
2018-05-01, by naoto
8202379: ARM32 is broken after JDK-8201543 (Modularize C1 GC barriers)
2018-05-01, by shade
8202373: Forcing eager initialization of CHM$ReservationNode avoids deoptimization
2018-05-01, by dl
8201542: Remove unused _gc_timer field in GCMemoryManager
2018-05-01, by zgu
8200167: Validate more special case invocations
2018-04-30, by dholmes
8199643: [TESTBUG] Open source common VM testbase code
2018-04-30, by iignatyev
8202399: [C1] LIRGenerator::do_CheckCast needs to exclude is_invokespecial_receiver_check() when using PatchAlot
2018-04-30, by dholmes
8202452: Delete test files missed from commit for 8193213&8182731.
2018-04-30, by jiangli
8193213: Make the UseAppCDS option obsolete.
2018-04-30, by jiangli
8202284: FileChannel and FileOutpuStream variants of AtomicAppend should fail silently on macOS >= 10.13
2018-04-30, by bpb
8202381: (Solaris) SIGBUS in # V [libjvm.so+0xcee494] jni_GetIntField+0x224
2018-04-30, by eosterlund
8202383: Custom extensions for jvmti doc
2018-04-30, by erikj
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip