2019-02-26 mbaesken 8219630: cleanup hotspot ostream.cpp
2019-02-27 valeriep 8218780: Update MUSCLE PCSC-Lite header files
2019-02-26 amenkov 8181383: com/sun/jdi/OptionTest.java fails intermittently with bind failed: Address already in use
2019-02-25 fyang 8219635: aarch64: missing LoadStore barrier in TemplateTable::fast_storefield
2019-02-26 lancea 8219548: Better Null paramenter checking in ToolProvider
2019-02-19 aleonard 8219378: Ensure ReflectionFactory.langReflectAccess is initialized correctly
2019-02-26 ecaspole 8219664: LogCompilation: java.lang.Error: Unexpected method mismatch during late inlining
2019-02-26 coleenp 8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
2019-02-13 sgehwolf 8218913: Rename --strip-debug jlink plugin
2019-02-26 eosterlund 8219638: ZGC: Free ZNMethodDataOops under a lock
2019-02-26 eosterlund 8218974: Free GC native structures in nmethod::flush
2019-02-26 nishjain 8209175: Handle 'B' character introduced in CLDR 33 JDK update for Burmese (my) locale
2019-02-22 rschmelter 8219577: Returning NULL in a function which returns bools
2019-02-26 cjplummer 8219143: jdb should support breakpoint thread filters
2019-02-26 mikael 8219675: Disable harfbuzz warnings with gcc 8
2019-02-25 jjiang 8215524: Finished message validation failure should be decrypt_error alert
2019-02-25 darcy 8219561: Update jdeprscan to avoid the need for start-of-release changes
2019-02-25 mseledtsov 8219553: [TESTBUG] Problem list JFR TestPeriod test
2019-02-25 mullan 8159525: Add @FunctionalInterface annotation to PrivilegedAction and PrivilegedExceptionAction
2019-02-25 jgeorge 8214756: SA should ignore archived java heap objects that are not in use
2019-02-18 mbaesken 8218811: replace open by os::open in hotspot coding
2019-02-24 dholmes 8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test Deadlocked threads are not always detected
2019-02-24 vromero 8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
2019-02-23 shade 8219583: Windows build failure after JDK-8214777 (Avoid some GCC 8.X strncpy() errors in HotSpot)
2019-02-23 mikael 8219611: Remove superfluous sigfillset code
2019-02-22 iignatyev 8209807: improve handling exception in requires.VMProps
2019-02-22 stefank 8219571: ProblemList serviceability/sa/TestJmapCoreMetaspace.java
2019-02-22 coleenp 8078725: method adjustments can be done just once for all classes involved into redefinition
2019-02-22 iignatyev 8219158: use 'test.root' property instead of traversing test-src path
2019-02-22 bpb 8048192: (bf) Out of direct buffer memory message should include the limits
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
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 tip