Wed, 06 Dec 2017 18:37:57 -0800 8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
dlong [Wed, 06 Dec 2017 18:37:57 -0800] rev 48200
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler Reviewed-by: iveresov, kvn
Tue, 05 Dec 2017 13:58:55 +0100 8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
sjohanss [Tue, 05 Dec 2017 13:58:55 +0100] rev 48199
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines Reviewed-by: tschatzl, jwilhelm
Tue, 05 Dec 2017 21:26:11 +0530 8192909: Invalid username or password in HashedPasswordFileTest.java
hb [Tue, 05 Dec 2017 21:26:11 +0530] rev 48198
8192909: Invalid username or password in HashedPasswordFileTest.java Reviewed-by: clanger, dfuchs
Sat, 02 Dec 2017 13:50:04 +0100 8191950: assertion failed: no insertions allowed
roland [Sat, 02 Dec 2017 13:50:04 +0100] rev 48197
8191950: assertion failed: no insertions allowed Summary: Check for dead loops before incremental inlining. Reviewed-by: thartmann
Sat, 02 Dec 2017 06:51:10 +0100 Merge
jwilhelm [Sat, 02 Dec 2017 06:51:10 +0100] rev 48196
Merge
Fri, 01 Dec 2017 16:58:30 -0800 8170244: Update UseAVX after cpu feature detection to use more default mapping
vdeshpande [Fri, 01 Dec 2017 16:58:30 -0800] rev 48195
8170244: Update UseAVX after cpu feature detection to use more default mapping Reviewed-by: kvn
Fri, 01 Dec 2017 16:23:17 -0800 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
vdeshpande [Fri, 01 Dec 2017 16:23:17 -0800] rev 48194
8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI Summary: reset mask register after JNI calls Reviewed-by: kvn, vlivanov
Fri, 01 Dec 2017 16:20:18 -0800 8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis"
roland [Fri, 01 Dec 2017 16:20:18 -0800] rev 48193
8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis" Summary: don't clone Phi to uncommon calls Reviewed-by: kvn
Fri, 01 Dec 2017 15:58:39 -0800 8191273: applications/ctw/modules tests fail intermittently
iignatyev [Fri, 01 Dec 2017 15:58:39 -0800] rev 48192
8191273: applications/ctw/modules tests fail intermittently Reviewed-by: kvn, dlong
Fri, 01 Dec 2017 15:53:15 -0800 8190809: JVM crashes while generating appcds for classpath with empty directory entry
iklam [Fri, 01 Dec 2017 15:53:15 -0800] rev 48191
8190809: JVM crashes while generating appcds for classpath with empty directory entry Reviewed-by: ccheung, jiangli, lmesnik
Fri, 01 Dec 2017 11:17:45 -0800 8192814: Update Graal
dlong [Fri, 01 Dec 2017 11:17:45 -0800] rev 48190
8192814: Update Graal Reviewed-by: kvn
Fri, 01 Dec 2017 14:19:16 -0500 Merge
coleenp [Fri, 01 Dec 2017 14:19:16 -0500] rev 48189
Merge
Fri, 01 Dec 2017 11:26:22 -0500 8192898: AIX build broken after JDK-8190308
mdoerr [Fri, 01 Dec 2017 11:26:22 -0500] rev 48188
8192898: AIX build broken after JDK-8190308 Reviewed-by: coleenp
Fri, 01 Dec 2017 17:10:33 +0100 8192825: PPC64: Missing null check in C1 inline cache check
mdoerr [Fri, 01 Dec 2017 17:10:33 +0100] rev 48187
8192825: PPC64: Missing null check in C1 inline cache check Reviewed-by: goetz
Fri, 01 Dec 2017 17:09:43 +0100 8192818: [s390]: restoring register contents calculates wrong value
lucy [Fri, 01 Dec 2017 17:09:43 +0100] rev 48186
8192818: [s390]: restoring register contents calculates wrong value Reviewed-by: goetz, mdoerr
Fri, 01 Dec 2017 17:03:07 +0100 8179083: Uninitialized notifier in Java Monitor Wait tracing event
egahlin [Fri, 01 Dec 2017 17:03:07 +0100] rev 48185
8179083: Uninitialized notifier in Java Monitor Wait tracing event Reviewed-by: mgronlun
Fri, 01 Dec 2017 11:00:46 -0500 8192810: EnableThreadSMRStatistics should be default off in release builds
dcubed [Fri, 01 Dec 2017 11:00:46 -0500] rev 48184
8192810: EnableThreadSMRStatistics should be default off in release builds Reviewed-by: gtriantafill, coleenp, eosterlund
Fri, 01 Dec 2017 18:24:52 +0300 8189439: Parameters type profiling is not performed from aarch64 interpreter
dpochepk [Fri, 01 Dec 2017 18:24:52 +0300] rev 48183
8189439: Parameters type profiling is not performed from aarch64 interpreter Reviewed-by: vlivanov Contributed-by: boris.ulasevich@bell-sw.com
Fri, 01 Dec 2017 18:20:00 +0300 8191129: AARCH64: Invalid value passed to critical JNI function
dchuyko [Fri, 01 Dec 2017 18:20:00 +0300] rev 48182
8191129: AARCH64: Invalid value passed to critical JNI function Reviewed-by: vlivanov
Fri, 01 Dec 2017 18:19:39 +0530 8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
jgeorge [Fri, 01 Dec 2017 18:19:39 +0530] rev 48181
8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol Summary: Create tests for the clhsdb commands: vmstructsdump, field, symboltable and symbol Reviewed-by: sspitsyn, sballal
Fri, 01 Dec 2017 00:57:01 -0800 8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
jcm [Fri, 01 Dec 2017 00:57:01 -0800] rev 48180
8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect Summary: Pointer bit description corrected Reviewed-by: kvn, dlong
Fri, 01 Dec 2017 08:56:22 +0100 8191821: Finer granularity for GC verification
sjohanss [Fri, 01 Dec 2017 08:56:22 +0100] rev 48179
8191821: Finer granularity for GC verification Reviewed-by: tschatzl, poonam, sangheki
Fri, 01 Dec 2017 11:40:39 +0530 8191914: New SA test timeout on windows
jgeorge [Fri, 01 Dec 2017 11:40:39 +0530] rev 48178
8191914: New SA test timeout on windows Summary: Avoid test hangs in a few SA tests by ensuring that OutputAnalyzer gets created before waitFor() gets called Reviewed-by: dholmes, sballal
Thu, 30 Nov 2017 21:28:12 -0800 8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
mseledtsov [Thu, 30 Nov 2017 21:28:12 -0800] rev 48177
8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one Summary: moved UseAppCDS.java to the open problem list Reviewed-by: dholmes, ccheung
Thu, 30 Nov 2017 20:45:03 -0800 8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
mseledtsov [Thu, 30 Nov 2017 20:45:03 -0800] rev 48176
8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs Summary: Updated test cases to account for available processors Reviewed-by: bobv, dholmes
Fri, 01 Dec 2017 10:04:31 +0900 8190837: BasicType and BasicTypeSize should refer to HotSpot values
ysuenaga [Fri, 01 Dec 2017 10:04:31 +0900] rev 48175
8190837: BasicType and BasicTypeSize should refer to HotSpot values Reviewed-by: dholmes, jgeorge
Thu, 30 Nov 2017 16:28:47 -0800 8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
cjplummer [Thu, 30 Nov 2017 16:28:47 -0800] rev 48174
8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows Summary: make error message searching logic more general so it works on Windows Reviewed-by: dcubed, sspitsyn, dholmes
Thu, 30 Nov 2017 18:38:20 -0500 8191787: move private inline functions from thread.inline.hpp -> thread.cpp
dcubed [Thu, 30 Nov 2017 18:38:20 -0500] rev 48173
8191787: move private inline functions from thread.inline.hpp -> thread.cpp Reviewed-by: coleenp, dholmes
Thu, 30 Nov 2017 10:40:48 -0800 8191437: AOT doesn't work easily after thread local handshakes
dlong [Thu, 30 Nov 2017 10:40:48 -0800] rev 48172
8191437: AOT doesn't work easily after thread local handshakes Reviewed-by: kvn, rehn, aph
Thu, 30 Nov 2017 14:25:33 -0800 8174101: Bootclasspath append should not invalidate CDS archive
ccheung [Thu, 30 Nov 2017 14:25:33 -0800] rev 48171
8174101: Bootclasspath append should not invalidate CDS archive Reviewed-by: iklam, jiangli
Thu, 30 Nov 2017 16:00:34 -0500 8192821: Make LogCompilation into a maven project
ecaspole [Thu, 30 Nov 2017 16:00:34 -0500] rev 48170
8192821: Make LogCompilation into a maven project Summary: Add a maven project setup while preserving make build. Reviewed-by: kvn
Thu, 30 Nov 2017 20:37:20 +0100 8186787: clang-4.0 SIGSEGV in Unsafe_PutByte
eosterlund [Thu, 30 Nov 2017 20:37:20 +0100] rev 48169
8186787: clang-4.0 SIGSEGV in Unsafe_PutByte Reviewed-by: coleenp, dholmes, aph, dsamersoff, kbarrett
Thu, 30 Nov 2017 13:40:07 +0100 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke [Thu, 30 Nov 2017 13:40:07 +0100] rev 48168
8191564: Refactor GC related servicability code into GC specific subclasses Reviewed-by: ehelin, eosterlund
Thu, 30 Nov 2017 08:35:33 -0800 8192756: SIGSEGV in nmethod::new_native_nmethod
iveresov [Thu, 30 Nov 2017 08:35:33 -0800] rev 48167
8192756: SIGSEGV in nmethod::new_native_nmethod Summary: Add the missing null check Reviewed-by: kvn, thartmann
Thu, 30 Nov 2017 21:24:52 +0530 8191324: SA cleanup -- part 2
jgeorge [Thu, 30 Nov 2017 21:24:52 +0530] rev 48166
8191324: SA cleanup -- part 2 Summary: Avoid redefinition of hotspot constants and ia64 code vestiges removal Reviewed-by: sspitsyn, dholmes, coleenp
Thu, 30 Nov 2017 16:08:13 +0100 8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
rehn [Thu, 30 Nov 2017 16:08:13 +0100] rev 48165
8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount Summary: Pushed under trivial rules. Reviewed-by: coleenp
Thu, 30 Nov 2017 10:01:26 -0500 Merge
ecaspole [Thu, 30 Nov 2017 10:01:26 -0500] rev 48164
Merge
Thu, 30 Nov 2017 09:59:27 -0500 8191779: LogCompilation throws java.lang.Error: scope underflow
ecaspole [Thu, 30 Nov 2017 09:59:27 -0500] rev 48163
8191779: LogCompilation throws java.lang.Error: scope underflow Summary: Add the trap into the last call site as the site may not yet be added into scopes. Reviewed-by: kvn, thartmann
Thu, 30 Nov 2017 09:51:28 -0500 Merge
bobv [Thu, 30 Nov 2017 09:51:28 -0500] rev 48162
Merge
Thu, 30 Nov 2017 09:49:45 -0500 8192154: JVM crashes inside some chroot environments on linux
bobv [Thu, 30 Nov 2017 09:49:45 -0500] rev 48161
8192154: JVM crashes inside some chroot environments on linux Reviewed-by: dholmes, sgehwolf, glaubitz
Thu, 30 Nov 2017 19:46:20 +0530 8191658: SA: Testcases for attach, detach, reattach and Jhisto commands
sballal [Thu, 30 Nov 2017 19:46:20 +0530] rev 48160
8191658: SA: Testcases for attach, detach, reattach and Jhisto commands Reviewed-by: sspitsyn, jgeorge
Thu, 30 Nov 2017 15:05:03 +0100 8192807: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fail due to new method in Platform.java
sjohanss [Thu, 30 Nov 2017 15:05:03 +0100] rev 48159
8192807: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fail due to new method in Platform.java Reviewed-by: tschatzl, jwilhelm
Thu, 30 Nov 2017 14:58:41 +0530 8184982: SA: Running ClassDump on a simple java program generates NullPointerException
sballal [Thu, 30 Nov 2017 14:58:41 +0530] rev 48158
8184982: SA: Running ClassDump on a simple java program generates NullPointerException Reviewed-by: sundar, jgeorge
Tue, 28 Nov 2017 21:43:45 +0100 8192061: Clean up allocation.inline.hpp includes
stefank [Tue, 28 Nov 2017 21:43:45 +0100] rev 48157
8192061: Clean up allocation.inline.hpp includes Reviewed-by: eosterlund, coleenp
Wed, 29 Nov 2017 18:43:35 -0800 8191747: [TESTBUG] runtime/appcds/DumpClassList.java and ProhibitedPackage.java fail on product bits
iklam [Wed, 29 Nov 2017 18:43:35 -0800] rev 48156
8191747: [TESTBUG] runtime/appcds/DumpClassList.java and ProhibitedPackage.java fail on product bits Reviewed-by: simonis
Tue, 28 Nov 2017 09:47:04 -0800 8191927: Enable AppCDS for custom loaders on all 64-bit Linux and AIX
iklam [Tue, 28 Nov 2017 09:47:04 -0800] rev 48155
8191927: Enable AppCDS for custom loaders on all 64-bit Linux and AIX Summary: Added "@requires vm.cds.custom.loaders" to mark tests related to custom loaders Reviewed-by: simonis, mseledtsov Contributed-by: volker.simonis@gmail.com
Wed, 29 Nov 2017 16:45:31 -0800 8190980: Develop test cases and collect test pass rate
kkharbas [Wed, 29 Nov 2017 16:45:31 -0800] rev 48154
8190980: Develop test cases and collect test pass rate Summary: Develop tests covering all the test cases described in the test plan and achieve 100% pass rate for JEP 316: Heap Allocation on Alternative Memory Devices Reviewed-by: sangheki, tschatzl
Wed, 29 Nov 2017 17:03:10 -0800 8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
kkharbas [Wed, 29 Nov 2017 17:03:10 -0800] rev 48153
8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices Summary: Sub-task to be used for implementation of JEP 316: Support heap allocation on alternative memory devices Reviewed-by: sangheki, tschatzl
Wed, 29 Nov 2017 10:30:51 -0800 8184361: AOT lib at jdk/lib/libjava.base-coop.so seems to override -XX:AOTLibrary=
kvn [Wed, 29 Nov 2017 10:30:51 -0800] rev 48152
8184361: AOT lib at jdk/lib/libjava.base-coop.so seems to override -XX:AOTLibrary= Summary: Load libraries specified by AOTLibrary. Don't load a library if an other library with the same name is already loaded. Reviewed-by: dlong
Wed, 29 Nov 2017 14:34:19 +0300 8188221: Return type profiling is not performed from aarch64 interpreter
dchuyko [Wed, 29 Nov 2017 14:34:19 +0300] rev 48151
8188221: Return type profiling is not performed from aarch64 interpreter Reviewed-by: drwhite
Wed, 29 Nov 2017 09:26:58 +0900 8165736: Error message should be shown when JVMTI agent cannot be attached
ysuenaga [Wed, 29 Nov 2017 09:26:58 +0900] rev 48150
8165736: Error message should be shown when JVMTI agent cannot be attached Reviewed-by: sspitsyn, dholmes
Tue, 28 Nov 2017 17:11:02 -0500 Merge
coleenp [Tue, 28 Nov 2017 17:11:02 -0500] rev 48149
Merge
Mon, 27 Nov 2017 17:19:53 -0500 8190729: Adjustment to anonymous metadata space chunk allocation algorithm
zgu [Mon, 27 Nov 2017 17:19:53 -0500] rev 48148
8190729: Adjustment to anonymous metadata space chunk allocation algorithm Summary: Adjusted anonymous metadata space chunk allocation algorithm to reduce waste Reviewed-by: stuefe, coleenp
Tue, 28 Nov 2017 15:52:32 -0500 8191870: Remove badJNIHandle
kbarrett [Tue, 28 Nov 2017 15:52:32 -0500] rev 48147
8191870: Remove badJNIHandle Reviewed-by: coleenp, eosterlund, dcubed
Tue, 28 Nov 2017 19:02:23 +0100 8191996: VM startup fails with CodeCacheExpansionSize=32768 is outside the allowed range
thartmann [Tue, 28 Nov 2017 19:02:23 +0100] rev 48146
8191996: VM startup fails with CodeCacheExpansionSize=32768 is outside the allowed range Summary: Adjusted minimum value according to platform specific default values. Reviewed-by: kvn
Tue, 28 Nov 2017 11:59:16 +0100 8186027: C2: loop strip mining
roland [Tue, 28 Nov 2017 11:59:16 +0100] rev 48145
8186027: C2: loop strip mining Reviewed-by: kvn, neliasso
Tue, 28 Nov 2017 21:04:42 +0530 5016517: Replace plaintext passwords by hashed passwords for out-of-the-box JMX Agent
hb [Tue, 28 Nov 2017 21:04:42 +0530] rev 48144
5016517: Replace plaintext passwords by hashed passwords for out-of-the-box JMX Agent Reviewed-by: rriggs, dfuchs, mchung
Tue, 28 Nov 2017 14:20:15 +0100 8191863: [s390] Fix CDS: some bytecode rewriting doesn't depend on RewriteControl
simonis [Tue, 28 Nov 2017 14:20:15 +0100] rev 48143
8191863: [s390] Fix CDS: some bytecode rewriting doesn't depend on RewriteControl Reviewed-by: mdoerr, goetz, jiangli
Tue, 28 Nov 2017 14:11:43 +0100 8191770: [ppc64] Fix CDS: don't rewrite invokefinal if DumpSharedSpaces
simonis [Tue, 28 Nov 2017 14:11:43 +0100] rev 48142
8191770: [ppc64] Fix CDS: don't rewrite invokefinal if DumpSharedSpaces Reviewed-by: mdoerr, jiangli
Tue, 28 Nov 2017 15:42:15 +0300 8191769: AARCH64: Fix hint instructions encoding
dchuyko [Tue, 28 Nov 2017 15:42:15 +0300] rev 48141
8191769: AARCH64: Fix hint instructions encoding Reviewed-by: adinn
Tue, 28 Nov 2017 12:23:03 +0100 8188877: Improper synchronization in offer_termination
drwhite [Tue, 28 Nov 2017 12:23:03 +0100] rev 48140
8188877: Improper synchronization in offer_termination Reviewed-by: kbarrett, tschatzl, aph
Tue, 28 Nov 2017 14:16:24 +0530 8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt
jgeorge [Tue, 28 Nov 2017 14:16:24 +0530] rev 48139
8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt Summary: Unquarantine SA tests quarantined due to OSX failures from 8184042 Reviewed-by: sspitsyn, sballal
Mon, 27 Nov 2017 20:21:34 -0800 8188791: Move AppCDS from closed repo to open repo
iklam [Mon, 27 Nov 2017 20:21:34 -0800] rev 48138
8188791: Move AppCDS from closed repo to open repo Reviewed-by: dsamersoff, simonis, minqi Contributed-by: jiangli.zhou@oracle.com, mikhailo.seledtsov@oracle.com, calvin.cheung@oracle.com
Mon, 27 Nov 2017 20:35:56 -0500 8191504: [TESTBUG] CDSTestUtils.isUnableToMap() should check OptionalData region mapping failure
jiangli [Mon, 27 Nov 2017 20:35:56 -0500] rev 48137
8191504: [TESTBUG] CDSTestUtils.isUnableToMap() should check OptionalData region mapping failure Summary: Check all regions for mapping failure in CDSTestUtils.isUnableToMap(). Reviewed-by: iklam, ccheung, mseledtsov
Tue, 20 Jun 2017 16:25:53 +0800 8181633: Vectorization fails for some multiplication with constant cases
njian [Tue, 20 Jun 2017 16:25:53 +0800] rev 48136
8181633: Vectorization fails for some multiplication with constant cases Reviewed-by: kvn Contributed-by: yang.zhang@linaro.org
Mon, 27 Nov 2017 16:05:11 -0800 8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node
roland [Mon, 27 Nov 2017 16:05:11 -0800] rev 48135
8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node Summary: add special handling for graph shape If->Opaque4->Bool->CmpP Reviewed-by: kvn
Mon, 27 Nov 2017 17:51:21 -0500 Merge
dcubed [Mon, 27 Nov 2017 17:51:21 -0500] rev 48134
Merge
Mon, 27 Nov 2017 15:26:55 -0500 8191919: Include TestJhsdbJstackLock.java in ProblemList.txt
jgeorge [Mon, 27 Nov 2017 15:26:55 -0500] rev 48133
8191919: Include TestJhsdbJstackLock.java in ProblemList.txt Reviewed-by: dcubed
Mon, 27 Nov 2017 13:19:08 -0800 8178497: Bug in MutableNUMASpace::ensure_parsability
sangheki [Mon, 27 Nov 2017 13:19:08 -0800] rev 48132
8178497: Bug in MutableNUMASpace::ensure_parsability Summary: Changed problematic variable type from intptr_t to HeapWord* Reviewed-by: tschatzl, sjohanss
Mon, 27 Nov 2017 10:44:19 -0800 8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge
roland [Mon, 27 Nov 2017 10:44:19 -0800] rev 48131
8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge Summary: relax assert Reviewed-by: kvn
Fri, 10 Nov 2017 10:30:42 +0100 8189116: Give the jdk.internal.vm.compiler.management only the permissions it really needs to expose the bean
jtulach [Fri, 10 Nov 2017 10:30:42 +0100] rev 48130
8189116: Give the jdk.internal.vm.compiler.management only the permissions it really needs to expose the bean Reviewed-by: mchung, kvn
Mon, 27 Nov 2017 17:26:47 +0000 Merge
aph [Mon, 27 Nov 2017 17:26:47 +0000] rev 48129
Merge
Mon, 27 Nov 2017 17:04:45 +0000 Merge
aph [Mon, 27 Nov 2017 17:04:45 +0000] rev 48128
Merge
Fri, 24 Nov 2017 17:19:47 +0000 8189596: AArch64: implementation for Thread-local handshakes
aph [Fri, 24 Nov 2017 17:19:47 +0000] rev 48127
8189596: AArch64: implementation for Thread-local handshakes Reviewed-by: adinn
Fri, 24 Nov 2017 12:16:25 +0100 8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe
glaubitz [Fri, 24 Nov 2017 12:16:25 +0100] rev 48126
8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe Reviewed-by: aph
Tue, 21 Nov 2017 13:48:28 +0100 8187227: Zero should use compiler built-ins for atomics on linux-m68k
glaubitz [Tue, 21 Nov 2017 13:48:28 +0100] rev 48125
8187227: Zero should use compiler built-ins for atomics on linux-m68k Reviewed-by: aph, kbarrett
Mon, 27 Nov 2017 14:59:36 +0100 8191868: IdealGraphVisualizer: "ant build/run" fails due to outdated bootstrap.url
gromero [Mon, 27 Nov 2017 14:59:36 +0100] rev 48124
8191868: IdealGraphVisualizer: "ant build/run" fails due to outdated bootstrap.url Summary: Fixed bootstrap.url to point to correct server. Reviewed-by: thartmann
Mon, 27 Nov 2017 13:50:03 +0100 8191864: Provide a public destructor for WorkGang
pliden [Mon, 27 Nov 2017 13:50:03 +0100] rev 48123
8191864: Provide a public destructor for WorkGang Reviewed-by: stefank, sjohanss
Mon, 27 Nov 2017 13:34:00 +0100 8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC
pliden [Mon, 27 Nov 2017 13:34:00 +0100] rev 48122
8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC Reviewed-by: stefank, sjohanss
Mon, 27 Nov 2017 12:38:47 +0100 8191846: jstat prints debug message when debugging is disabled
pliden [Mon, 27 Nov 2017 12:38:47 +0100] rev 48121
8191846: jstat prints debug message when debugging is disabled Reviewed-by: ehelin, rehn
Mon, 27 Nov 2017 03:11:38 -0800 8191227: issues with unsafe handle resolution
rraghavan [Mon, 27 Nov 2017 03:11:38 -0800] rev 48120
8191227: issues with unsafe handle resolution Summary: added ThreadInVMfromNative or ThreadInVMfromUnknown support Reviewed-by: thartmann, vlivanov
Mon, 27 Nov 2017 11:41:00 +0100 8087339: The code heap might use different alignment for committed size and reserved size
thartmann [Mon, 27 Nov 2017 11:41:00 +0100] rev 48119
8087339: The code heap might use different alignment for committed size and reserved size Summary: InitialCodeCacheSize should not constrain code cache memory alignment. Reviewed-by: kvn
Mon, 27 Nov 2017 11:39:21 +0100 8179026: Remove explicit code cache options processing
thartmann [Mon, 27 Nov 2017 11:39:21 +0100] rev 48118
8179026: Remove explicit code cache options processing Summary: Removed explicit processing of code cache related options because generic processing already handles these. Reviewed-by: kvn
Mon, 27 Nov 2017 10:51:31 +0100 8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3
ehelin [Mon, 27 Nov 2017 10:51:31 +0100] rev 48117
8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3 Reviewed-by: sjohanss, tschatzl Contributed-by: ysr1729@gmail.com, erik.helin@oracle.com
Fri, 24 Nov 2017 15:48:01 +0100 8191861: Move and refactor hSpaceCounters
stefank [Fri, 24 Nov 2017 15:48:01 +0100] rev 48116
8191861: Move and refactor hSpaceCounters Reviewed-by: pliden, ehelin, rkennke
Fri, 24 Nov 2017 15:21:30 +0100 8191860: Add perfData.inline.hpp
stefank [Fri, 24 Nov 2017 15:21:30 +0100] rev 48115
8191860: Add perfData.inline.hpp Reviewed-by: ehelin, pliden
Fri, 24 Nov 2017 15:21:28 +0100 8191858: Add missing includes in memoryManager.hpp
stefank [Fri, 24 Nov 2017 15:21:28 +0100] rev 48114
8191858: Add missing includes in memoryManager.hpp Reviewed-by: ehelin, tschatzl, pliden
Mon, 27 Nov 2017 11:20:38 +0530 8185796: jstack and clhsdb jstack should show lock objects
ysuenaga [Mon, 27 Nov 2017 11:20:38 +0530] rev 48113
8185796: jstack and clhsdb jstack should show lock objects Summary: Modifications to display monitor details with SA jstack Reviewed-by: sspitsyn, jgeorge
Sun, 26 Nov 2017 09:05:13 -0800 8191313: compiler/runtime/SpreadNullArg.java fails in tier1
rraghavan [Sun, 26 Nov 2017 09:05:13 -0800] rev 48112
8191313: compiler/runtime/SpreadNullArg.java fails in tier1 Summary: corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix Reviewed-by: dcubed, mchung
Sat, 25 Nov 2017 20:28:10 +0100 Merge
jwilhelm [Sat, 25 Nov 2017 20:28:10 +0100] rev 48111
Merge
Sat, 25 Nov 2017 04:36:43 +0100 Merge
jwilhelm [Sat, 25 Nov 2017 04:36:43 +0100] rev 48110
Merge
Fri, 24 Nov 2017 14:07:59 +0100 8191707: Options with invalid values are incorrectly treated as obsolete and ignored
dholmes [Fri, 24 Nov 2017 14:07:59 +0100] rev 48109
8191707: Options with invalid values are incorrectly treated as obsolete and ignored Reviewed-by: rehn, dcubed
Fri, 24 Nov 2017 13:58:52 +0100 8191782: Missing deprecated options in VMDeprecatedOptions.java
rehn [Fri, 24 Nov 2017 13:58:52 +0100] rev 48108
8191782: Missing deprecated options in VMDeprecatedOptions.java Reviewed-by: dcubed, mlarsson
Thu, 23 Nov 2017 19:42:56 -0800 Merge
dcubed [Thu, 23 Nov 2017 19:42:56 -0800] rev 48107
Merge
Thu, 23 Nov 2017 06:01:57 -0800 Merge
dcubed [Thu, 23 Nov 2017 06:01:57 -0800] rev 48106
Merge
Wed, 22 Nov 2017 17:54:50 -0800 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed [Wed, 22 Nov 2017 17:54:50 -0800] rev 48105
8167108: inconsistent handling of SR_lock can lead to crashes Summary: Add Thread Safe Memory Reclamation (Thread-SMR) mechanism. Reviewed-by: coleenp, dcubed, dholmes, eosterlund, gthornbr, kbarrett, rehn, sspitsyn, stefank Contributed-by: daniel.daugherty@oracle.com, erik.osterlund@oracle.com, robbin.ehn@oracle.com
Wed, 22 Nov 2017 18:58:01 -0500 8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified
aharlap [Wed, 22 Nov 2017 18:58:01 -0500] rev 48104
8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified Summary: Properly handle zero count in gen_write_ref_array_post_barrier() Reviewed-by: tschatzl, kbarrett
Thu, 23 Nov 2017 15:51:06 +0100 8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48103
8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads Reviewed-by: sangheki, sjohanss
Thu, 23 Nov 2017 15:51:06 +0100 8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48102
8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap Summary: Ignore zero-sized MemRegions to invalidate in G1SATBCardTableLoggingModRefBS::invalidate() Reviewed-by: ehelin, sjohanss
Thu, 23 Nov 2017 15:51:06 +0100 8179244: Assert failed in instanceMirrorKlass.inline.hpp
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48101
8179244: Assert failed in instanceMirrorKlass.inline.hpp Summary: Investigate the failure and upon observing that the assert is too strict, disable it and addd a comment. Reviewed-by: ehelin
Thu, 23 Nov 2017 09:53:53 +0100 8189733: Cleanup Full GC setup and tear down
sjohanss [Thu, 23 Nov 2017 09:53:53 +0100] rev 48100
8189733: Cleanup Full GC setup and tear down Reviewed-by: tschatzl, ehelin
Wed, 22 Nov 2017 16:10:42 -0800 Merge
ccheung [Wed, 22 Nov 2017 16:10:42 -0800] rev 48099
Merge
Wed, 22 Nov 2017 16:08:39 -0800 8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
ccheung [Wed, 22 Nov 2017 16:08:39 -0800] rev 48098
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module Summary: backout the fix for 8190975 Reviewed-by: iklam, kvn
Wed, 22 Nov 2017 17:57:27 +0100 8187280: Remove unused methods from StubQueue
simonis [Wed, 22 Nov 2017 17:57:27 +0100] rev 48097
8187280: Remove unused methods from StubQueue Reviewed-by: kvn, kbarrett
Wed, 22 Nov 2017 14:31:48 -0500 8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests
ctornqvi [Wed, 22 Nov 2017 14:31:48 -0500] rev 48096
8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests Reviewed-by: erikj
Wed, 22 Nov 2017 09:27:06 -0800 8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
dlong [Wed, 22 Nov 2017 09:27:06 -0800] rev 48095
8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change Reviewed-by: kvn
Wed, 22 Nov 2017 17:10:38 +0100 8189793: [s390]: Improve String compress/inflate by exploiting vector instructions
lucy [Wed, 22 Nov 2017 17:10:38 +0100] rev 48094
8189793: [s390]: Improve String compress/inflate by exploiting vector instructions Reviewed-by: mdoerr, goetz
Wed, 22 Nov 2017 16:57:34 +0100 Merge
jwilhelm [Wed, 22 Nov 2017 16:57:34 +0100] rev 48093
Merge
Thu, 16 Nov 2017 14:06:44 -0500 8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
aharlap [Thu, 16 Nov 2017 14:06:44 -0500] rev 48092
8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option Summary: Need to initialized metaspace performance counters before their potential use Reviewed-by: tschatzl, sjohanss
Mon, 13 Nov 2017 15:28:17 +0100 8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone
lkorinth [Mon, 13 Nov 2017 15:28:17 +0100] rev 48091
8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone Reviewed-by: tschatzl, sjohanss
Wed, 22 Nov 2017 14:53:20 +0100 8191202: Remove duplicated jmm.h
ihse [Wed, 22 Nov 2017 14:53:20 +0100] rev 48090
8191202: Remove duplicated jmm.h Reviewed-by: erikj, coleenp
Wed, 22 Nov 2017 14:43:37 +0300 8190800: Support vectorization of Math.sqrt() on floats
rlupusoru [Wed, 22 Nov 2017 14:43:37 +0300] rev 48089
8190800: Support vectorization of Math.sqrt() on floats Reviewed-by: vlivanov, kvn
Wed, 22 Nov 2017 01:12:23 -0800 8191683: Compile problem on ARM after JDK-8043070
iveresov [Wed, 22 Nov 2017 01:12:23 -0800] rev 48088
8191683: Compile problem on ARM after JDK-8043070 Summary: Make nmethod::_state explicitly a signed char Reviewed-by: thartmann
Wed, 06 Dec 2017 15:14:13 -0800 8192933: Wrong generic type parameter in serialized form javadoc
ksrini [Wed, 06 Dec 2017 15:14:13 -0800] rev 48087
8192933: Wrong generic type parameter in serialized form javadoc Reviewed-by: jjg
Wed, 06 Dec 2017 14:39:15 -0800 8191706: Add Reader::transferTo(Writer)
bpb [Wed, 06 Dec 2017 14:39:15 -0800] rev 48086
8191706: Add Reader::transferTo(Writer) Reviewed-by: alanb, bpb, briangoetz Contributed-by: Patrick Reinhart <patrick@reini.net>
Wed, 06 Dec 2017 11:43:50 -0800 8191078: Wrong "Package not found" warning
ksrini [Wed, 06 Dec 2017 11:43:50 -0800] rev 48085
8191078: Wrong "Package not found" warning Reviewed-by: jjg, jlahoda
Wed, 06 Dec 2017 19:17:07 +0000 Merge
chegar [Wed, 06 Dec 2017 19:17:07 +0000] rev 48084
Merge
Wed, 06 Dec 2017 11:11:59 -0800 8191494: Refresh incubating HTTP Client
chegar [Wed, 06 Dec 2017 11:11:59 -0800] rev 48083
8191494: Refresh incubating HTTP Client Reviewed-by: chegar, dfuchs, michaelm Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>
Wed, 06 Dec 2017 13:36:34 -0500 8192885: Compiler in JDK 10-ea+33 misses to include entry in LineNumberTable for goto instruction of foreach loop jdk-10+35
vromero [Wed, 06 Dec 2017 13:36:34 -0500] rev 48082
8192885: Compiler in JDK 10-ea+33 misses to include entry in LineNumberTable for goto instruction of foreach loop Reviewed-by: mcimadamore
Fri, 03 Nov 2017 10:01:08 -0700 8188870: Bump classfile version number to 54
psandoz [Fri, 03 Nov 2017 10:01:08 -0700] rev 48081
8188870: Bump classfile version number to 54 Reviewed-by: alanb, dholmes, coleenp, mcimadamore
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip