Thu, 20 Sep 2018 21:14:38 +0200 8210963: Build failures after "8210829: Modularize allocations in C2"
shade [Thu, 20 Sep 2018 21:14:38 +0200] rev 51826
8210963: Build failures after "8210829: Modularize allocations in C2" Reviewed-by: rkennke, thartmann
Thu, 20 Sep 2018 21:05:00 +0200 8210931: JLI and launchers normalization and cleanup
ihse [Thu, 20 Sep 2018 21:05:00 +0200] rev 51825
8210931: JLI and launchers normalization and cleanup Reviewed-by: alanb, erikj
Thu, 20 Sep 2018 20:54:19 +0200 8210962: Deprecate jdk-variant
ihse [Thu, 20 Sep 2018 20:54:19 +0200] rev 51824
8210962: Deprecate jdk-variant Reviewed-by: shade, erikj
Tue, 18 Sep 2018 21:47:14 -0700 8210875: Refactor CompactHashtable
iklam [Tue, 18 Sep 2018 21:47:14 -0700] rev 51823
8210875: Refactor CompactHashtable Reviewed-by: ccheung, jiangli
Thu, 20 Sep 2018 18:39:53 +0200 8210960: Allow --with-boot-jdk-jvmargs to work during configure
ihse [Thu, 20 Sep 2018 18:39:53 +0200] rev 51822
8210960: Allow --with-boot-jdk-jvmargs to work during configure Reviewed-by: erikj
Thu, 20 Sep 2018 18:38:34 +0200 8210941: Stop filtering out -xregs=no%appl for libsunec
ihse [Thu, 20 Sep 2018 18:38:34 +0200] rev 51821
8210941: Stop filtering out -xregs=no%appl for libsunec Reviewed-by: erikj
Thu, 20 Sep 2018 18:37:25 +0200 8210944: Stop replacing -MD with -MT in libwindowsaccessbridge
ihse [Thu, 20 Sep 2018 18:37:25 +0200] rev 51820
8210944: Stop replacing -MD with -MT in libwindowsaccessbridge Reviewed-by: erikj
Thu, 20 Sep 2018 18:33:19 +0200 8210949: Stop filtering out -xc99=%none for liblcms
ihse [Thu, 20 Sep 2018 18:33:19 +0200] rev 51819
8210949: Stop filtering out -xc99=%none for liblcms Reviewed-by: erikj
Thu, 20 Sep 2018 14:04:44 +0200 8210883: ZGC: Parallel retire/resize/remap of TLABs
pliden [Thu, 20 Sep 2018 14:04:44 +0200] rev 51818
8210883: ZGC: Parallel retire/resize/remap of TLABs Reviewed-by: eosterlund
Thu, 20 Sep 2018 14:04:43 +0200 8210857: Allow retiring TLABs and collecting statistics in parallel
pliden [Thu, 20 Sep 2018 14:04:43 +0200] rev 51817
8210857: Allow retiring TLABs and collecting statistics in parallel Reviewed-by: sjohanss, eosterlund
Thu, 20 Sep 2018 08:11:21 -0400 8202201: All oop stores in the x64 interpreter are treated as volatile when using G1
coleenp [Thu, 20 Sep 2018 08:11:21 -0400] rev 51816
8202201: All oop stores in the x64 interpreter are treated as volatile when using G1 Summary: ran out of registers, generated volatile and non-volatile branches. Reviewed-by: eosterlund, dholmes
Wed, 12 Sep 2018 14:08:15 +0200 8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4
phedlin [Wed, 12 Sep 2018 14:08:15 +0200] rev 51815
8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4 Summary: Sanity checks on V8 legacy properties removed. Reviewed-by: neliasso, eosterlund, kvn
Thu, 20 Sep 2018 08:59:03 +0200 8210920: Native C++ tests are not using CXXFLAGS
ihse [Thu, 20 Sep 2018 08:59:03 +0200] rev 51814
8210920: Native C++ tests are not using CXXFLAGS Reviewed-by: tbell, erikj
Wed, 19 Sep 2018 20:07:02 -0400 8210889: Some service thread cleanups can be starved
kbarrett [Wed, 19 Sep 2018 20:07:02 -0400] rev 51813
8210889: Some service thread cleanups can be starved Summary: Do all available work on each iteration. Reviewed-by: pliden, tschatzl, coleenp
Wed, 19 Sep 2018 16:07:03 -0700 8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
jnimeh [Wed, 19 Sep 2018 16:07:03 -0700] rev 51812
8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth Reviewed-by: wetmore
Thu, 20 Sep 2018 00:19:46 +0200 8210924: Remove PACKAGE_PATH
ihse [Thu, 20 Sep 2018 00:19:46 +0200] rev 51811
8210924: Remove PACKAGE_PATH Reviewed-by: tbell
Thu, 20 Sep 2018 00:16:23 +0200 Added tag jdk-12+12 for changeset 15094d12a632
jwilhelm [Thu, 20 Sep 2018 00:16:23 +0200] rev 51810
Added tag jdk-12+12 for changeset 15094d12a632
Wed, 19 Sep 2018 16:51:22 -0400 8210879: ClassLoaderStatsClosure does raw oop comparison
zgu [Wed, 19 Sep 2018 16:51:22 -0400] rev 51809
8210879: ClassLoaderStatsClosure does raw oop comparison Summary: Uses oopDesc::equals() for comparing oop equality Reviewed-by: shade
Wed, 19 Sep 2018 22:42:34 +0200 8210919: Remove statically linked libjli on Windows
ihse [Wed, 19 Sep 2018 22:42:34 +0200] rev 51808
8210919: Remove statically linked libjli on Windows Reviewed-by: erikj
Wed, 19 Sep 2018 15:25:05 -0400 8198717: Remove compute_optional_offset
coleenp [Wed, 19 Sep 2018 15:25:05 -0400] rev 51807
8198717: Remove compute_optional_offset Summary: remove optional_offset computation and related unused code from javaClasses for reflection. Reviewed-by: redestad, lfoltan
Wed, 19 Sep 2018 21:31:33 +0200 8210829: Modularize allocations in C2
rkennke [Wed, 19 Sep 2018 21:31:33 +0200] rev 51806
8210829: Modularize allocations in C2 Reviewed-by: kvn, roland
Wed, 19 Sep 2018 10:51:06 -0700 8209817: stack is executable when building with Clang on Linux
martin [Wed, 19 Sep 2018 10:51:06 -0700] rev 51805
8209817: stack is executable when building with Clang on Linux Reviewed-by: dholmes, martin, mikael, ihse Contributed-by: Arthur Eubanks <aeubanks@google.com>
Wed, 19 Sep 2018 19:12:20 +0200 8210884: ZGC: Remove insertion of filler objects
pliden [Wed, 19 Sep 2018 19:12:20 +0200] rev 51804
8210884: ZGC: Remove insertion of filler objects Reviewed-by: eosterlund
Wed, 19 Sep 2018 19:12:18 +0200 8210881: ZGC: Introduce ZRootsIteratorClosure
pliden [Wed, 19 Sep 2018 19:12:18 +0200] rev 51803
8210881: ZGC: Introduce ZRootsIteratorClosure Reviewed-by: eosterlund
Wed, 19 Sep 2018 09:24:40 -0700 8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661 jdk-12+12
mikael [Wed, 19 Sep 2018 09:24:40 -0700] rev 51802
8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661 Reviewed-by: mullan
Wed, 19 Sep 2018 14:09:11 +0200 8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
pliden [Wed, 19 Sep 2018 14:09:11 +0200] rev 51801
8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering Reviewed-by: eosterlund, sjohanss
Wed, 12 Sep 2018 13:09:51 +0200 8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
mbalao [Wed, 12 Sep 2018 13:09:51 +0200] rev 51800
8029661: Support TLS v1.2 algorithm in SunPKCS11 provider Summary: TLS v1.2 algorithms for key and MAC derivation added to SunPKCS11 crypto provider. Reviewed-by: valeriep
Wed, 19 Sep 2018 10:50:25 +0200 8207954: Data for --release 11
jlahoda [Wed, 19 Sep 2018 10:50:25 +0200] rev 51799
8207954: Data for --release 11 Summary: Adding support for --release 11 Reviewed-by: erikj, ihse, jjg
Wed, 19 Sep 2018 08:49:07 +0100 8210496: Improve filtering for classes with security sensitive fields
alanb [Wed, 19 Sep 2018 08:49:07 +0100] rev 51798
8210496: Improve filtering for classes with security sensitive fields Reviewed-by: plevart, mchung
Wed, 19 Sep 2018 12:14:53 +0530 8210047: some pages contain content outside of landmark region
pmuthuswamy [Wed, 19 Sep 2018 12:14:53 +0530] rev 51797
8210047: some pages contain content outside of landmark region Reviewed-by: jjg
Tue, 18 Sep 2018 21:46:17 -0700 8210864: Reduce the use of metaspaceShared.hpp
iklam [Tue, 18 Sep 2018 21:46:17 -0700] rev 51796
8210864: Reduce the use of metaspaceShared.hpp Reviewed-by: coleenp, lfoltan
Tue, 18 Sep 2018 19:44:27 -0700 8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
sherman [Tue, 18 Sep 2018 19:44:27 -0700] rev 51795
8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field Reviewed-by: bpb
Tue, 18 Sep 2018 22:46:35 +0200 8210753: Make ThreadLocalAllocBuffer::resize() public
pliden [Tue, 18 Sep 2018 22:46:35 +0200] rev 51794
8210753: Make ThreadLocalAllocBuffer::resize() public Reviewed-by: eosterlund, jcbeyler
Tue, 18 Sep 2018 16:11:36 -0400 8210861: Move assert to help diagnose rare RedefineStress crash
coleenp [Tue, 18 Sep 2018 16:11:36 -0400] rev 51793
8210861: Move assert to help diagnose rare RedefineStress crash Summary: assert that Method being marked on stack hasn't been missed by previous metadata walk Reviewed-by: lfoltan
Tue, 18 Sep 2018 22:32:25 +0200 8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
dnsimon [Tue, 18 Sep 2018 22:32:25 +0200] rev 51792
8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class Reviewed-by: thartmann, kvn
Tue, 18 Sep 2018 13:31:30 -0700 8210874: Test for JDK-8209615
joehw [Tue, 18 Sep 2018 13:31:30 -0700] rev 51791
8210874: Test for JDK-8209615 Reviewed-by: lancea
Tue, 18 Sep 2018 13:18:54 -0700 8210817: Minor typo in java.nio.file.attribute package summary
bpb [Tue, 18 Sep 2018 13:18:54 -0700] rev 51790
8210817: Minor typo in java.nio.file.attribute package summary Reviewed-by: dfuchs, alanb
Tue, 18 Sep 2018 12:42:40 -0700 8209880: tzdb.dat is not reproducibly built
naoto [Tue, 18 Sep 2018 12:42:40 -0700] rev 51789
8209880: tzdb.dat is not reproducibly built Reviewed-by: erikj, rriggs
Tue, 18 Sep 2018 23:20:17 +0530 8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
jgeorge [Tue, 18 Sep 2018 23:20:17 +0530] rev 51788
8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c Summary: Read in and process the return value of pread() while dealing with the PT_INTERP segment Reviewed-by: stuefe, jcbeyler
Tue, 18 Sep 2018 10:43:01 -0700 8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
sherman [Tue, 18 Sep 2018 10:43:01 -0700] rev 51787
8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system Reviewed-by: xiaofeya, clanger
Tue, 18 Sep 2018 09:44:20 -0700 8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
joehw [Tue, 18 Sep 2018 09:44:20 -0700] rev 51786
8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ? Reviewed-by: lancea, dfuchs
Tue, 18 Sep 2018 11:55:33 -0400 8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
jiangli [Tue, 18 Sep 2018 11:55:33 -0400] rev 51785
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode Summary: Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError. Reviewed-by: ccheung, gziemski
Tue, 18 Sep 2018 08:27:01 -0400 8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
coleenp [Tue, 18 Sep 2018 08:27:01 -0400] rev 51784
8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native) Summary: Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers Reviewed-by: dlong, eosterlund
Tue, 18 Sep 2018 13:32:40 +0200 8210729: Clean up macosx static library handling
ihse [Tue, 18 Sep 2018 13:32:40 +0200] rev 51783
8210729: Clean up macosx static library handling Reviewed-by: erikj
Tue, 11 Sep 2018 18:18:51 +0200 8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
sgehwolf [Tue, 11 Sep 2018 18:18:51 +0200] rev 51782
8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization Summary: Compile with -O2 and -ffp-contract=off as for fdlibm. Reviewed-by: erikj, lucy, aph
Tue, 18 Sep 2018 10:35:42 +0200 8210750: Clean up compare.sh exceptions
ihse [Tue, 18 Sep 2018 10:35:42 +0200] rev 51781
8210750: Clean up compare.sh exceptions Reviewed-by: erikj
Tue, 18 Sep 2018 10:29:56 +0200 8210723: Better information in configure for invalid Xcode
ihse [Tue, 18 Sep 2018 10:29:56 +0200] rev 51780
8210723: Better information in configure for invalid Xcode Reviewed-by: erikj
Mon, 17 Sep 2018 22:56:31 -0700 8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
mchung [Mon, 17 Sep 2018 22:56:31 -0700] rev 51779
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError Reviewed-by: dholmes, mikael
Tue, 18 Sep 2018 13:24:25 +0800 8210802: temp files left by tests in jdk/java/net/httpclient
mli [Tue, 18 Sep 2018 13:24:25 +0800] rev 51778
8210802: temp files left by tests in jdk/java/net/httpclient Reviewed-by: chegar, clanger
Mon, 17 Sep 2018 23:35:00 -0400 8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
mhorie [Mon, 17 Sep 2018 23:35:00 -0400] rev 51777
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad Reviewed-by: mdoerr, gromero
Tue, 18 Sep 2018 11:09:18 +0800 8210819: Update the host name in CNameTest.java
fyuan [Tue, 18 Sep 2018 11:09:18 +0800] rev 51776
8210819: Update the host name in CNameTest.java Reviewed-by: chegar
Mon, 17 Sep 2018 19:48:35 -0700 8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
jcbeyler [Mon, 17 Sep 2018 19:48:35 -0700] rev 51775
8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests Summary: Remove JNI_ENV macros from the remaining vmTestbase tests Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer
Mon, 17 Sep 2018 19:36:09 -0700 8210481: Remove #ifdef cplusplus from vmTestbase
jcbeyler [Mon, 17 Sep 2018 19:36:09 -0700] rev 51774
8210481: Remove #ifdef cplusplus from vmTestbase Summary: Remove all cplusplus ifdefs from vmTestbase Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn
Mon, 17 Sep 2018 15:25:42 -0700 8140466: ChaCha20 and Poly1305 TLS Cipher Suites
jnimeh [Mon, 17 Sep 2018 15:25:42 -0700] rev 51773
8140466: ChaCha20 and Poly1305 TLS Cipher Suites Reviewed-by: xuelei, mullan
Mon, 17 Sep 2018 15:22:46 -0700 8210721: Replace legacy serial exception field with Throwable::cause
mchung [Mon, 17 Sep 2018 15:22:46 -0700] rev 51772
8210721: Replace legacy serial exception field with Throwable::cause Reviewed-by: dfuchs, lancea
Mon, 17 Sep 2018 14:04:46 -0700 8209031: SSLSocket should throw an exception when configuring DTLS
ascarpino [Mon, 17 Sep 2018 14:04:46 -0700] rev 51771
8209031: SSLSocket should throw an exception when configuring DTLS Reviewed-by: xuelei
Mon, 17 Sep 2018 13:43:22 -0700 8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
kvn [Mon, 17 Sep 2018 13:43:22 -0700] rev 51770
8209574: [AOT] breakpoint events are generated in different threads does not meet expected count Summary: Disable AOT when debugger is attached. Reviewed-by: dlong
Mon, 17 Sep 2018 11:50:39 -0700 8210779: 8182404 and 8210732 haven't updated copyright years
iignatyev [Mon, 17 Sep 2018 11:50:39 -0700] rev 51769
8210779: 8182404 and 8210732 haven't updated copyright years Reviewed-by: bchristi
Mon, 17 Sep 2018 10:14:31 -0700 8210775: JVM TI Spec missing copyright
iris [Mon, 17 Sep 2018 10:14:31 -0700] rev 51768
8210775: JVM TI Spec missing copyright Reviewed-by: dholmes, mchung, sspitsyn
Mon, 17 Sep 2018 09:07:40 -0700 8210726: Fix up a few minor nits forgotten by JDK-8210665
jcbeyler [Mon, 17 Sep 2018 09:07:40 -0700] rev 51767
8210726: Fix up a few minor nits forgotten by JDK-8210665 Summary: Minor changes to 4 tests to make one-liners Reviewed-by: cjplummer, iignatyev, sspitsyn
Mon, 17 Sep 2018 08:37:47 -0700 8210596: jshell does not support raw string literals
rfield [Mon, 17 Sep 2018 08:37:47 -0700] rev 51766
8210596: jshell does not support raw string literals Reviewed-by: jlahoda, jlaskey
Mon, 17 Sep 2018 10:53:56 +0200 8210416: [linux] Poor StrictMath performance due to non-optimized compilation
sgehwolf [Mon, 17 Sep 2018 10:53:56 +0200] rev 51765
8210416: [linux] Poor StrictMath performance due to non-optimized compilation Summary: Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches. Reviewed-by: aph, erikj, dholmes, darcy, ihse
Mon, 17 Sep 2018 11:49:20 +0200 8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
jlahoda [Mon, 17 Sep 2018 11:49:20 +0200] rev 51764
8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag Summary: When marking interface as having default methods, use .owner as it is always defined. Reviewed-by: mcimadamore
Mon, 17 Sep 2018 14:16:31 +0530 8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale.
rgoel [Mon, 17 Sep 2018 14:16:31 +0530] rev 51763
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale. Summary: specified locale for formatting.. Reviewed-by: naoto
Fri, 14 Sep 2018 14:47:50 +0200 8210647: libsaproc is being compiled without optimization.
sgehwolf [Fri, 14 Sep 2018 14:47:50 +0200] rev 51762
8210647: libsaproc is being compiled without optimization. Summary: Compile with high optimization instead of none. Reviewed-by: erikj, jgeorge, sballal
Mon, 17 Sep 2018 14:52:44 +0800 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
weijun [Mon, 17 Sep 2018 14:52:44 +0800] rev 51761
8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux Reviewed-by: alanb
Mon, 17 Sep 2018 13:49:55 +0800 8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
xyin [Mon, 17 Sep 2018 13:49:55 +0800] rev 51760
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection Reviewed-by: vtewari, dfuchs, chegar
Sat, 15 Sep 2018 22:02:08 -0700 8210786: Typo s/overriden/overridden/ in several places
igerasim [Sat, 15 Sep 2018 22:02:08 -0700] rev 51759
8210786: Typo s/overriden/overridden/ in several places Reviewed-by: weijun
Sat, 15 Sep 2018 13:53:43 -0700 8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
igerasim [Sat, 15 Sep 2018 13:53:43 -0700] rev 51758
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException Reviewed-by: martin, rriggs
Sat, 15 Sep 2018 22:16:16 +0200 8183548: Comma-expressions shouldn't use any temporary variable
bsrbnd [Sat, 15 Sep 2018 22:16:16 +0200] rev 51757
8183548: Comma-expressions shouldn't use any temporary variable Summary: Uses enhanced let-expressions allowing multiple statements Reviewed-by: vromero
Fri, 14 Sep 2018 22:35:44 -0700 8210676: Remove some unused Label variables
mikael [Fri, 14 Sep 2018 22:35:44 -0700] rev 51756
8210676: Remove some unused Label variables Reviewed-by: kvn, dholmes, njian, aph
Fri, 14 Sep 2018 20:30:28 -0700 8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
xuelei [Fri, 14 Sep 2018 20:30:28 -0700] rev 51755
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc Reviewed-by: xuelei Contributed-by: Jaikiran Pai <jaikiran.pai@gmail.com>
Fri, 14 Sep 2018 14:02:57 -0700 8210732: remove jdk.testlibrary.Utils
iignatyev [Fri, 14 Sep 2018 14:02:57 -0700] rev 51754
8210732: remove jdk.testlibrary.Utils Reviewed-by: alanb, jcbeyler
Fri, 14 Sep 2018 15:32:22 -0400 8209972: [GRAAL] Don't run RTM tests with Graal
gromero [Fri, 14 Sep 2018 15:32:22 -0400] rev 51753
8209972: [GRAAL] Don't run RTM tests with Graal Reviewed-by: kvn, goetz
Fri, 14 Sep 2018 08:48:36 -0700 8210724: Change the verbosity threshold of logging for [oopstorage,ref]
jcbeyler [Fri, 14 Sep 2018 08:48:36 -0700] rev 51752
8210724: Change the verbosity threshold of logging for [oopstorage,ref] Summary: Improve logging verbosity levels in oopStorage.cpp Reviewed-by: kbarrett, sjohanss Contributed-by: manc@google.com
Thu, 13 Sep 2018 07:46:41 -0400 8208468: [TESTBUG] nsk/jdb/locals/locals002: fails with "Prompt is not received during ... milliseconds"
gadams [Thu, 13 Sep 2018 07:46:41 -0400] rev 51751
8208468: [TESTBUG] nsk/jdb/locals/locals002: fails with "Prompt is not received during ... milliseconds" Reviewed-by: cjplummer, amenkov
Fri, 14 Sep 2018 11:17:25 -0700 8190737: use unicode version of the canonicalize() function to handle long path on windows
ccheung [Fri, 14 Sep 2018 11:17:25 -0700] rev 51750
8190737: use unicode version of the canonicalize() function to handle long path on windows Summary: also calling CreateFileW in zip_util.c to handle long path Reviewed-by: sherman, iklam
Tue, 11 Sep 2018 22:16:47 -0700 8210056: Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest
akolarkunnu [Tue, 11 Sep 2018 22:16:47 -0700] rev 51749
8210056: Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Fri, 14 Sep 2018 12:53:07 -0400 8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock
rriggs [Fri, 14 Sep 2018 12:53:07 -0400] rev 51748
8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock 8210004: Thread.sleep(millis, nanos) timeout returns early Reviewed-by: martin, igerasim
Fri, 14 Sep 2018 12:10:28 -0400 8210559: ClassLoaderData Symbols can leak
coleenp [Fri, 14 Sep 2018 12:10:28 -0400] rev 51747
8210559: ClassLoaderData Symbols can leak Summary: unrefcount the symbol names when the CLD is destroyed Reviewed-by: lfoltan, jiangli, iklam
Fri, 14 Sep 2018 09:00:22 -0700 8210741: Typo in Java API documentation of java.nio.file.Paths
bpb [Fri, 14 Sep 2018 09:00:22 -0700] rev 51746
8210741: Typo in Java API documentation of java.nio.file.Paths Reviewed-by: alanb, rriggs
Fri, 14 Sep 2018 16:56:09 +0100 8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure
alanb [Fri, 14 Sep 2018 16:56:09 +0100] rev 51745
8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure Reviewed-by: bpb
Fri, 14 Sep 2018 14:44:11 +0200 8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter()
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51744
8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter() Reviewed-by: eosterlund
Fri, 14 Sep 2018 14:44:11 +0200 8210711: Remove unused offset getters in ThreadLocalAllocBuffer
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51743
8210711: Remove unused offset getters in ThreadLocalAllocBuffer Reviewed-by: rkennke, tschatzl, mdoerr
Fri, 14 Sep 2018 14:44:11 +0200 8210710: Rename ThreadLocalAllocBuffer::myThread() to thread()
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51742
8210710: Rename ThreadLocalAllocBuffer::myThread() to thread() Reviewed-by: rkennke, tschatzl
Fri, 14 Sep 2018 14:44:11 +0200 8209163: SA: Show Object Histogram asserts with ZGC
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51741
8209163: SA: Show Object Histogram asserts with ZGC Reviewed-by: ysuenaga, jcbeyler
Fri, 14 Sep 2018 14:45:31 +0200 8209914: javadoc search sometimes generates bad URIs
hannesw [Fri, 14 Sep 2018 14:45:31 +0200] rev 51740
8209914: javadoc search sometimes generates bad URIs Reviewed-by: jjg
Fri, 14 Sep 2018 14:24:00 +0300 8210461: AArch64: Math.cos intrinsic gives incorrect results
dpochepk [Fri, 14 Sep 2018 14:24:00 +0300] rev 51739
8210461: AArch64: Math.cos intrinsic gives incorrect results Reviewed-by: aph
Thu, 13 Sep 2018 11:07:40 +0200 8210703: vmStructs.cpp compiled with -O0
sgehwolf [Thu, 13 Sep 2018 11:07:40 +0200] rev 51738
8210703: vmStructs.cpp compiled with -O0 Reviewed-by: erikj, ihse
Fri, 14 Sep 2018 09:16:51 +0200 8210731: PropertiesParser does not produce reproducible output
ihse [Fri, 14 Sep 2018 09:16:51 +0200] rev 51737
8210731: PropertiesParser does not produce reproducible output Reviewed-by: mchung, jjg, erikj
Thu, 13 Sep 2018 22:45:12 -0700 8210478: Update Graal
iveresov [Thu, 13 Sep 2018 22:45:12 -0700] rev 51736
8210478: Update Graal Reviewed-by: kvn
Fri, 14 Sep 2018 13:18:52 +0800 8209772: Refactor shell test java/util/ServiceLoader/basic/basic.sh to java
amlu [Fri, 14 Sep 2018 13:18:52 +0800] rev 51735
8209772: Refactor shell test java/util/ServiceLoader/basic/basic.sh to java Reviewed-by: alanb
Thu, 13 Sep 2018 15:29:44 -0700 8193037: package-info annotations are not reported when annotation processing is enabled
cushon [Thu, 13 Sep 2018 15:29:44 -0700] rev 51734
8193037: package-info annotations are not reported when annotation processing is enabled Reviewed-by: jjg
Thu, 13 Sep 2018 17:11:04 -0700 8209916: NPE in SupportedGroupsExtension
xuelei [Thu, 13 Sep 2018 17:11:04 -0700] rev 51733
8209916: NPE in SupportedGroupsExtension Reviewed-by: jnimeh, wetmore
Thu, 13 Sep 2018 07:54:38 -0400 8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE
gadams [Thu, 13 Sep 2018 07:54:38 -0400] rev 51732
8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE Reviewed-by: cjplummer, sspitsyn
Thu, 13 Sep 2018 15:27:21 -0700 8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet
kvn [Thu, 13 Sep 2018 15:27:21 -0700] rev 51731
8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet Summary: don't register AOT method if corresponding java method has breakpoints. Reviewed-by: dlong
Thu, 13 Sep 2018 13:41:17 -0700 8209167: Use CLDR's time zone mappings for Windows
naoto [Thu, 13 Sep 2018 13:41:17 -0700] rev 51730
8209167: Use CLDR's time zone mappings for Windows Reviewed-by: erikj, rriggs, ihse
Thu, 13 Sep 2018 13:03:50 -0700 8210665: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[R-U] tests
jcbeyler [Thu, 13 Sep 2018 13:03:50 -0700] rev 51729
8210665: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[R-U] tests Summary: Remove JNI_ENV and JVMTI_ENV macros from jvmti/[R-U] tests Reviewed-by: cjplummer, sspitsyn
Thu, 13 Sep 2018 21:14:04 +0200 8207264: solaris-sparcv9-cmp-baseline fails
ihse [Thu, 13 Sep 2018 21:14:04 +0200] rev 51728
8207264: solaris-sparcv9-cmp-baseline fails Reviewed-by: erikj, prr
Thu, 13 Sep 2018 21:12:22 +0200 8210702: Remove dtrace mapfiles
ihse [Thu, 13 Sep 2018 21:12:22 +0200] rev 51727
8210702: Remove dtrace mapfiles Reviewed-by: erikj
Thu, 13 Sep 2018 13:30:07 -0400 8210193: [TESTBUG]gc/g1/mixedgc/TestOldGenCollectionUsage.java fails intermittently with OutOfMemoryError in CDS mode.
jiangli [Thu, 13 Sep 2018 13:30:07 -0400] rev 51726
8210193: [TESTBUG]gc/g1/mixedgc/TestOldGenCollectionUsage.java fails intermittently with OutOfMemoryError in CDS mode. Summary: Increase java heap size in TestOldGenCollectionUsage. Catch OOM in tests. Reviewed-by: phh, iklam
Thu, 13 Sep 2018 14:15:27 -0300 8210674: Need to add examples for use of javac properties introduced by Raw String Literals
jlaskey [Thu, 13 Sep 2018 14:15:27 -0300] rev 51725
8210674: Need to add examples for use of javac properties introduced by Raw String Literals Reviewed-by: vromero, jjg
Thu, 13 Sep 2018 12:07:01 +0100 8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
michaelm [Thu, 13 Sep 2018 12:07:01 +0100] rev 51724
8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract Reviewed-by: chegar, dfuchs
Thu, 13 Sep 2018 12:41:42 +0200 8210704: Remove dead build tools
ihse [Thu, 13 Sep 2018 12:41:42 +0200] rev 51723
8210704: Remove dead build tools Reviewed-by: alanb
Wed, 12 Sep 2018 21:56:59 -0700 8210699: Problem list tests which times out in Xcomp mode
iignatyev [Wed, 12 Sep 2018 21:56:59 -0700] rev 51722
8210699: Problem list tests which times out in Xcomp mode Reviewed-by: kvn
Mon, 10 Sep 2018 16:59:41 -0700 8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
cushon [Mon, 10 Sep 2018 16:59:41 -0700] rev 51721
8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679 Reviewed-by: mcimadamore, vromero
Wed, 12 Sep 2018 17:45:22 -0700 8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash
iklam [Wed, 12 Sep 2018 17:45:22 -0700] rev 51720
8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash Reviewed-by: jiangli, ccheung
Wed, 12 Sep 2018 16:28:06 -0700 8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty
vromero [Wed, 12 Sep 2018 16:28:06 -0700] rev 51719
8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty Reviewed-by: mcimadamore, cushon
Thu, 13 Sep 2018 01:41:24 +0200 Added tag jdk-12+11 for changeset f0f5d23449d3
jwilhelm [Thu, 13 Sep 2018 01:41:24 +0200] rev 51718
Added tag jdk-12+11 for changeset f0f5d23449d3
Wed, 12 Sep 2018 17:14:08 -0300 8210671: CheckExamples.java fail after Raw String Literals checkin
jlaskey [Wed, 12 Sep 2018 17:14:08 -0300] rev 51717
8210671: CheckExamples.java fail after Raw String Literals checkin Reviewed-by: vromero, darcy
Wed, 12 Sep 2018 12:29:40 -0700 8210560: [TEST] convert com/sun/jdi redefineClass-related tests
amenkov [Wed, 12 Sep 2018 12:29:40 -0700] rev 51716
8210560: [TEST] convert com/sun/jdi redefineClass-related tests Reviewed-by: jcbeyler, sspitsyn
Wed, 12 Sep 2018 10:27:03 -0700 8210593: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[N-R] tests
jcbeyler [Wed, 12 Sep 2018 10:27:03 -0700] rev 51715
8210593: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[N-R] tests Summary: Remove JNI_ENV/JVMTI_ENV macros from N to R jvmti tests Reviewed-by: amenkov, dholmes
Wed, 12 Sep 2018 14:19:36 -0300 8200434: String::align, String::indent
jlaskey [Wed, 12 Sep 2018 14:19:36 -0300] rev 51714
8200434: String::align, String::indent Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg
Wed, 12 Sep 2018 14:19:36 -0300 8206981: Compiler support for Raw String Literals
jlaskey [Wed, 12 Sep 2018 14:19:36 -0300] rev 51713
8206981: Compiler support for Raw String Literals Reviewed-by: mcimadamore, briangoetz, abuckley, jjg, vromero, jlahoda
Wed, 12 Sep 2018 08:46:25 -0700 8210519: build/releaseFile/CheckSource.java failed additional sources found jdk-12+11
erikj [Wed, 12 Sep 2018 08:46:25 -0700] rev 51712
8210519: build/releaseFile/CheckSource.java failed additional sources found Reviewed-by: mikael, dholmes, ihse
Wed, 12 Sep 2018 14:24:17 +0200 8208171: PPC64: Enrich SLP support
mhorie [Wed, 12 Sep 2018 14:24:17 +0200] rev 51711
8208171: PPC64: Enrich SLP support Reviewed-by: mdoerr, gromero
Wed, 12 Sep 2018 12:54:16 +0200 8210497: [PPC64] Vector registers not saved across safepoint
mdoerr [Wed, 12 Sep 2018 12:54:16 +0200] rev 51710
8210497: [PPC64] Vector registers not saved across safepoint Reviewed-by: goetz, lucy
Wed, 12 Sep 2018 12:23:58 +0200 8059019: sdp.conf.template should be copied on linux too
ihse [Wed, 12 Sep 2018 12:23:58 +0200] rev 51709
8059019: sdp.conf.template should be copied on linux too Reviewed-by: alanb, erikj
Wed, 12 Sep 2018 11:08:42 +0200 8209843: Optimize oop scan closure closures wrt to reference processing in G1
tschatzl [Wed, 12 Sep 2018 11:08:42 +0200] rev 51708
8209843: Optimize oop scan closure closures wrt to reference processing in G1 Summary: Set more appropriate reference iteration mode for G1 closures. Reviewed-by: kbarrett, pliden
Wed, 12 Sep 2018 09:12:42 +0100 8210578: AArch64: Invalid encoding for fmlsvs instruction
adinn [Wed, 12 Sep 2018 09:12:42 +0100] rev 51707
8210578: AArch64: Invalid encoding for fmlsvs instruction Summary: sub_op code for fmslvs should be 1 not 0 Reviewed-by: roland
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip