2019-02-22 bpb 8011135: (bf) CharBuffer.put(String) is slow because of String.charAt() call for each char
2019-02-22 iignatyev 8219417: bump jtreg requiredVersion to b14
2019-02-22 shade 8219574: Minimal VM build failure after JDK-8219414
2019-02-22 redestad 8219554: Redundant lookup_common in SymbolTable::add
2019-02-22 bulasevich 8217647: JFR: recordings on 32-bit systems unreadable
2019-02-22 pmuthuswamy 8219575: jdk/javadoc/tool/removeOldDoclet/RemoveOldDoclet test fails in mach5
2019-02-22 rehn 8219436: Safepoint logs correction and misc
2019-02-21 stefank 8219469: ZGC: Extract functions out from ZNMethodTable into new ZNMethod class
2019-02-20 stefank 8219468: ZGC: Extract iteration functionality into a new ZNMethodTableIteration class
2019-02-20 stefank 8219467: ZGC: Move ZNMethodData to its own file
2019-02-20 stefank 8219466: ZGC: Extract allocation functionality into a new ZNMethodAllocator class
2019-02-20 stefank 8219464: ZGC: Move nmethod oop properties from ZNMethodTableEntry to ZNMethodData
2019-02-21 stefank 8219573: Add NMethodClosure
2019-02-20 stefank 8219463: ZGC: Remove redundant ZNMethodTable::_iter_lock
2019-02-19 stefank 8219462: ZGC: Use wait/notify in ZNMethodTable
2019-02-22 redestad 8219247: Enable inlining of newly introduced PlatformMonitor methods
2019-02-22 pmuthuswamy 8215584: Remove support for the "old" doclet API in com/sun/javadoc
2019-02-22 iklam 8218751: Do not store original classfiles inside the CDS archive
2019-02-22 jjg 8219558: jdk/javadoc tests fail with missing headings: h1
2019-02-22 mikael 8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
2019-02-21 jjg 8216170: java.lang.IllegalArgumentException: directories not supported
2019-02-21 jjg 8219497: Unused parameter in HtmlDocletWriter::printHtmlDocument
2019-02-21 jjg 8215307: Pages do not have <h1>
2019-02-21 darcy 8219254: Update explicit uses of latest source/target in langtools tests to a property
2019-02-21 naoto 8218960: CONFIG level logging statements printed in CLDRCalendarDataProviderImpl.java even when default log Level is INFO
2019-02-21 dfuchs 8216363: NullPointerException in java.util.logging.Handler#isLoggable
2019-02-18 roland 8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses
2019-02-21 coleenp 8153413: Exceptions::_throw always logs exceptions, penalizing performance
2019-02-21 shade 8219524: Shenandoah misreports "committed" size in MemoryMXBean
2019-02-21 jwilhelm Merge
2019-02-21 jwilhelm Added tag jdk-12+33 for changeset b67884871b5f
2019-02-21 ysuenaga 8219414: SA: jhsdb jsnap throws UnmappedAddressException with core generated by gcore
2019-02-21 gadams 8219388: Misleading log message "issuspended002a debuggee launched"
2019-02-21 rkennke 8219486: Missing reg_mask_init() breaks x86_32 build
2019-02-20 mbaesken 8219460: ppc: adjust NativeGeneralJump::insert_unconditional to stack allocated MacroAssembler
2019-02-21 pmuthuswamy 8213354: Support package-specific stylesheets
2019-02-21 xuelei 8168069: X509TrustManagerImpl causes ClassLoader leaks with unparseable extensions
2019-02-21 dholmes 8217765: Internal Error (javaCalls.cpp:61) guarantee(thread->can_call_java()) failed
2019-02-21 jjg 8218998: Add metadata to generated API documentation files
2019-02-21 jwilhelm Added tag jdk-13+9 for changeset c081f3ea6b93
2019-02-20 hseigel 8218995: Deprecate the -XX:FailOverToOldVerifier option
2019-02-20 iignatyev 8219476: cleanup hotspot ProblemList jdk-13+9
2019-02-20 phh Merge
2019-02-20 phh 8215622: Add dump to file support for jmap –histo
2019-02-20 iignatyev 8219395: integrate gcov w/ run-test
2019-02-20 valeriep 8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
2019-02-20 bpb 5029431: (bf) Add absolute bulk put and get methods
2019-02-20 hseigel Merge
2019-02-20 hseigel 8214719: Deprecate -Xverify:none option
2019-02-20 xuelei 8219389: Delegated task created by SSLEngine throws BufferUnderflowException
2019-02-20 mikael 8219142: Remove unused JIMAGE_ResourcePath
2019-02-20 rkennke 8203232: Shenandoah: Resolve oops in SATB filter
2019-02-20 zgu 8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer
2019-02-20 rehn 8219441: test_logMessageTest missing static storage
2019-02-20 zgu 8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread
2019-02-20 tschatzl 8219096: Merge print_termination_stats code with current logging
2019-02-20 hseigel 8167548: [TESTBUG] Logging tests put log files in source tree
2019-02-20 pliden 8218767: ZGC: Do not assume that r12 is a special register in C2
2019-02-20 pliden 8219332: ZGC: Improve ZRootsIteratorClosure abstraction
2019-02-20 pliden 8219331: ZGC: Unify TLAB retire/remap handling
2019-02-20 rkennke 8217909: Make unused r12 register (without compressed oops) available to regalloc in C2
2019-02-20 jlahoda 8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows
2019-02-20 tschatzl 8219098: Make output of region strings more regular in error messages
2019-02-20 redestad 8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable
2019-02-19 mbaesken 8218965: aix: support xlclang++ in the compiler detection
2019-02-20 iignatyev 8219132: switch to jtreg4.2-b14
2019-02-19 erikj 8219394: Missing FIXPATH in microbenchmark test runner
2019-02-19 redestad 8219393: Add native library support for microbenchmarks
2019-02-19 iignatyev 8219391: extend gcov support to llvm/clang
2019-02-19 bpb 8065262: (bf spec) CharBuffer.chars() should make it clearer that the sequence starts from the buffer position
2019-02-19 erikj 8218135: Redo: Add ppc64le and s390x profiles to jib-profiles.js
2019-02-19 erikj 8217032: Check pandoc capabilities in configure
2019-02-19 erikj 8211016: make images does not update jdk/lib/src.zip with latest changes
2019-02-19 erikj 8219129: Allow overriding of license files in legal dir
2019-02-19 cjplummer 8218947: jdb threads command should print threadID in decimal, not hex
2019-02-19 jwilhelm Merge
2019-02-19 sviswanathan 8219151: Illegal instruction exception on JDK 12 due to incorrect CPU feature bits jdk-12+33 jdk-12-ga
2019-02-14 jwilhelm Added tag jdk-12+32 for changeset 4ce47bc1fb92
2019-02-19 zgu 8219368: Quarantine runtime/NMT/CheckForProperDetailStackTrace.java test
2019-02-19 igerasim 4887513: Typo in RMIFailureHandler interface doc page
2019-02-18 azeller 8219228: java/util/Base64/TestEncodingDecodingLength.java failing on 8GB test machine
2019-02-19 tschatzl 8219097: Move comment about using weak code blobs closure for code root scanning to correct place
2019-02-19 tschatzl 8218920: Scan HCC should be on the same level as Update RS etc. in the log
2019-02-19 tschatzl 8218672: AOT code root scanning shows in the wrong position in the logs
2019-02-19 stefank 8218978: SA: Enable more ZGC testing
2019-02-19 stefank 8218970: SA: Enable HeapHprofBinWriter for ZGC
2019-02-19 stefank 8218922: SA: Enable best-effort implementation of live regions iteration for ZGC
2019-02-19 stefank 8219003: SA: Refactor live regions iteration in preparation for JDK-8218922
2019-02-19 stefank 8218746: SA: Implement discontiguous bitmap for ZGC
2019-02-19 stefank 8218743: SA: Add support for large bitmaps
2019-02-19 stefank 8218734: SA: Incorrect and raw loads of OopHandles
2019-02-19 stefank 8218733: SA: CollectedHeap provides broken implementation for used() and capacity()
2019-02-19 stefank 8218732: SA: Resolves ZPageAllocator::_physical incorrectly
2019-02-19 stefank 8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject
2019-02-18 mbaesken 8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark
2019-02-19 thartmann 8218721: C1's CEE optimization produces safepoint poll with invalid debug information
2019-02-19 psadhukhan Merge
2019-02-18 psadhukhan Merge
2019-02-17 itakiguchi 8212678: Windows IME related patch
2019-02-15 ssadetsky 8218473: JOptionPane display issue with GTKLookAndFeel
2019-02-15 ssadetsky 8218479: JTextPane display issue with GTKLookAndFeel
2019-02-15 pbansal 8218469: JSlider display issue with slider for GTKLookAndFeel
2019-02-14 aivanov 8218682: [TEST_BUG] DashOffset fails in mach5
2019-02-14 akolarkunnu 8218599: Add test group jdk_client_sanity under jdk_desktop group
2019-02-08 dchuyko 8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
2019-02-07 aivanov 8217263: Automate DashOffset test
2019-02-07 psadhukhan Merge
2019-02-06 mhalder 8207938: At step6,Click Add button,case failed automatically.
2019-02-05 serb 8216592: Removal of the class sun.awt.AWTSecurityManager
2019-02-18 kbarrett 8214363: HeapWord should not be a fake class
2019-02-18 iignatyev 8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac
2019-02-18 thartmann 8219232: Unit of concurrent active time logging is wrong
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 tip