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.
8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
2019-09-10, by shade
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
2019-09-10, by mchung
8225761: Update --release 13 symbol information after JDK 13 GA
2019-09-10, by darcy
JEP-349-branch: fixes to copyright headers
JEP-349-branch
2019-09-10, by mseledtsov
8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
2019-09-10, by lmesnik
8230303: JDB hangs when running monitor command
2019-09-10, by igerasim
flush chunk
JEP-349-branch
2019-09-10, by mgronlun
8230709: Array index out of bounds in ES6 mode
2019-09-10, by hannesw
8230766: Changed message in IllegalMonitorStateException
2019-09-10, by hannesw
Fix class space display issue in metaspace report
stuefe-new-metaspace-branch
2019-09-10, by stuefe
Remove always-use-class-space feature
stuefe-new-metaspace-branch
2019-09-10, by stuefe
restructuring in JfrRecorderService
JEP-349-branch
2019-09-10, by mgronlun
commit granule size must not be smaller than native page size
stuefe-new-metaspace-branch
2019-09-10, by stuefe
8230566: ZGC: Don't substitute klass pointer during array clearing
2019-09-10, by pliden
8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
2019-09-09, by mbaesken
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
2019-09-06, by mbaesken
Initial changes for new metaspace. Only tested for Linux x64.
stuefe-new-metaspace-branch
2019-09-10, by stuefe
8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
2019-09-10, by xgong
8225653: Provide more information when hitting SIGILL from HaltNode
2019-09-10, by chagedorn
8207800: always_do_update_barrier is unused
2019-09-10, by godin
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip