2019-07-24 psadhukhan Merge
2019-07-22 psadhukhan Merge
2019-08-29 darcy 8230074: Improve specification for {Math, StrictMath}.negateExact
2019-08-29 egahlin Rename firstNanos and lastNanos to filterStart and filterEnd JEP-349-branch
2019-08-29 egahlin Make stream thread non-daemon and remove unnecessary copying of filter JEP-349-branch
2019-08-29 egahlin Reduce allocation from logging JEP-349-branch
2019-08-29 jwilhelm Added tag jdk-14+12 for changeset 8570f22b9b6a
2019-08-28 jiefu 8230228: [TESTBUG] Several runtime/ErrorHandling tests may fail on some platforms
2019-08-28 mseledtsov 8230115: Problemlist JFR TestNetworkUtilization test
2019-08-28 amenkov 8228554: Accessibility errors in jdwp-protocol.html
2019-08-28 joehw 8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter jdk-14+12
2019-08-28 godin 8215166: Remove unused G1PretouchAuxiliaryMemory option
2019-08-28 kbarrett 8230126: delay_to_keep_mmu can delay shutdown
2019-08-28 herrick Merge JDK-8200758-branch
2019-08-28 herrick 8224833: jpackages differences between platforms JDK-8200758-branch
2019-08-28 herrick 8228660: .deb files generated by jpackage don't follow naming convention JDK-8200758-branch
2019-08-28 herrick 8229979: jpackage cleanup src files, help text, and javadoc JDK-8200758-branch
2019-08-28 herrick 8230191: Replace javacup logo with duke everywhere in jpackage JDK-8200758-branch
2019-08-28 dcubed 8230317: serviceability/sa/ClhsdbPrintStatics.java fails after 8230184
2019-08-28 dcubed 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
2019-08-28 iklam 8230294: runtime/cds/appcds/ClassPathAttr.java failed with jar operation failed
2019-08-26 neliasso 8230091: Add verification of clean_catch_blocks
2019-08-28 eosterlund 8229278: Improve hs_err location printing to assume less about GC internals
2019-08-28 mgronlun simplifications JEP-349-branch
2019-08-28 pliden 8230096: ZGC: Remove unused ZObjectAllocator::_nworkers
2019-08-28 pliden 8230092: ZGC: Consolidate ZBackingFile, ZBackingPath and ZPhysicalMemoryBacking on Linux
2019-08-28 pliden 8230090: ZGC: Introduce ZSyscall
2019-08-28 iklam 8227370: Remove SharedPathsMiscInfo
2019-08-28 iklam 8230168: Use ClasspathStream for FileMapInfo::create_path_array
2019-08-28 fyuan 8230010: Remove jdk8037819/BasicTest1.java
2019-08-27 igerasim 8226831: Use Objects.equals() when appropriate
2019-08-27 redestad 8228507: Archive FDBigInteger
2019-08-27 pchilanomate 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
2019-08-27 shade 8230118: 32-bit build failures after JDK-8227054
2019-08-27 eosterlund 8219708: Stop flushing OSR nmethods earlier in the sweeper
2019-08-27 kbarrett 8230192: Rename G1RedirtyCardsBufferList to G1BufferNodeList
2019-08-27 shade 8230215: MacOS debug build is broken after JDK-8230003
2019-08-27 jpai 8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
2019-08-27 mgronlun some cleanup JEP-349-branch
2019-08-27 mgronlun rename from JfrCheckpointMode to JfrCheckpointType JEP-349-branch
2019-08-27 shade 8230214: AArch64 build failures after JDK-8229836 (Remove include of globals.hpp from allocation.hpp)
2019-08-14 mbaesken 8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
2019-08-26 egahlin Add parser support for checkpoint cetagorization bits JEP-349-branch
2019-08-26 mgronlun checkpoint bit pattern JEP-349-branch
2019-08-26 erikj 8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR"
2019-08-26 dfuchs 8230000: some httpclients testng tests run zero test
2019-08-26 michaelm 8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
2019-08-26 mgronlun Thread metadata to include excluded threads, thread sampler to exclude excluded threads, thread name friend JEP-349-branch
2019-08-26 michaelm 8222363: Update ServerSocket.isBound spec to reflect implementation after close
2019-08-26 stefank 8224878: Use JVMFlag parameters instead of name strings
2019-08-26 stefank 8229836: Remove include of globals.hpp from allocation.hpp
2019-08-25 mgronlun epoch aware serialization tagging JEP-349-branch
2019-08-25 mgronlun typeset serialization cache JEP-349-branch
2019-08-25 mgronlun stacktrace serialization cache JEP-349-branch
2019-08-25 mgronlun fix merge error JEP-349-branch
2019-08-24 mgronlun New metadata system for oldobjects built on top of simplified tagging model. Caching and serialization improvements. Flushpoint checkpoint with chunkheader contents. JEP-349-branch
2019-08-23 coleenp 8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
2019-08-23 rriggs 8230104: JNU_IsInstanceOfByName needs const parameter
2019-08-23 dfuchs 8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
2019-08-23 rriggs 8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
2019-08-23 iklam 8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
2019-08-23 joehw 8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
2019-08-23 dfuchs 8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
2019-08-23 egahlin Add test for Recording::setFlushInterval JEP-349-branch
2019-08-23 egahlin Add support for checkpoint aware flushing JEP-349-branch
2019-08-23 egahlin Rename flush to flush-interval and add test for jcmd and -XX:StartFlightRecording JEP-349-branch
2019-08-23 egahlin Add example apps JEP-349-branch
2019-08-23 egahlin Fix warning JEP-349-branch
2019-08-23 egahlin Remove race condition in TestStart JEP-349-branch
2019-08-23 jdv Close metal-prototype-branch metal-prototype-branch
2019-08-23 afarley 8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
2019-08-23 neliasso 8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses
2019-08-23 neliasso 8228839: Non-CFG nodes have control edges to calls, instead of the call's control projection
2019-08-23 pliden 8229127: Make some methods in the allocation path non-virtual
2019-08-23 pliden 8229451: ZGC: Make some roots invisible to the heap iterator
2019-08-23 pliden 8227226: ZGC: Segmented array clearing
2019-08-22 jnimeh 8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
2019-08-22 egahlin Take timestamp on commit JEP-349-branch
2019-08-22 shade 8230046: Build failure after JDK-8230003
2019-08-22 aefimov 8078219: Verify lack of @test tag in files in java/net test directory
2019-08-22 lmesnik Merge
2019-08-22 lmesnik 8229957: Harden pid verification in attach mechanism
2019-08-22 mseledtsov 8226779: [TESTBUG] Test JFR API from Java agent
2019-08-22 lancea 8229887: (zipfs) zip file corruption when replacing an existing STORED entry
2019-08-22 coleenp Merge
2019-08-22 coleenp 8230003: Make Monitor inherit from Mutex
2019-08-22 mdoerr 8229925: [s390, PPC64] Exception check missing in interpreter
2019-08-22 michaelm 8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
2019-08-22 shade 8229998: Build failure after JDK-8227054
2019-08-22 shade 8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter
2019-08-22 rehn 8229967: Enable thread local handshakes on zero
2019-08-22 thartmann 8224624: Inefficiencies in CodeStrings::add_comment cause timeouts
2019-08-22 thartmann 8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
2019-08-22 ngasson 8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
2019-08-22 kvn 8229848: [Graal] missing Graal intrinsics for Electronic Code Book (ECB) encryption
2019-08-22 jwilhelm Added tag jdk-14+11 for changeset bf4c808a4488
2019-08-21 kbarrett 8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
2019-08-21 kbarrett 8227054: ServiceThread needs to know about all OopStorage objects
2019-08-21 rriggs 8207814: (proxy) upgrade the proxy class generator
2019-08-21 igerasim 8211360: Change #if DEF to #if defined(DEF) jdk-14+11
2019-08-21 amenkov 8228547: accessibility errors in jvmti.html
2019-08-21 rkennke 8229977: Shenandoah: save/restore FPU state aroud LRB runtime call
2019-08-21 hseigel 8229930: internal_name() in annotations.hpp returns "{constant pool}"
2019-08-21 bulasevich 8229254: solaris_x64 build fails after JDK-8191278
2019-08-21 sundar 8220700: jlink generated launcher script needs quoting to avoid parameter expansion
2019-08-21 jdv Merge metal-prototype-branch
2019-08-20 godin 8139820: URLClassPath.FileLoader constructor redundantly checks protocol
2019-08-20 lmesnik 8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
2019-08-20 rkennke 8229921: Shenandoah: Make Traversal mode non-experimental
2019-08-19 aeubanks 8229899: Make java.io.File.isInvalid() less racy
2019-08-20 dfuchs 8229916: Delete redundant test java/net/Socket/reset/Test.java
2019-08-20 godin 8152467: remove uses of anachronistic array declarations for method return type
2019-07-02 stefank 8227086: Use AS_NO_KEEPALIVE loads in HeapDumper
2019-08-19 stefank 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
2019-08-19 stefank 8229838: Rename markOop files to markWord
2019-08-20 herrick 8229788: Error dialog displays with DLL issue when installing WinChooserTest application JDK-8200758-branch
2019-08-20 herrick Merge JDK-8200758-branch
2019-08-20 herrick 8225447: Revise Debian packaging JDK-8200758-branch
2019-08-19 herrick 8215381: Investigate if current implementation of --license-file is correct for Debian packages JDK-8200758-branch
2019-08-19 herrick 8229795: Investigate registry key usage and need for --win-registry-name option. JDK-8200758-branch
2019-08-20 dfuchs 8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
2019-08-20 adinn 8224974: Implement JEP 352
2019-08-20 chagedorn 8229158: make UseSwitchProfiling non-experimental or false by-default
2019-08-20 tschatzl 8227442: Make young_index_in_cset zero-based
2019-08-20 thartmann 8228888: C2 compilation fails with assert "m has strange control"
2019-08-20 darcy 8202385: Annotation to mark serial-related fields and methods
2019-08-19 xuelei 8228757: Fail fast if the handshake type is unknown
2019-08-19 shade 8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp
2019-08-16 fweimer 8229835: Shenandoah should recommend -Xlog:safepoint+stats
2019-08-19 chegar 8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
2019-08-19 bulasevich 8229352: Use of an uninitialized register in 32-bit ARM template interpreter
2019-08-19 ysuenaga 8226204: SA: Refactoring for option processing in SALauncher
2019-08-19 dfuchs 8191169: java/net/Authenticator/B4769350.java failed intermittently
2019-08-19 redestad 8229773: Resolve permissions for code source URLs lazily
2019-08-17 jnimeh 8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException
2019-08-16 herrick 8213941: Debian linux problems in JavaPackager JDK-8200758-branch
2019-08-16 herrick 8229791: Code clean up regressions JDK-8200758-branch
2019-08-16 herrick 8229786: No output after WinShortcutTest.exe is launched JDK-8200758-branch
2019-08-16 dholmes 8229808: javaVFrame::print_lock_info_on fails to disable extra printing
2019-08-16 srukmannagar 8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
2019-08-16 kbarrett 8229044: G1RedirtyCardsQueueSet should be local to a collection
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
2019-08-08 herrick 8229252: Add descriptions to Windows jtreg tests JDK-8200758-branch
2019-08-08 herrick JDK-8224788: jpackage fails on OS X when using --runtime-image JDK-8200758-branch
2019-08-08 aefimov 8225430: Replace wildcard address with loopback or local host in tests - part 14
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 tip