Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
2018-12-19, by adinn
8216385: ZGC: Fix building without C2
2019-01-09, by pliden
8214862: assert(proj != __null) at compile.cpp:3251
2018-12-07, by roland
8215994: JDK 12 l10n resource file update - msg drop 10
2019-01-09, by ljiang
8216322: Missing since information in deprecation of constructor visitors
2019-01-08, by darcy
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
2019-01-05, by fyang
8216176: Clarify the singleton description in j.t.c.JapaneseEra class
2019-01-08, by naoto
8215438: jshell tool: Ctrl-D causes EOF
2019-01-08, by jlahoda
8216271: Make AllocateOldGenAt an unsupported option on AIX.
2019-01-08, by goetz
8216403: Allocate fewer EnumSets in JavacFileManager#list
2019-01-08, by cushon
8216302: StackTraceElement::fill_in can use cached Class.name
2019-01-09, by shade
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
2019-01-09, by igerasim
8216423: Remove FillDelaySlots
2019-01-09, by redestad
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
2019-01-09, by gadams
8216375: Revert JDK-8145579 after JDK-8076988 is resolved
2019-01-09, by ecaspole
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
2019-01-09, by shade
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
2019-01-09, by igerasim
8214442: Improve stack walk API by adding handle marks
2019-01-09, by hseigel
8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
2019-01-09, by hseigel
8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs
2019-01-09, by neliasso
8215995: Add specialized toArray methods to immutable collections
2019-01-09, by redestad
8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
2019-01-08, by darcy
8216366: Add rationale to PER_CPU_SHARES define
2019-01-08, by sgehwolf
8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect
2019-01-07, by zgu
8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
2019-01-07, by zgu
8215495: Set isCopy to JNI_FALSE if len == 0
2019-01-08, by jcbeyler
Merge
2019-01-08, by ecaspole
8076988: reevaluate trivial method policy
2019-01-08, by ecaspole
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
2019-01-08, by redestad
8216262: Remove develop flag DelayCompilationDuringStartup
2019-01-08, by redestad
8216269: [s390] Debug build broken because CodeBlob has not been declared
2019-01-08, by mdoerr
8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
2019-01-08, by redestad
Merge
2019-01-08, by psadhukhan
Merge
2019-01-07, by psadhukhan
8211267: StackOverflowError happened by TextField.setFont(...)
2019-01-06, by itakiguchi
8215756: Memory leaks in the AWT on macOS
2019-01-05, by serb
8215909: Typo in Swing ProcessMouseEvent method documentation
2019-01-04, by psadhukhan
8215910: Typo in AWT InvocationEvent Method Documentation.
2019-01-04, by kaddepalli
8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry
2018-12-20, by aivanov
8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow
2018-12-19, by serb
6714324: Removing a component from a JTabbedPane does not clear its accessibleParent
2018-12-17, by kaddepalli
8214461: Some unused classes may be removed
2018-12-15, by serb
8196681: Java Access Bridge logging and debug flags dynamically controlled
2018-12-14, by kaddepalli
Merge
2018-12-12, by psadhukhan
8215123: Crash in runtime image built with jlink --compress=2
2018-12-11, by aivanov
Merge
2019-01-08, by jwilhelm
8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
2019-01-07, by eosterlund
8216266: ProblemList PeelingZeroTripCount.java
2019-01-07, by jwilhelm
8215400: Warn on usage of trampolines with gcc
2019-01-07, by erikj
8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
2019-01-04, by mseledtsov
8216021: RunTest.gmk might set concurrency level to 1 on Windows
2019-01-04, by erikj
8215888: Register to register spill may use AVX 512 move instruction on unsupported platform.
2019-01-03, by sviswanathan
8215947: JVM crash with -XX:+DumpSharedSpaces
2019-01-03, by ccheung
8215265: C2: range check elimination may allow illegal out of bound access
2018-12-14, by roland
8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.
2018-12-31, by goetz
8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
2018-12-13, by roland
8208184: IllegalArgumentException while invoking code completion on netbeans IDE
2019-01-03, by sdama
Added tag jdk-12+26 for changeset de9fd809bb47
2019-01-03, by jwilhelm
8214738: javadoc should honor styles in doc-files
2019-01-08, by pmuthuswamy
8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale.
2019-01-07, by dzhou
8216154: C4819 warnings at HotSpot sources on Windows
2019-01-08, by ysuenaga
8215985: ZGC: Simplify reference processing in light of JDK-8175797
2019-01-07, by kbarrett
8216205: Java API documentation formatting error in System.getEnv
2019-01-07, by rriggs
8216275: Disable annotation processing lint warnings when building microbenchmarks
2019-01-07, by redestad
8216134: (process) ProcessBuilder startPipeline does not hide piped streams
2019-01-07, by rriggs
8216267: Fix hotspot-ide-project target on WSL
2019-01-07, by erikj
8216197: Remove unused new_hash methods
2019-01-07, by redestad
8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd
2019-01-04, by mbaesken
8216188: Remove expired flags in JDK 13
2019-01-06, by dholmes
8216191: Remove FastSuperclassLimit
2019-01-05, by redestad
8216189: Remove Klass::compute_is_subtype_of
2019-01-05, by redestad
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
2019-01-05, by fyang
8216155: C4819 warning at libfreetype sources on Windows
2019-01-05, by ysuenaga
8215731: Move forward class definitions out of globalDefinitions.hpp
2019-01-04, by coleenp
8215412: Optimize PrintStream.println methods
2019-01-04, by redestad
8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead
2019-01-04, by hseigel
8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
2019-01-04, by joehw
8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
2019-01-04, by rriggs
8216067: Unused local vars in windows/native/libjava/io_util_md.c
2019-01-04, by rriggs
8216157: Enable inlining of java_lang_Class::is_primitive
2019-01-04, by redestad
8215771: The jfr tool should pretty print reference chains
2019-01-04, by egahlin
8216048: Fix devkit creation in WSL
2019-01-04, by erikj
8213457: serviceability/sa/ClhsdbInspect.java time out
2019-01-04, by jgeorge
8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
2019-01-03, by mbaesken
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
2019-01-03, by gadams
Merge
2019-01-03, by ecaspole
8196347: LogCompilation: generate log file on the fly for input to junits
2019-01-03, by ecaspole
Merge
2019-01-03, by coffeys
8215911: Various Typos in SQL Method Documentation
2019-01-03, by coffeys
8215912: Various Typos in java.net Method Documentation
2019-01-03, by coffeys
8182992: Typo in DatagramPacket constructor API doc
2019-01-03, by coffeys
8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
2019-01-03, by coffeys
8215644: Clean up globalDefinitions_<compiler>.hpp
2019-01-03, by hseigel
8215991: Stop hiding exception from ArtifactResolver failures in tests
2019-01-03, by erikj
Added tag jdk-13+2 for changeset 50677f43ac3d
2019-01-03, by jwilhelm
6996807: FieldReflectorKey hash code computation can be improved
2019-01-02, by igerasim
8215572: Add new Arrays micros
2019-01-02, by ecaspole
8215990: Avoid using reflection to create common default URLStreamHandlers
2019-01-02, by redestad
8215643: Microbenchmarks for KeyAgreement and Cipher
2019-01-02, by apetcher
8215791: Tiny bug in VM monitoring/management
2018-12-21, by ghaug
8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'.
2019-01-02, by hseigel
Merge
2019-01-02, by jwilhelm
8214567: Use {@systemProperty} for definitions of system properties
jdk-12+26
2018-12-26, by rpatil
8215898: Build broken on 32-bit after JDK-8211425
2018-12-22, by sjohanss
8215897: Build broken on zero after JDK-8211424
2018-12-22, by sjohanss
8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
2018-12-21, by sangheki
8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
2018-12-21, by sangheki
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
2018-12-21, by aph
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
2018-12-21, by aph
8215291: Broken links when generating from project without modules
2018-12-21, by hannesw
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
2018-12-21, by pbansal
8211343: nsk_jvmti_parseoptions should handle multiple suboptions
2019-01-02, by gadams
8215445: Enable building for Windows in WSL
jdk-13+2
2019-01-02, by erikj
8215977: hsdis installation documentation update
2019-01-01, by dholmes
8213481: [REDO] Fix incorrect copy constructors in hotspot
2018-12-31, by kbarrett
8214687: Optimize Collections.nCopies().hashCode() and equals()
2018-12-30, by tvaleev
8215966: GeneratePropertyPassword.sh uses bash syntax
2018-12-28, by phh
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
2018-12-28, by dholmes
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
2018-12-21, by mbaesken
8214097: Rework thread initialization and teardown logic
2018-12-27, by dholmes
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip