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.
8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file
jdk-11+21
2018-07-03, by jjiang
8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
2018-07-02, by jjg
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
2018-07-11, by coleenp
8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
2018-07-11, by zgu
8173606: Deprecate constructors of 7-era visitors
2018-07-11, by darcy
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
jdk-12+2
2018-07-11, by shade
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
2018-07-10, by ccheung
8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
2018-07-10, by dl
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
2018-07-10, by dl
8206123: ArrayDeque created with default constructor can only hold 15 elements
2018-07-10, by dl
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
2018-07-10, by coleenp
8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
2018-07-10, by dholmes
8205878: pthread_getcpuclockid is expected to return 0 code
2018-07-09, by dholmes
8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
2018-07-09, by sherman
8204834: Fix confusing "allocate" naming in OopStorage
2018-07-09, by kbarrett
8206453: Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal
2018-07-09, by tschatzl
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
2018-07-08, by dholmes
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
2018-07-08, by jiangli
8206495: Redundant System.setProperty(null) tests
2018-07-06, by rriggs
8206439: Remove javac -source/-target 6 from langtools regression tests
2018-07-06, by darcy
8206440: Remove javac -source/-target 6 from jdk regression tests
2018-07-06, by darcy
8206164: forgot to "throw" TransformerConfigurationException
2018-07-06, by joehw
8205417: Obsolete UnlinkSymbolsALot debugging option
2018-07-06, by coleenp
8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni
2018-07-06, by hseigel
8202737: Obsolete AllowNonVirtualCalls option
2018-07-06, by coleenp
8206318: Enhance package documentation for internal javadoc packages
2018-07-05, by jjg
8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales.
2018-07-05, by naoto
8206272: Remove stray BarrierSetAssembler call
2018-07-05, by rkennke
8206407: Primitive atomic_cmpxchg_in_heap_at() in BarrierSet::Access needs to call non-oop raw method
2018-07-05, by rkennke
8205548: Remove multi-release jar related vm code
2018-07-05, by ccheung
8194899: Remove unused sun.net classes
2018-07-05, by bpb
Added tag jdk-12+1 for changeset 00b16d0457e4
2018-07-05, by jwilhelm
8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
jdk-12+1
2018-07-04, by ssahoo
8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
2018-07-03, by darcy
8206085: Refactor langtools/tools/javac/versions/Versions.java
2018-07-03, by darcy
8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
2018-07-03, by bpb
8206120: Add test cases for lenient Japanese era parsing
2018-07-03, by naoto
8206309: Tier1 SA tests fail
2018-07-03, by coleenp
8134538: Duplicate implementations of os::lasterror
2018-07-03, by coleenp
8205534: Remove SymbolTable dependency from serviceability agent
2018-07-03, by coleenp
8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type
2018-07-03, by erikj
8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
2018-07-02, by vtheeyarath
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
2018-07-03, by neliasso
Merge
2018-07-03, by jwilhelm
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
2018-07-02, by zgu
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
2018-07-02, by roland
Added tag jdk-11+20 for changeset 9816d7cc655e
2018-07-02, by jwilhelm
8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
2018-07-02, by mdoerr
8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
2018-07-02, by tschatzl
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
2018-07-02, by thartmann
8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
2018-06-30, by valeriep
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
2018-06-29, by serb
8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
2018-06-29, by iignatyev
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
2018-06-29, by iignatyev
8206117: failed to get JDK properties for JVM w/o JVMCI
2018-06-29, by iignatyev
8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert
jdk-11+20
2018-06-29, by thartmann
8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
2018-06-29, by thartmann
8206088: 8205207 broke builds
2018-06-28, by iignatyev
8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
2018-06-28, by epavlova
8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
2018-06-29, by weijun
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip