2019-05-08 shade 8223589: Build failures after JDK-8223534 (add back fixed test_markOop.cpp)
2019-04-16 aeubanks 8220673: Add test library support for determining platform IP support
2019-05-08 naoto 8221432: Upgrade CLDR to Version 35.1
2019-05-08 shade 8223583: Build failure after JDK-8223567 (Rename ShenandoahBrooksPointer to ShenandoahForwarding)
2019-05-08 epavlova 8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java when running in Graal as JIT mode jdk-13+20
2019-05-08 rkennke 8223567: Rename ShenandoahBrooksPointer to ShenandoahForwarding
2019-05-08 coleenp 8223534: add back fixed test_markOop.cpp
2019-05-08 gziemski 8185525: Add JFR event for DictionarySizes
2019-05-08 aoqi 8222926: Shenandoah build fails with --with-jvm-features=-compiler1
2019-05-08 vromero 8222949: add condy support to javac's pool API
2019-05-08 hseigel 8217846: [Graal] vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java crash
2019-05-08 tonyp 8223397: gc+promotion log lines are missing the GC id
2019-05-08 rraghavan 8223445: compiler/intrinsics/mathexact/LongMulOverflowTest.java java timeout
2019-05-08 shade 8223570: Shenandoah needs to acquire lock before CLDG::clear_claimed_marks
2019-05-08 gadams 8223416: Exclude javax/management/monitor/DerivedGaugeMonitorTest.java until JDK-8042211 is fixed.
2019-05-08 coleenp 8223391: Unsynchronized iteration of ClassLoaderDataGraph
2019-05-08 rkennke 8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
2019-05-08 alanb 8223353: (ch) Change channel close implementation to not wait for I/O threads
2019-05-07 coleenp 8223481: gtest/GTestWrapper.java failed due to "assert(ret == 0) failed: sem_post failed; error='Invalid argument' (errno=EINVAL)"
2019-05-07 dholmes 8223437: Backout JDK-8219974 Restore static callsite resolution for the current class
2019-05-07 erikj 8223464: Improve version string for Oracle CI builds
2019-05-07 sviswanathan 8222074: Enhance auto vectorization for x86
2019-05-07 shade 8223447: Stabilize gc/shenandoah/TestStringDedupStress test
2019-05-07 shade 8223446: Shenandoah breaks alignment with some HumongousThreshold values
2019-05-07 erikj 8223319: Add copyright footer to specs and man pages
2019-05-07 dfuchs 8223463: Replace wildcard address with loopback or local host in tests - part 2
2019-05-07 naoto 8220037: Inconsistencies of generated timezone files between Windows and Linux
2019-05-07 jcbeyler 8223044: Add back exception checking in tests
2019-05-07 michaelm 8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
2019-05-07 shade 8223449: Unprotected UseCompressedOops block in gc/shenandoah/shenandoahBarrierSetC1_x86.cpp
2019-05-07 shade 8223450: Disable Shenandoah C2 barriers verification for x86_32
2019-05-07 shade 8223448: Shenandoah disabled barriers blocks omit LRB
2019-05-07 erikj 8223335: Compare baseline builds on linux are failing
2019-05-02 roland 8222738: Shenandoah: assert(is_Proj()) failed when running cometd benchmarks
2019-05-06 roland 8223389: Shenandoah optimizations fail with assert(!phase->exceeding_node_budget())
2019-05-07 xliu 8222670: pathological case of JIT recompilation and code cache bloat
2019-05-07 pliden 8223308: ZGC: Remove ZGranuleMap::size()
2019-05-07 vlivanov 8223422: [Graal] assert(!m->can_be_statically_bound(InstanceKlass::cast(ctxk))) failed: redundant
2019-04-25 dlong 8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
2019-05-07 kvn 8223332: Update JVMCI
2019-05-07 weijun 8219013: Update Apache Santuario (XML Signature) to version 2.1.3
2019-05-07 pli 8223054: [TESTBUG] Put graalJarsCP before existing classpath in GraalUnitTestLauncher
2019-05-07 dholmes 8222534: VerifyBeforeExit is not honored when System.exit is called
2019-05-07 igerasim 8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
2019-05-06 coleenp 8223412: tier1 build failure after 8222893
2019-05-06 sangheki 8221509: Refactor assert( G1CollectedHeap::used() == recalculate_used() ) with better message
2019-05-06 coleenp 8222893: markOopDesc::print_on() is a bit confused
2019-05-06 jwilhelm 8222665: Update Graal
2019-05-06 jiefu 8221542: ~15% performance degradation due to less optimized inline decision
2019-05-06 vlivanov 8219902: C2: MemNode::can_see_stored_value() ignores casts which carry control dependency
2019-05-06 vlivanov 8223171: Redundant nmethod dependencies for effectively final methods
2019-05-06 vromero 8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
2019-05-06 dtitov 8222667: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java failed with "event IS NOT a breakpoint"
2019-05-06 xuelei 8219991: New fix of the deadlock in sun.security.ssl.SSLSocketImpl
2019-05-06 gromero 8223395: PPC64: Improve comments in the JVM signal handler to match ISA text
2019-05-02 manc 8223267: Fix incorrect usage of GCTraceTime in g1FullCollector and g1CollectedHeap
2019-05-05 kbarrett 8223359: JDK-8221359 breaks TestG1ParallelPhases.java
2019-05-04 igerasim 8223174: Pattern.compile() can throw confusing NegativeArraySizeException
2019-05-04 kbarrett 8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
2019-05-03 darcy 8223178: Improve FileSystems.newFileSystem example with map factory methods
2019-05-03 erikj 8223309: test failing due to self-assign-overloaded
2019-05-03 pchilanomate 8220724: TestBiasedLockRevocationEvents fails while matching revoke events to VMOperation events
2019-05-03 darcy 8223265: Clarify operational semantics of java.util.Objects.equals()
2019-05-03 kvn 8223262: [AOT] jaotc crashes with assert(!(((ThreadShadow*)__the_thread__)->has_pending_exception())) failed: Should not allocate with exception pending
2019-05-03 mdoerr 8223248: [AIX] Remove old xlC 10 workaround for load acquire
2019-05-03 hseigel 8222500: runtime/8176717/TestInheritFD.java failed with java.nio.file.NoSuchFileException: /tmp/communication7071713601211876892.txt
2019-04-17 phedlin 8216137: assert failed: Live node limit exceeded.
2019-04-17 phedlin 8223143: Restructure/clean-up for 'loopexit_or_null()'.
2019-04-17 phedlin 8223142: Clean-up WS and CB.
2019-04-17 phedlin 8223141: Change (count) suffix _ct into _cnt.
2019-04-17 phedlin 8223140: Clean-up in 'ok_to_convert()'.
2019-04-17 phedlin 8223139: Rename mandatory policy-do routines.
2019-05-02 phedlin 8223138: Small clean-up in loop-tree support.
2019-04-17 phedlin 8223137: Rename predicate 'do_unroll_only()' to 'is_unroll_only()'.
2019-05-03 jjiang 8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
2019-05-02 coffeys 8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
2019-05-02 joehw 8223052: Cleanup: NodeSortRecord
2019-05-02 bpb 8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
2019-05-02 lancea 8218875: Add new FileSystems.newFileSystem methods
2019-05-02 bpb 8220793: (fs) No support for changing modification time of symlink
2019-05-02 zgu 8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice
2019-05-02 manc 8223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase
2019-05-02 michaelm 8216978: Drop support for pre JDK 1.4 SocketImpl implementations
2019-04-30 cushon 8219202: Use Unsynchronized StringBuilder in sun.net.www.ParseUtil
2019-05-02 zgu 8222992: Shenandoah: Pre-evacuate all roots
2019-05-02 dl 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05
2019-05-02 dl 8220248: fix headings in java.util.concurrent
2019-05-02 dl 8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
2019-05-02 dl 8221120: CopyOnWriteArrayList.set should always have volatile write semantics
2019-05-02 dl 8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
2019-05-02 dfuchs 8223145: Replace wildcard address with loopback or local host in tests - part 1
2019-05-02 stefank 8223064: Minor cleanups in ResolvedMethodTable
2019-05-02 stefank 8222986: Add parameter to skip clearing CHeapBitMaps when resizing
2019-04-15 stefank 8198505: Remove CollectorPolicy and its subclasses
2019-05-02 redestad 8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
2019-05-02 coleenp 8223194: runtime/Shutdown/ShutdownTest.java due to "OutOfMemoryError: Java heap too small"
2019-05-02 jwilhelm Added tag jdk-13+19 for changeset a43d6467317d
2019-05-01 manc 8223177: Data race on JvmtiEnvBase::_tag_map in double-checked locking
2019-05-01 darcy 8146726: Improve AbstractProcessor to issue warnings for repeated information
2019-05-01 joehw 8220818: Validator does not find missing match for keyref error jdk-13+19
2019-05-01 mseledtsov 8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
2019-05-01 bchristi 8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
2019-05-01 kvn 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
2019-05-01 vromero 8222744: add support for generating method handles from a variable symbol
2019-05-01 rraghavan 8202414: Unsafe write after primitive array creation may result in array length change
2019-05-01 martin 8223078: Add microbenchmark for array copying/clearing/resizing
2019-05-01 coleenp 8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355
2019-05-01 zgu 8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow
2019-05-01 coleenp 8074355: make MutexLocker smarter about non-JavaThreads
2019-05-01 coleenp 8213399: DecoderLocker is unused
2019-05-01 jcbeyler 8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
2019-04-30 dtitov 8222821: com/sun/jdi/ExceptionEvents.java failed
2019-04-30 jcbeyler 8215113: Sampling interval not always correct
2019-04-30 rhalade 8222137: Remove T-Systems root CA certificate
2019-04-30 rhalade 8216577: Add GlobalSign's R6 Root certificate
2019-04-30 erikj 8222913: Add Jib support for VERSION_EXTRA*
2019-04-30 dtitov 8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
2019-04-18 sgehwolf 8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
2019-04-30 thartmann 8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
2019-04-30 redestad 8222852: Reduce String concat combinator tree shapes by folding constants into prependers
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip