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
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.
8221361: Eliminate two-phase initialization for PtrQueueSet classes
2019-09-09, by kbarrett
8230284: Accounting currency format support does not cope with explicit number system
2019-09-09, by naoto
8230516: invalid html in jdwp-protocol.html
2019-09-09, by amenkov
8212117: Class.forName may return a reference to a loaded but not linked Class
2019-09-09, by bchristi
8230526: jdk.internal.net.http.PlainProxyConnection is never reused by HttpClient
2019-09-09, by dfuchs
8230723: Remove default constructors from java.lang and java.io
2019-09-09, by darcy
8177389: Hyphen "-" should be removed in URL class documentation
2019-08-24, by jpai
8230132: java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java to skip Teredo Tunneling Pseudo-Interface
2019-09-09, by dfuchs
8230669: [s390] C1: assert(is_bound() || is_unused()) failed: Label was never bound to a location, but it was used as a jmp target
2019-09-09, by mdoerr
8230708: Hotspot fails to build on linux-sparc with gcc-9
2019-09-09, by glaubitz
JavaThread name
JEP-349-branch
2019-09-09, by mgronlun
8230564: Remove os_ext.hpp
2019-09-04, by stefank
8230563: Remove arguments_ext.cpp
2019-09-04, by stefank
8230562: Remove g1HeapSizingPolicy_ext.cpp
2019-09-04, by stefank
8230561: Remove logTag_ext.hpp
2019-09-04, by stefank
8224599: Remove globals_ext.hpp
2019-09-04, by stefank
8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
2019-09-09, by rehn
8230129: Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list.
2019-09-09, by xgong
8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
2019-09-07, by dholmes
8226953: AOT: assert(oopDesc::is_oop(obj)) failed: not an oop
2019-09-07, by iveresov
8230730: UseCompressedOops test crash with assertion failure
2019-09-07, by zgu
8230662: Remove dead code from MethodTypeForm
2019-09-07, by redestad
8223211 : Remove old code from service support
JDK-8200758-branch
2019-09-06, by herrick
8229840 : Add jtreg test for --linux-app-category option
JDK-8200758-branch
2019-09-06, by herrick
8230715: Baseline compare build on Windows fails intermittently in file type for jvm.pdb
2019-09-06, by erikj
8230680: latest Graal unittests depend on jdk.internal.module
2019-09-06, by dlong
8230404: Refactor logged card refinement support in G1DirtyCardQueueSet
2019-09-06, by kbarrett
8230666: Exclude serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and linuxppc64le
2019-09-06, by clanger
8230694: http.keepAlive system property is inconsistently/incorrectly documented
2019-09-06, by dfuchs
8230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if n is not in the CG
2019-08-30, by rrich
8230671: x86_32 build failures after JDK-8229496
2019-09-06, by shade
8229831: Upgrade Character.isUnicodeIdentifierStart/Part() methods to the latest standard
2019-09-05, by naoto
8187898: PrintStream should override FilterOutputStream#write(byte[]) with a method that has no throws clause
2019-09-05, by bpb
8230681: Add @since tag to java.io.Serial
2019-09-05, by darcy
8227563: jvmti/scenarios/contention/TC05/tc05t001 fails due to "ERROR: tc05t001.cpp, 278: (waitedThreadCpuTime - waitThreadCpuTime) < (EXPECTED_ACCURACY * 1000000)"
2019-09-05, by dholmes
8229280: Test failures on several linux hosts after JDK-8181493
2019-09-05, by bpb
8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
2019-09-05, by ccheung
8228854: Default ErrorListener reports warnings and errors to the console
2019-09-05, by joehw
8230646: Epsilon does not extend TLABs to max size
2019-09-05, by shade
Improved handling of Thread.interrupt() + cleanup
JEP-349-branch
2019-09-05, by egahlin
8229496: SIGFPE (division by zero) in C2 OSR compiled method
2019-09-05, by thartmann
8177068: incomplete classpath causes NPE in Flow
2019-09-05, by jlahoda
8230466: check malloc/calloc results in jdk.hotspot.agent
2019-09-05, by mbaesken
8230642: 8224815 broke Shenandoah build
2019-09-05, by stuefe
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
2019-09-05, by eosterlund
8229189: Improve JFR leak profiler tracing to deal with discontiguous heaps
2019-09-05, by eosterlund
8228967: Trust/Key store and SSL context utilities for tests
2019-09-05, by jjiang
Added tag jdk-14+13 for changeset fbbe6672ae15
2019-09-05, by jwilhelm
8230626: Make UnknownFooException strings more informative
2019-09-04, by darcy
8230624: [TESTBUG] Problemlist JFR compiler/TestCodeSweeper.java
2019-09-04, by mseledtsov
8230435: Replace wildcard address with loopback or local host in tests - part 22
2019-09-04, by dfuchs
8171405: java/net/URLConnection/ResendPostBody.java failed with "Error while cleaning up threads after test"
2019-09-04, by dfuchs
8230159: Add test to verify that com.sun.net.httpserver.BasicAuthenticator constructors throw expected exceptions
jdk-14+13
2019-09-04, by dfuchs
8229450: C2 compilation fails with assert(found_sfpt) failed
2019-09-04, by xliu
8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
2019-09-04, by eosterlund
8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently
2019-09-04, by mdoerr
8209802: Garbage collectors should register JFR types themselves to avoid build errors.
2019-09-04, by sjohanss
8230431: Move G1 trace code from gcTrace* to G1 directory
2019-09-04, by sjohanss
8229182: runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12
2019-09-03, by mbaesken
8230485: add handling of aix tar in configure
2019-09-03, by mbaesken
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip