2019-11-07 aefimov aefimov-dns-client-branch: Cleanup and address ANY type failures aefimov-dns-client-branch
2019-11-07 aefimov Merge aefimov-dns-client-branch
2019-11-07 naoto 8233579: DateFormatSymbols.getShortMonths() return wrong string on es_CL, es_CO locales
2019-11-07 dfuchs 8233403: Improve verbosity of some httpclient tests
2019-11-07 mgronlun 8232905: JFR fails with assertion: assert(t->unflushed_size() == 0) failed: invariant
2019-11-07 mgronlun 8233416: JFR: assert((((((klass)->trace_id()) & (((1 << 1) << 8) | (JfrTraceIdEpoch::in_use_this_epoch_bit()))) != 0))) failed: invariant
2019-11-07 pliden 8233793: ZGC: Incorrect type used in ZBarrierSetC2 clone_type()
2019-11-07 zgu 8233796: Shenandoah is broken after 8233708
2019-11-07 dholmes 8233784: ProblemList failing JVMTI scenario tests
2019-11-07 redestad 8233708: VectorSet cleanup
2019-11-07 eosterlund 8233073: Make BitMap accessors more memory ordering friendly
2019-10-22 roland 8232539: SIGSEGV in C2 Node::unique_ctrl_out
2019-11-06 mbaesken 8233328: fix minimal VM build on Linux s390x
2019-11-07 neliasso 8233783: Make 8232896 patch complete
2019-11-07 thartmann 8233491: Crash in AdapterHandlerLibrary::get_adapter with CDS due to code cache exhaustion
2019-11-07 dholmes 8233454: Test fails with assert(!is_init_completed(), "should only happen during init") after JDK-8229516
2019-11-07 jwilhelm Added tag jdk-14+22 for changeset 83810b7d12e7
2019-11-06 shade 8233698: GCC 4.8.5 build failure after JDK-8233530
2019-11-06 jiefu 8233671: [TESTBUG] runtime/cds/appcds/sharedStrings/FlagCombo.java fails to compile without jfr
2019-11-06 igerasim 8233658: Escape + in the expression describing Runtime.Version string
2019-11-06 xuelei 8223940: Private key not supported by chosen signature algorithm
2019-11-06 bulasevich 8231955: ARM32: Address displacement is 0 for volatile field access because of Unsafe field access.
2019-11-06 bulasevich 8233600: Cross-builds fails after JDK-8233285
2019-11-06 stuefe Merge stuefe-new-metaspace-branch
2019-11-06 shade 8233695: AArch64 build failures after -Wno-extra removal
2019-11-06 zgu 8233401: Shenandoah: Refactor/cleanup Shenandoah load barrier code jdk-14+22
2019-11-06 ysuenaga 8233375: JFR emergency dump does not recover thread state
2019-11-06 jiefu 8233659: [TESTBUG] runtime/cds/appcds/CommandLineFlagCombo.java fails when jfr is disabled
2019-11-06 igerasim 8233650: Javadoc for Math.floorMod(int, int) gives wrong example
2019-11-05 dholmes 8233599: ARM32 Build failed due to 8232050 missing an include
2019-11-05 lancea 8233622: (zipfs) open/test/jdk/jdk/nio/zipfs/CopyMoveTests.java has incorrect bug label
2019-11-05 aoqi 8233608: Minimal build broken after JDK-8233494
2019-11-05 michaelm Check for AF_UNIX support on Windows was not correct unixdomainchannels
2019-11-05 iveresov 8233590: Compiler thread creation fails with assert(_c2_count > 0 || _c1_count > 0) failed: No compilers?
2019-11-05 iignatyev 8233496: AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
2019-11-05 hannesw 8232209: Update double-conversion license file to version 3.1.5
2019-11-05 michaelm make benchmark use loopback address unixdomainchannels
2019-11-05 stuefe 8233530: gcc 5.4 build warning -Wc++14-compat after JDK-8233359
2019-11-05 michaelm added some micro benchmarks (SocketChannelCompare does direct comparison) unixdomainchannels
2019-11-05 mdoerr 8233081: C1: PatchingStub for field access copies too much
2019-10-31 neliasso 8232896: ZGC: Enable C2 clone intrinsic
2019-11-05 dmarkov 8232880: Update test documentation with additional settings for client UI tooltip tests
2019-11-05 jiefu 8233574: Shenandoah: build is broken without jfr
2019-11-05 redestad 8233495: Some fieldDescriptor methods can pass existing constantPoolHandle
2019-11-05 redestad 8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
2019-11-05 jiefu 8233429: Minimal and zero VM build broken after JDK-8227003
2019-10-31 stuefe 8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
2019-11-04 igerasim 8233422: Extra space in the title of the HTML javadoc page
2019-11-04 iklam 8232734: [TESTBUG] avoid using JDK symbols in ExtraSymbols.symbols.txt
2019-11-04 herrick 8232919 : If user installs msi and exe, two installations are found in Add/Remove JDK-8200758-branch
2019-11-04 herrick Merge JDK-8200758-branch
2019-11-04 bchristi 8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
2019-11-04 bpb 8233519: Put java/nio/channels/DatagramChannel/Unref.java on the problem list
2019-11-04 shade 8233520: Shenandoah: do not sleep when thread is attaching
2019-11-04 aph Merge
2019-11-01 aph 8233232: AArch64: Shenandoah: jni_fast_GetLongField is broken
2019-11-04 jiefu 8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
2019-11-04 coffeys 8232984: Upgrading Joni License version to 2.1.16
2019-11-04 ysuenaga 8233285: Demangling C++ symbols in jhsdb jstack --mixed
2019-11-04 stooke 8232973: Potential infinite loop in macOS hotspot agent
2019-11-04 michaelm Merge unixdomainchannels
2019-11-04 tschatzl 8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
2019-11-04 ihse 8233383: Various minor fixes
2019-11-04 ihse 8233381: Update copyright year in build system files
2019-11-04 chegar 8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
2019-11-04 jlahoda 8230847: Trees.getScope may crash when invoked for statement inside switch.
2019-10-30 mbaesken 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
2019-11-04 mbaesken 8233078: fix minimal VM build on Linux ppc64(le)
2019-11-04 jlahoda 8229815: Upgrade Jline to 3.12.1
2019-11-04 weijun 8231950: keytool -ext camel-case shorthand not working
2019-11-03 dholmes 8229516: Thread.isInterrupted() always returns false after thread termination
2019-11-03 alanb 8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
2019-11-02 alanb 8232673: (dc) DatagramChannel socket adaptor issues
2019-11-01 kbarrett 8233359: Add global sized operator delete definitions
2019-11-01 bpb 8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity
2019-11-01 jboes 8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
2019-11-01 ccheung 8233363: Clarify the DumpSharedSpaces condition in InstanceKlass::verify_on
2019-11-01 iveresov 8227003: Add high-level JIT compilation mode control mechanism
2019-11-01 dl 8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
2019-11-01 dl 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
2019-11-01 shade 8233387: Shenandoah: passive mode should disable pacing ergonomically
2019-11-01 herrick 8233333 : Incorrect comparison of number version strings in ToolValidator JDK-8200758-branch
2019-11-01 herrick 8233265: jpackage --add-modules cannot find additional modules with non-modular app JDK-8200758-branch
2019-10-31 herrick 8232186 : Add verification for pkg and dmg tests JDK-8200758-branch
2019-10-31 herrick 8233138 : Error 2343 when using --win-dir-chooser JDK-8200758-branch
2019-10-31 herrick 8233143 : RPM errors: rpmbuild: no spec files given for build JDK-8200758-branch
2019-10-31 herrick 8233218 : rpm uninstall errors (xdg-icon-resource: the icon size must be specified with --size) JDK-8200758-branch
2019-11-01 coleenp 8233386: Initialize NULL fields for unused decorations
2019-11-01 stuefe Micro loaders shall not retire chunks if the costs for retiring chunks outqweights the saved space stuefe-new-metaspace-branch
2019-11-01 stuefe Improve spacemanager logging stuefe-new-metaspace-branch
2019-11-01 stuefe Tune boot loader chunk sizes stuefe-new-metaspace-branch
2019-11-01 stuefe Print committed-free when tracing chunk details stuefe-new-metaspace-branch
2019-11-01 clanger 8232980: Cleanup initialization of function pointers into java.base from classloader.cpp
2019-10-15 rschmelter 8232168: Fix non wide char canonicalization on Windows
2019-10-31 dlong 8233273: Update Graal
2019-10-31 amenkov 8224159: JDWP IPv6 scope support
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 tip