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.
8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days.
2018-03-20, by pkoppula
8205405: ZGC: Decouple JFR type registration
2018-06-25, by pliden
8204524: Unnecessary memory barriers in G1ParScanThreadState::copy_to_survivor_space
2018-06-25, by mhorie
8205158: Update the .md files for 3rd party software Unicode 10.0, ICU 60.2, and CLDR v33.
2018-06-25, by rgoel
8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV
2018-06-24, by never
8203929: Limit amount of data for JFR.dump
2018-06-25, by egahlin
8205533: Class.getPackage() fails with InternalError if class is defined to the bootstrap class loader but module is not in the boot layer
2018-06-24, by alanb
8203481: Incorrect constraint for unextended_sp in frame:safe_for_sender
2018-06-24, by dsamersoff
8205540: test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001.java fails with Debuggee did not exit after 15 <cont> commands
2018-06-24, by plevart
8205570: fix a number of typos in the JVMTI spec
2018-06-23, by jmanson
Merge
2018-06-23, by alanb
8198372: API to create a SelectableChannel to a FileDescriptor
2018-06-23, by alanb
8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
2018-06-23, by alanb
8205113: Update JVMTI doc references to object allocation tracking
2018-06-23, by jmanson
8203188: Add JEP-181 support to the Zero interpreter
2018-06-05, by sgehwolf
8010319: Implementation of JEP 181: Nest-Based Access Control
2018-06-23, by dholmes
8205199: more Linux clang compile failures
2018-06-22, by martin
8205197: Never default to using libc++ on Linux
2018-06-22, by martin
Merge
2018-06-22, by valeriep
7007966: Add Brainpool ECC support (RFC 5639)
2018-06-22, by valeriep
8155192: [TESTBUG] SHA tests assumes that x86 does not have SHA intrinsics
2018-06-22, by iignatyev
8204209: [Graal] Compilation fails during nmethod printing with "assert(bci == 0 || 0 <= bci && bci < code_size()) failed: illegal bci"
2018-06-22, by iveresov
8205459: Rename Access API flag decorators
2018-06-22, by kbarrett
8202292: java/io/FileOutputStream/UnreferencedFOSClosesFd.java fails with "raw fd count wrong"
2018-06-22, by rriggs
8205194: Improve the Array Comparison when there is mismatch at first element.
2018-06-22, by vdeshpande
8202922: Method reference identity is broken by serialization
2018-06-22, by psandoz
Added tag jdk-11+19 for changeset 36ca515343e0
2018-06-22, by jwilhelm
8189112: AARCH64: optimize StringUTF16 compress intrinsic
2018-06-22, by dpochepk
8204233: Add configurable option for enhanced socket IOException messages
2018-06-22, by michaelm
Merge
2018-06-22, by plevart
Merge
2018-06-22, by plevart
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
2018-06-22, by plevart
8205195: NestedThreadsListHandleInErrorHandlingTest fails because hs_err doesn't contain _nested_thread_list_max
2018-06-22, by dcubed
8205474: AARCH64: wrong zr encoding for ccmp instruction
2018-06-22, by dpochepk
8205004: AArch64: fix failures in jtreg ArraysEqCmpTest
2018-06-22, by dpochepk
8205445: Add RSASSA-PSS Signature support to SunMSCAPI
2018-06-22, by weijun
8203299: StringPoolBuffer access covered by exclusive access invariant, remove (problematic) cas operations
2018-06-22, by mgronlun
8204331: AArch64: fix CAS not embedded in normal graph error
2018-06-22, by adinn
8195077: [Testbug] tools/javac/processing/model/completionfailure/NoAbortForBadClassFile.java - AccessDeniedException
2018-06-22, by jlahoda
8205416: windows: fix checking of CloseHandle return code in Java_java_io_FileCleanable_cleanupClose0
2018-06-20, by mbaesken
8205160: jQuery UI, jQuery-migrate, and jQuery license file to be updated to the revision present.
2018-06-22, by pmuthuswamy
8172854: [TESTBUG] Exclude runtime/ReservedStack/ReservedStackTest.java from being run with DeoptimizeALot option
2018-06-21, by iignatyev
8202331: Obsolete support for commercial features
2018-06-21, by mikael
8205490: update ProblemList-graal
2018-06-21, by iignatyev
8185927: create regression test for 8062950
2018-06-21, by iignatyev
8205442: Avoid hard-coding --source value in SourceLauncherTest.java
2018-06-21, by jjg
8196425: tools/javac/modules/AnnotationProcessing.java failed
2018-06-21, by jjg
8205053: Decouple type registration from framework lifecycle
2018-06-21, by egahlin
8205424: Change to Xcode 9.4 for building on Macosx at Oracle
2018-06-21, by erikj
8199124: (fs) Reduce allocation for file system methods that are invoked with no open options
2018-06-21, by bpb
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
2018-06-21, by alanb
8205398: AES-CBC decryption algorithm using AVX512 instructions
2018-06-21, by kvn
8203184: List.copyOf() fails to copy sublists
2018-06-21, by smarks
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
2018-06-21, by smarks
8205175: Deprecate UnlinkSymbolsALot debugging option.
2018-06-21, by coleenp
8203637: Fix Sources
jdk-11+19
2018-06-21, by jlaskey
8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
2018-06-21, by rwestberg
8205336: Modularize allocations in assembler
2018-06-19, by rkennke
8204938: Add a test case to automatically check the updated LSR data
2018-06-21, by nishjain
8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
2018-06-20, by cjplummer
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip