Tue, 15 Dec 2015 17:31:18 +0300 8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
iignatyev [Tue, 15 Dec 2015 17:31:18 +0300] rev 35122
8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg Reviewed-by: kvn Contributed-by: alexander.vorobyev@oracle.com
Tue, 08 Dec 2015 14:26:17 +0000 8144498: aarch64: large code cache generates SEGV
enevill [Tue, 08 Dec 2015 14:26:17 +0000] rev 35121
8144498: aarch64: large code cache generates SEGV Summary: Fix pd_call_destination to use is_call_at rather than is_call Reviewed-by: aph, adinn
Tue, 15 Dec 2015 13:42:13 +0000 Merge
aph [Tue, 15 Dec 2015 13:42:13 +0000] rev 35120
Merge
Mon, 14 Dec 2015 15:53:48 +0000 8145320: Create unsafe_arraycopy and generic_arraycopy for AArch64
aph [Mon, 14 Dec 2015 15:53:48 +0000] rev 35119
8145320: Create unsafe_arraycopy and generic_arraycopy for AArch64 Reviewed-by: kvn
Mon, 14 Dec 2015 10:22:19 +0100 8145300: ppc64: fix port of "8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls"
goetz [Mon, 14 Dec 2015 10:22:19 +0100] rev 35118
8145300: ppc64: fix port of "8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls" Reviewed-by: simonis
Mon, 07 Dec 2015 18:24:24 +0100 8144850: C1: operator delete needs an implementation
mdoerr [Mon, 07 Dec 2015 18:24:24 +0100] rev 35117
8144850: C1: operator delete needs an implementation Reviewed-by: kvn
Tue, 15 Dec 2015 01:20:08 +0100 Merge
twisti [Tue, 15 Dec 2015 01:20:08 +0100] rev 35116
Merge
Mon, 14 Dec 2015 13:06:39 -0800 8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
never [Mon, 14 Dec 2015 13:06:39 -0800] rev 35115
8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity Reviewed-by: twisti
Sun, 13 Dec 2015 22:51:13 +0100 8145270: Need to eagerly initialize JVMCI compiler under -Xcomp
dnsimon [Sun, 13 Dec 2015 22:51:13 +0100] rev 35114
8145270: Need to eagerly initialize JVMCI compiler under -Xcomp Reviewed-by: twisti
Mon, 14 Dec 2015 14:48:30 -0800 8144771: Use AVX3 instructions for string compare
kvn [Mon, 14 Dec 2015 14:48:30 -0800] rev 35113
8144771: Use AVX3 instructions for string compare Reviewed-by: kvn, thartmann Contributed-by: jan.civlin@intel.com, michael.c.berg@intel.com
Mon, 07 Dec 2015 15:42:47 +0100 8144466: ppc64: fix argument passing through opto stubs.
goetz [Mon, 07 Dec 2015 15:42:47 +0100] rev 35112
8144466: ppc64: fix argument passing through opto stubs. Reviewed-by: kvn
Mon, 14 Dec 2015 10:27:33 -0800 Merge
kvn [Mon, 14 Dec 2015 10:27:33 -0800] rev 35111
Merge
Mon, 07 Dec 2015 16:35:07 -0800 8143355: Update for addition of vectorizedMismatch intrinsic for x86
kvn [Mon, 07 Dec 2015 16:35:07 -0800] rev 35110
8143355: Update for addition of vectorizedMismatch intrinsic for x86 Reviewed-by: kvn Contributed-by: vivek.r.deshpande@intel.com, liqi.yi@intel.com
Tue, 08 Dec 2015 14:44:00 +0100 8143817: C1: Platform dependent stack space not preserved for all runtime calls
mdoerr [Tue, 08 Dec 2015 14:44:00 +0100] rev 35109
8143817: C1: Platform dependent stack space not preserved for all runtime calls Reviewed-by: roland
Fri, 11 Dec 2015 15:03:11 +0300 8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
vlivanov [Fri, 11 Dec 2015 15:03:11 +0300] rev 35108
8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops Reviewed-by: roland, jrose
Thu, 10 Dec 2015 14:51:54 +0300 8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
vlivanov [Thu, 10 Dec 2015 14:51:54 +0300] rev 35107
8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main Reviewed-by: roland
Thu, 10 Dec 2015 14:51:53 +0300 8144935: C2: safepoint is pruned from a non-counted loop
vlivanov [Thu, 10 Dec 2015 14:51:53 +0300] rev 35106
8144935: C2: safepoint is pruned from a non-counted loop Reviewed-by: roland
Wed, 09 Dec 2015 13:41:04 +0100 8144601: Premature assert in directive inline parsing
neliasso [Wed, 09 Dec 2015 13:41:04 +0100] rev 35105
8144601: Premature assert in directive inline parsing Summary: Break after first fail Reviewed-by: roland
Wed, 09 Dec 2015 22:57:52 +0100 8144944: JVMCI compiler initialization can happen on different thread than JVMCI initialization
dnsimon [Wed, 09 Dec 2015 22:57:52 +0100] rev 35104
8144944: JVMCI compiler initialization can happen on different thread than JVMCI initialization Reviewed-by: twisti
Wed, 09 Dec 2015 14:54:40 +0100 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
psandoz [Wed, 09 Dec 2015 14:54:40 +0100] rev 35103
8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables Reviewed-by: shade, dholmes, alanb, chegar, mchung, roland
Wed, 09 Dec 2015 11:06:39 +0100 6808665: Use486InstrsOnly aborts 32-bit VM
thartmann [Wed, 09 Dec 2015 11:06:39 +0100] rev 35102
6808665: Use486InstrsOnly aborts 32-bit VM Summary: The code supporting -XX:+/-Use486InstrsOnly was removed. Reviewed-by: dholmes, thartmann, vlivanov Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
Wed, 09 Dec 2015 00:30:32 +0300 8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
ppunegov [Wed, 09 Dec 2015 00:30:32 +0300] rev 35101
8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation Summary: fix incorrect full test name Reviewed-by: kvn
Wed, 09 Dec 2015 00:33:30 +0300 8140667: CompilerControl: tests incorrectly set states for excluded methods
ppunegov [Wed, 09 Dec 2015 00:33:30 +0300] rev 35100
8140667: CompilerControl: tests incorrectly set states for excluded methods Summary: fix exclude command generation Reviewed-by: kvn
Thu, 03 Dec 2015 11:18:34 +0100 8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
psandoz [Thu, 03 Dec 2015 11:18:34 +0100] rev 35099
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package Reviewed-by: jrose, vlivanov, mchung, roland
Tue, 08 Dec 2015 10:01:33 +0000 Merge
roland [Tue, 08 Dec 2015 10:01:33 +0000] rev 35098
Merge
Wed, 02 Dec 2015 15:13:42 +0100 8134883: C1 hard crash in range check elimination in Nashorn test262parallel
roland [Wed, 02 Dec 2015 15:13:42 +0100] rev 35097
8134883: C1 hard crash in range check elimination in Nashorn test262parallel Summary: C1's range check elimination breaks with a non-natural loop that has an exception handler as one entry Reviewed-by: iveresov
Mon, 07 Dec 2015 21:23:02 +0800 8144587: aarch64: generate vectorized MLA/MLS instructions
fyang [Mon, 07 Dec 2015 21:23:02 +0800] rev 35096
8144587: aarch64: generate vectorized MLA/MLS instructions Summary: Add support for MLA/MLS (vector) instructions Reviewed-by: roland
Mon, 07 Dec 2015 15:00:46 +0000 Merge
roland [Mon, 07 Dec 2015 15:00:46 +0000] rev 35095
Merge
Tue, 01 Dec 2015 12:17:18 +0100 8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
roland [Tue, 01 Dec 2015 12:17:18 +0100] rev 35094
8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs Summary: refactor CAS code to decrease register pressure in c1 Reviewed-by: kvn, shade
Mon, 07 Dec 2015 15:01:24 +0100 8144822: PPC64: Fix build after 8072008
mdoerr [Mon, 07 Dec 2015 15:01:24 +0100] rev 35093
8144822: PPC64: Fix build after 8072008 Reviewed-by: goetz
Fri, 04 Dec 2015 15:18:46 -1000 8143571: [JVMCI] Double unregistering of nmethod during unloading
never [Fri, 04 Dec 2015 15:18:46 -1000] rev 35092
8143571: [JVMCI] Double unregistering of nmethod during unloading Reviewed-by: iveresov, twisti
Sat, 05 Dec 2015 02:19:46 +0000 Merge
mikael [Sat, 05 Dec 2015 02:19:46 +0000] rev 35091
Merge
Fri, 04 Dec 2015 15:08:49 -0800 8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
mikael [Fri, 04 Dec 2015 15:08:49 -0800] rev 35090
8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files Reviewed-by: kvn, coleenp
Fri, 04 Dec 2015 23:50:05 +0000 Merge
mikael [Fri, 04 Dec 2015 23:50:05 +0000] rev 35089
Merge
Fri, 04 Dec 2015 13:36:10 -0800 8144657: Invalid format specifiers in jvmci trace messages
mikael [Fri, 04 Dec 2015 13:36:10 -0800] rev 35088
8144657: Invalid format specifiers in jvmci trace messages Reviewed-by: kvn
Fri, 04 Dec 2015 16:23:39 +0100 8136445: Performance issue with Nashorn and C2's global code motion
mdoerr [Fri, 04 Dec 2015 16:23:39 +0100] rev 35087
8136445: Performance issue with Nashorn and C2's global code motion Reviewed-by: kvn
Fri, 04 Dec 2015 23:46:19 +0300 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
vlivanov [Fri, 04 Dec 2015 23:46:19 +0300] rev 35086
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls Reviewed-by: jrose, dlong, aph, forax
Fri, 04 Dec 2015 16:38:04 +0100 8144019: PPC64 C1: Introduce Client Compiler
mdoerr [Fri, 04 Dec 2015 16:38:04 +0100] rev 35085
8144019: PPC64 C1: Introduce Client Compiler Reviewed-by: goetz
Fri, 04 Dec 2015 14:06:38 +0100 6869327: Add new C2 flag to keep safepoints in counted loops.
aeriksso [Fri, 04 Dec 2015 14:06:38 +0100] rev 35084
6869327: Add new C2 flag to keep safepoints in counted loops. Reviewed-by: kvn, shade
Tue, 05 Jan 2016 13:08:02 -0800 Merge
amurillo [Tue, 05 Jan 2016 13:08:02 -0800] rev 35083
Merge
Tue, 05 Jan 2016 18:23:14 +0000 8146481: Disable runtime/logging/DefaultMethodsTest.java
rprotacio [Tue, 05 Jan 2016 18:23:14 +0000] rev 35082
8146481: Disable runtime/logging/DefaultMethodsTest.java Summary: @ignore'd DefaultMethodsTest.java Reviewed-by: gtriantafill, coleenp, hseigel
Fri, 18 Dec 2015 09:37:16 -0800 Merge
amurillo [Fri, 18 Dec 2015 09:37:16 -0800] rev 35081
Merge
Mon, 14 Dec 2015 19:49:15 +0000 Merge
jprovino [Mon, 14 Dec 2015 19:49:15 +0000] rev 35080
Merge
Mon, 14 Dec 2015 13:47:35 +0100 8145301: Improve and unify the printout format for the g1HRPrinter.
david [Mon, 14 Dec 2015 13:47:35 +0100] rev 35079
8145301: Improve and unify the printout format for the g1HRPrinter. Reviewed-by: brutisso, tschatzl
Mon, 14 Dec 2015 10:04:31 +0100 8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections"
goetz [Mon, 14 Dec 2015 10:04:31 +0100] rev 35078
8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections" Reviewed-by: simonis
Mon, 14 Dec 2015 02:29:11 -0500 8145114: const-correctness for ucontext_t* reading functions
stuefe [Mon, 14 Dec 2015 02:29:11 -0500] rev 35077
8145114: const-correctness for ucontext_t* reading functions Reviewed-by: dholmes, coleenp
Thu, 10 Dec 2015 14:22:00 +0100 8145103: [aix] implement os::print_register_info()
stuefe [Thu, 10 Dec 2015 14:22:00 +0100] rev 35076
8145103: [aix] implement os::print_register_info() Reviewed-by: goetz, dholmes
Sun, 13 Dec 2015 22:32:16 -0500 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
asmundak [Sun, 13 Dec 2015 22:32:16 -0500] rev 35075
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling Summary: Set LIBARCH to ppc64le, make SA and hsdis work, have os.arch return ppc64le on PowerPC64 LE Reviewed-by: dholmes, ihse Contributed-by: Andrew Hughes <gnu.andrew@redhat.com>, Alexander Smundak <asmundak@google.com>
Sat, 12 Dec 2015 21:23:20 +0300 8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
ddmitriev [Sat, 12 Dec 2015 21:23:20 +0300] rev 35074
8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases Reviewed-by: gtriantafill, stsmirno, ctornqvi, gziemski
Fri, 11 Dec 2015 13:36:15 -0800 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
mikael [Fri, 11 Dec 2015 13:36:15 -0800] rev 35073
8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds Summary: Added include of asm/ptrace.h to libproc.h Reviewed-by: dsamersoff, asmundak, gthornbr
Fri, 11 Dec 2015 18:54:22 +0000 Merge
fparain [Fri, 11 Dec 2015 18:54:22 +0000] rev 35072
Merge
Fri, 11 Dec 2015 09:07:07 -0800 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain [Fri, 11 Dec 2015 09:07:07 -0800] rev 35071
8046936: JEP 270: Reserved Stack Areas for Critical Sections Reviewed-by: acorn, dcubed
Fri, 11 Dec 2015 17:49:42 +0100 8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure
sjohanss [Fri, 11 Dec 2015 17:49:42 +0100] rev 35070
8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure Reviewed-by: kbarrett, jmasa
Fri, 11 Dec 2015 17:49:41 +0100 8144701: Change three G1 remembererd set closures to be OopClosures
sjohanss [Fri, 11 Dec 2015 17:49:41 +0100] rev 35069
8144701: Change three G1 remembererd set closures to be OopClosures Reviewed-by: mgerdin, stefank
Fri, 11 Dec 2015 17:49:40 +0100 8144584: Change FilterIntoCSClosure to inherit OopClosure
sjohanss [Fri, 11 Dec 2015 17:49:40 +0100] rev 35068
8144584: Change FilterIntoCSClosure to inherit OopClosure Reviewed-by: kbarrett, mgerdin
Fri, 11 Dec 2015 17:49:40 +0100 8144505: Change G1ParCopyHelper to inherit OopClosure
sjohanss [Fri, 11 Dec 2015 17:49:40 +0100] rev 35067
8144505: Change G1ParCopyHelper to inherit OopClosure Reviewed-by: mgerdin, stefank
Fri, 11 Dec 2015 13:18:10 +0000 Merge
david [Fri, 11 Dec 2015 13:18:10 +0000] rev 35066
Merge
Fri, 11 Dec 2015 13:48:52 +0100 8144996: Replace the HeapRegionSetCount class with an uint
david [Fri, 11 Dec 2015 13:48:52 +0100] rev 35065
8144996: Replace the HeapRegionSetCount class with an uint Reviewed-by: brutisso, jwilhelm
Thu, 10 Dec 2015 17:48:44 +0100 8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo)
sebastian [Thu, 10 Dec 2015 17:48:44 +0100] rev 35064
8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo) Summary: Avoid creating unused instances of Long and Boolean Reviewed-by: dholmes, sla
Thu, 10 Dec 2015 15:27:16 +0100 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
mdoerr [Thu, 10 Dec 2015 15:27:16 +0100] rev 35063
8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code Reviewed-by: stuefe, goetz
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip