2019-08-16 egahlin Test streaming over missing chunks JEP-349-branch
2019-08-16 igerasim 8221307: String.substring() OOB exception on start index reports improper information
2019-08-16 poonam 8229420: [Redo] jstat reports incorrect values for OU for CMS GC
2019-08-16 egahlin Fix broken generated Event::commit() and add test to verify behavior JEP-349-branch
2019-08-16 egahlin Minor docs fix JEP-349-branch
2019-08-16 eosterlund 8229345: Memory leak due to vtable stubs not being shared on SPARC
2019-08-16 dfuchs 8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException
2019-08-06 stefank 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
2019-08-16 herrick 8224594: Simplify jpackage Logging JDK-8200758-branch
2019-08-16 jdv Change log priority for not implemented Opcodes and add logging for opcode name metal-prototype-branch
2019-08-16 lkorinth 8224666: Parallel GC: Use WorkGang (8: obsolete and remove flags)
2019-08-16 lkorinth 8224665: Parallel GC: Use WorkGang (7: remove task manager)
2019-08-16 lkorinth 8224664: Parallel GC: Use WorkGang (6: PSRefProcTaskProxy)
2019-08-16 lkorinth 8224663: Parallel GC: Use WorkGang (5: ScavengeRootsTask)
2019-08-16 lkorinth 8224662: Parallel GC: Use WorkGang (4: SharedRestorePreservedMarksTaskExecutor)
2019-08-16 lkorinth 8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask)
2019-08-16 lkorinth 8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)
2019-08-16 lkorinth 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
2019-08-16 weijun 8229775: Incorrect warning when jar was signed with -sectionsonly
2019-08-15 ccheung 8226645: [TESTBUG] some AppCDS tests rely on illegal reflective access
2019-08-15 bobv 8229699: [Graal] jck tests fail on windows with AOTed Graal
2019-08-15 mchung 8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
2019-08-15 jlahoda 8226848: jline/terminal/impl files missing classpath exception clause in license header
2019-08-15 herrick 8215446 : JPackageCreateInstallerInstallDirTest fails on OLE7 JDK-8200758-branch
2019-08-15 dfuchs 8229486: Replace wildcard address with loopback or local host in tests - part 21
2019-08-15 weijun 8229767: Typo in java.security: Sasl.createClient and Sasl.createServer
2019-08-15 rehn 8225788: Dead code in thread and safepoint
2019-08-15 ngasson 8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
2019-08-15 jwilhelm Added tag jdk-14+10 for changeset ececb6dae777
2019-08-15 egahlin Test streaming without repository being created JEP-349-branch
2019-08-15 egahlin Add streaming support for repository migration JEP-349-branch
2019-08-15 egahlin Fix type in comment JEP-349-branch
2019-08-15 egahlin Rotate disk on JFR.configure repositorypath=... JEP-349-branch
2019-08-14 dholmes 8228858: Reimplement JVM_RawMonitors to use PlatformMutex
2019-08-14 herrick 8229750: Fix bad merge of JDK-8215447 patch JDK-8200758-branch
2019-08-14 shade 8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default jdk-14+10
2019-08-14 shade 8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs)
2019-08-14 egahlin Add streaming API to unspported test JEP-349-branch
2019-08-14 lancea 8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider
2019-08-14 coleenp 5103339: Strengthen NoSafepointVerifier
2019-08-14 herrick Merge JDK-8200758-branch
2019-08-14 herrick 8226534: combination of windows options cause exception in MsiBundler JDK-8200758-branch
2019-08-14 herrick 8215447: Investigate if current implementation of --license-file is correct for RPM packages JDK-8200758-branch
2019-08-13 herrick 8229138: Add --linux-app-release option for DEB and RPM packages JDK-8200758-branch
2019-08-12 herrick 8227172: revert JDK-8225569 on windows JDK-8200758-branch
2019-08-14 prappo 8217606: LdapContext#reconnect always opens a new connection
2019-08-14 dholmes 8228857: Refactor PlatformMonitor into PlatformMutex and PlatformMonitor
2019-08-14 valeriep 8228835: Memory leak in PKCS11 provider when using AES GCM
2019-08-14 valeriep 8228613: java.security.Provider#getServices order is no longer deterministic
2019-08-13 mchung 8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works
2019-08-13 dcubed 8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp
2019-08-13 naoto 8211990: DateTimeException thrown when calculating duration between certain dates
2019-08-13 zgu 8229474: Shenandoah: Cleanup CM::update_roots()
2019-08-13 dfuchs 8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
2019-08-13 aefimov 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
2019-08-13 rkennke 8229470: Shenandoah: Fix C1 getAndSetObject() failure
2019-08-13 shade 8229419: Shenandoah: Cleanup LRB strength selector code
2019-08-13 egahlin Add missing driver file JEP-349-branch
2019-08-13 egahlin Put driver for security tests in separate file JEP-349-branch
2019-08-13 jlahoda 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
2019-08-13 jlahoda 8228647: Broken enum produce inconvenient errors and AST
2019-08-13 jlahoda 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
2019-08-13 thartmann 8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late
2019-08-13 thartmann 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
2019-08-13 thartmann 8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed
2019-08-13 jdv TODO logs for text rendering metal-prototype-branch
2019-08-13 xuelei 8226374: Restrict TLS signature schemes and named groups
2019-08-13 egahlin Security handling, but two tests fails with driver JEP-349-branch
2019-08-12 rkennke 8228369: Shenandoah: Refactor LRB C1 stubs
2019-08-12 shade 8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations
2019-08-12 redestad 8229407: Avoid ConcurrentHashMap resizes during bootstrap
2019-08-12 michaelm 8185898: setRequestProperty(key, null) results in HTTP header without colon in request
2019-08-09 mbaesken 8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed in validateStackTrace()
2019-08-12 pliden 8229406: ZGC: Fix incorrect statistics
2019-08-12 mdoerr 8229236: CriticalJNINatives: dll handling should be done in native thread state
2019-08-12 thartmann 8225670: compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
2019-08-10 herrick Merge JDK-8200758-branch
2019-08-10 herrick 8229334: JPackager .exe packages cannot be executed due to missing DL JDK-8200758-branch
2019-08-09 jjg 8229386: Typo "lables" in doc comment
2019-08-09 iklam 8229267: [TESTBUG] Remove unnecessary @modules dependencies in CDS tests
2019-08-09 jjg 8227697: Improve text in Taglet API spec for expected results with standard doclet
2019-08-09 cjplummer 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
2019-08-09 egahlin Remove obsolete EventConsumer.java file JEP-349-branch
2019-08-09 redestad 8229283: StringLatin1 should consistently use CharacterDataLatin1.instance when applicable
2019-08-09 shade 8229350: Shenandoah does not need barriers before CreateEx
2019-08-09 rehn 8226228: Make Threads_lock an always safepoint checked lock.
2019-08-09 eosterlund 8229027: Improve how JNIHandleBlock::oops_do distinguishes oops from non-oops
2019-08-09 jwilhelm Merge
2019-08-09 jwilhelm Added tag jdk-13+33 for changeset 9c250a7600e1
2019-08-08 diazhou 8229180: Remove EA from JDK 13 version string jdk-13+33 jdk-13-ga
2019-08-08 ljiang 8228778: JDK 13 L10n resource files update - msgdrop 20
2019-08-08 rrich 8228359: [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
2019-08-08 thartmann 8229219: C2 compilation fails with assert: Bad graph detected in build_loop_late
2019-08-08 jwilhelm Added tag jdk-13+33 for changeset 5c85b58e2a42
2019-08-08 egahlin Add EventStream::setEndTime(...) and a first stab at priviliged access to local repository JEP-349-branch
2019-08-08 herrick Merge JDK-8200758-branch
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 tip