log

age author description
Mon, 28 Oct 2019 16:41:47 -0400 coleenp 8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing
Mon, 28 Oct 2019 11:06:17 -0700 naoto 8231273: Upgrade CLDR to v36
Mon, 28 Oct 2019 13:17:54 -0400 lancea 8232879: Writing out data with the Zip File System leads to a CRC failure
Mon, 28 Oct 2019 16:06:08 +0000 bobv 8232118: Add JVM option to enable JVMCI compilers in product mode
Mon, 28 Oct 2019 11:33:28 -0400 zgu 8232992: Shenandoah: Implement self-fixing interpreter LRB
Mon, 28 Oct 2019 12:55:48 +0000 hseigel 8232890: Remove bad Code attribute parsing code
Wed, 23 Oct 2019 12:51:53 +0200 phedlin 8231565: More node budget asserts in fuzzed tests.
Mon, 28 Oct 2019 11:27:27 +0100 stefank 8232604: ZGC: Make ZVerifyViews mapping and unmapping precise
Mon, 28 Oct 2019 11:26:53 +0100 stefank 8232650: ZGC: Add initialization hooks for OS specific code
Mon, 28 Oct 2019 11:26:00 +0100 stefank 8232651: Add implementation of os::processor_id() for Windows
Mon, 28 Oct 2019 11:24:11 +0100 stefank 8232649: ZGC: Add callbacks to ZMemoryManager
Mon, 28 Oct 2019 11:23:48 +0100 stefank 8232648: ZGC: Move ATTRIBUTE_ALIGNED to the front of declarations
Mon, 28 Oct 2019 11:23:28 +0100 stefank 8232602: ZGC: Make ZGranuleMap ZAddress agnostic
Mon, 28 Oct 2019 11:21:23 +0100 stefank 8232601: ZGC: Parameterize the ZGranuleMap table size
Sun, 27 Oct 2019 12:13:51 +0000 alanb 8212132: (dc) Remove DatagramChannelImpl finalize method
Fri, 25 Oct 2019 13:17:31 -0700 never 8233027: OopMapSet::all_do does oms.next() twice during iteration
Fri, 25 Oct 2019 11:51:48 -0700 kvn 8225464: Obsolete TraceNMethodInstalls flag
Fri, 25 Oct 2019 12:05:56 +0100 pconcannon 8231570: (dc) Clarify implicit bind behavior of DatagramChannel
Fri, 25 Oct 2019 17:30:25 +0200 shade 8233021: Shenandoah: SBSC2::is_shenandoah_lrb_call should match all LRB shapes
Fri, 25 Oct 2019 07:15:09 -0700 epavlova 8233000: Mark vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize test as stress test
Fri, 25 Oct 2019 12:32:46 +0200 tschatzl 8232776: G1 should always take rs_length_diff into account when predicting rs_lengths
Fri, 25 Oct 2019 12:33:30 +0200 tschatzl 8232777: Rename G1Policy::_max_rs_length as it is no maximum
Fri, 25 Oct 2019 12:34:30 +0200 tschatzl 8232779: G1 current collection parallel time does not include optional evacuation
Thu, 24 Oct 2019 22:41:24 -0700 never 8232083: Minimal VM is broken after JDK-8231586
Fri, 25 Oct 2019 08:50:50 +0800 amlu 8232922: Add java/math/BigInteger/largeMemory/SymmetricRangeTests.java to ProblemList-Xcomp
Thu, 24 Oct 2019 16:58:39 -0700 kvn 8232904: Update JVMCI
Thu, 24 Oct 2019 12:18:32 -0700 mseledtsov 8227317: [TESTBUG] jdk docker/TestDockerMemoryMetrics.java fails on systems w/o kernel memory accounting
Thu, 24 Oct 2019 11:25:53 -0700 epavlova 8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting
Mon, 30 Sep 2019 22:39:11 +0200 shade 8222766: Shenandoah: streamline post-LRB CAS barrier (x86)
Thu, 24 Oct 2019 17:24:58 +0200 pliden 8231552: ZGC: Refine address space reservation
Thu, 24 Oct 2019 16:37:22 +0200 mgronlun 8231081: TestMetadataRetention fails due to missing symbol id
Thu, 24 Oct 2019 16:28:51 +0200 mdoerr 8231949: [PPC64, s390]: Make async profiling more reliable
Thu, 24 Oct 2019 16:28:49 +0200 mdoerr 8232005: [s390, PPC64] More exception checks missing in interpreter
Thu, 24 Oct 2019 08:52:33 -0400 coleenp 8232788: Move biased locking initalization
Thu, 24 Oct 2019 08:49:21 -0400 coleenp 8231953: Wrong assumption in assertion in oop::register_oop
Thu, 24 Oct 2019 15:46:50 +0300 bulasevich 8231952: ARM32: Wrong assumption in assertion in LIRGenerator::atomic_xchg and LIRGenerator::atomic_add
Thu, 24 Oct 2019 11:54:33 +0100 aefimov 8232713: Update BCEL version to 6.3.1 in license file
Thu, 24 Oct 2019 11:07:31 +0100 alanb 8231602: Deprecate Thread.suspend/resume for removal
Thu, 24 Oct 2019 11:49:56 +0200 shade 8232908: Shenandoah: compact heuristics has incorrect trigger "Free is lower than allocated recently"
Thu, 24 Oct 2019 11:08:16 +0200 tschatzl 8230706: Waiting on completion of strong nmethod processing causes long pause times with G1
Thu, 24 Oct 2019 15:53:20 +0800 weijun 8231598: keytool does not export sun.security.mscapi
Thu, 24 Oct 2019 09:57:29 +0200 redestad 8232613: Move Object.registerNatives into HotSpot
Wed, 23 Oct 2019 18:43:18 -0700 phh 8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
Thu, 24 Oct 2019 02:58:29 +0200 jwilhelm Added tag jdk-14+20 for changeset 54ffb15c4839
Wed, 23 Oct 2019 13:01:40 -0700 darcy 8232442: Suppress warnings on non-serializable non-transient instance fields in java.management.*jdk-14+20
Wed, 23 Oct 2019 18:34:25 +0200 redestad 8232881: Remove unnecessary InstanceKlass::casts
Wed, 23 Oct 2019 17:35:32 +0200 shade 8232882: GCC 4.8.5 build failure after JDK-8211073
Wed, 23 Oct 2019 15:54:39 +0100 dfuchs 8232625: HttpClient redirect policy should be more conservative
Wed, 23 Oct 2019 15:48:11 +0200 redestad 8232887: Remove SystemDictionary::has_checkPackageAccess
Wed, 23 Oct 2019 05:48:17 -0700 erikj 8232834: RunTest sometimes fails to produce valid exitcode.txt
Wed, 23 Oct 2019 14:06:39 +0200 tschatzl 8232771: Revert JDK-8230794 because of environment changes
Wed, 23 Oct 2019 13:52:33 +0200 thartmann 8232883: compiler/c2/CmpPNodeSubTest.java fails because test class name is wrong
Wed, 23 Oct 2019 12:21:32 +0200 chagedorn 8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes
Wed, 23 Oct 2019 12:17:14 +0200 chagedorn 8232874: Add missing test for 8230062
Wed, 23 Oct 2019 12:15:42 +0200 chagedorn 8232873: Add missing test for 8220416
Wed, 23 Oct 2019 09:53:07 +0200 jiefu 8232768: Configuration with --disable-cds --enable-generate-classlist should be reported as an error
Wed, 23 Oct 2019 09:48:46 +0200 ihse 8232770: Enable more warnings on solaris studio
Wed, 23 Oct 2019 09:45:41 +0200 ihse 8211073: Remove -Wno-extra from Hotspot
Tue, 22 Oct 2019 21:26:45 -0500 mhorie 8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power
Tue, 22 Oct 2019 22:00:21 -0400 dholmes 8232571: Add missing SIGINFO signal