Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
+10000
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.
8193174: SubmissionPublisher invokes the Subscriber's onComplete before all of its submitted items have been published
2017-12-08, by dl
8192935: Fix EnumSet's SerializationProxy javadoc
2017-12-03, by martin
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
2017-12-08, by bchristi
8181118: update java/time tests to use RandomFactory from the top level testlibrary
2017-12-08, by iignatyev
8193194: Update javax.lang.model.util visitors for 10
2017-12-08, by darcy
8187073: The java.util.logging.Level.findLevel() will not correctly find a Level by it's int value
2017-12-08, by dfuchs
8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
2017-12-08, by xuelei
8080225: FileInput/OutputStream/FileChannel cleanup should be improved
2017-12-01, by rriggs
8192986: Inconsistent handling of exploded modules in jlink
2017-12-08, by sundar
8193256: Configuration and ModuleLayer findModule cleanup
2017-12-08, by alanb
8191033: Regression in logging.properties: specifying .handlers= for root logger (instead of handlers=) no longer works
2017-12-08, by dfuchs
8193137: Nashorn crashes when given an empty script file
2017-12-08, by hannesw
8192970: Element getters/setters with fixed key fail to link properly
2017-12-08, by attila
8193183: Fix format string in libdt_shmem/shmemBase.c
2017-12-08, by clanger
8034254: Don't use binary testing files broken.jar
2017-12-07, by ksrini
8192987: keytool should remember real storetype if it is not provided
2017-12-08, by weijun
8149402: "-group" option issue for classes from default package
2017-12-07, by ksrini
8177681: Remove methods Runtime.getLocalized{Input,Output}Stream
2017-12-07, by smarks
8191030: @value Tags are not resolved by javadoc 9.
2017-12-07, by ksrini
8188789: Update JDK 9.0.1 and Future OpenJDK bundle names
2017-12-07, by erikj
Merge
2017-12-07, by lana
Added tag jdk-10+35 for changeset d8c634b016c6
2017-12-07, by lana
8193191: Update JavacTestingAbstractProcessor for JDK 10
2017-12-07, by darcy
8189248: Jshell: error with mutually dependent snippets, when one must be replaced
2017-12-07, by jlahoda
8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
2017-12-07, by igerasim
8192945: Need stable sort for MODULES entry in the release file
2017-12-07, by mchung
8193159: Reduce the number of classes loaded due to NativeLibrary
2017-12-07, by mchung
8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
2017-12-07, by bpb
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
2017-12-07, by alanb
8193068: Add gc/g1/TestVerifyGCType.java to problem list
2017-12-05, by sjohanss
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
2017-12-06, by jiangli
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
2017-12-06, by dlong
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
2017-12-05, by sjohanss
8192909: Invalid username or password in HashedPasswordFileTest.java
2017-12-05, by hb
8191950: assertion failed: no insertions allowed
2017-12-02, by roland
Merge
2017-12-02, by jwilhelm
8170244: Update UseAVX after cpu feature detection to use more default mapping
2017-12-01, by vdeshpande
8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
2017-12-01, by vdeshpande
8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis"
2017-12-01, by roland
8191273: applications/ctw/modules tests fail intermittently
2017-12-01, by iignatyev
8190809: JVM crashes while generating appcds for classpath with empty directory entry
2017-12-01, by iklam
8192814: Update Graal
2017-12-01, by dlong
Merge
2017-12-01, by coleenp
8192898: AIX build broken after JDK-8190308
2017-12-01, by mdoerr
8192825: PPC64: Missing null check in C1 inline cache check
2017-12-01, by mdoerr
8192818: [s390]: restoring register contents calculates wrong value
2017-12-01, by lucy
8179083: Uninitialized notifier in Java Monitor Wait tracing event
2017-12-01, by egahlin
8192810: EnableThreadSMRStatistics should be default off in release builds
2017-12-01, by dcubed
8189439: Parameters type profiling is not performed from aarch64 interpreter
2017-12-01, by dpochepk
8191129: AARCH64: Invalid value passed to critical JNI function
2017-12-01, by dchuyko
8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
2017-12-01, by jgeorge
8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
2017-12-01, by jcm
8191821: Finer granularity for GC verification
2017-12-01, by sjohanss
8191914: New SA test timeout on windows
2017-12-01, by jgeorge
8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
2017-11-30, by mseledtsov
8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
2017-11-30, by mseledtsov
8190837: BasicType and BasicTypeSize should refer to HotSpot values
2017-12-01, by ysuenaga
8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
2017-11-30, by cjplummer
8191787: move private inline functions from thread.inline.hpp -> thread.cpp
2017-11-30, by dcubed
8191437: AOT doesn't work easily after thread local handshakes
2017-11-30, by dlong
8174101: Bootclasspath append should not invalidate CDS archive
2017-11-30, by ccheung
8192821: Make LogCompilation into a maven project
2017-11-30, by ecaspole
8186787: clang-4.0 SIGSEGV in Unsafe_PutByte
2017-11-30, by eosterlund
8191564: Refactor GC related servicability code into GC specific subclasses
2017-11-30, by rkennke
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
+10000
tip