Doug Simon
bbc34efe26
8144944: JVMCI compiler initialization can happen on different thread than JVMCI initialization
...
Reviewed-by: twisti
2015-12-09 22:57:52 +01:00
Paul Sandoz
4d4c7ad974
8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
...
Reviewed-by: shade, dholmes, alanb, chegar, mchung, roland
2015-12-09 14:54:40 +01:00
Jamsheed Mohammed
1f2a9c1407
6808665: Use486InstrsOnly aborts 32-bit VM
...
The code supporting -XX:+/-Use486InstrsOnly was removed.
Reviewed-by: dholmes, thartmann, vlivanov
2015-12-09 11:06:39 +01:00
Martin Doerr
ef1c3dc4ed
8144850: C1: operator delete needs an implementation
...
Reviewed-by: kvn
2015-12-07 18:24:24 +01:00
Christian Thalinger
3db39e91be
Merge
2015-12-15 01:20:08 +01:00
Jan Civlin
a08d3805f0
8144771: Use AVX3 instructions for string compare
...
Co-authored-by: Michael C Berg <michael.c.berg@intel.com>
Reviewed-by: kvn, thartmann
2015-12-14 14:48:30 -08:00
Tom Rodriguez
e4d937a557
8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
...
Reviewed-by: twisti
2015-12-14 13:06:39 -08:00
Doug Simon
08a2e337c7
8145270: Need to eagerly initialize JVMCI compiler under -Xcomp
...
Reviewed-by: twisti
2015-12-13 22:51:13 +01:00
Joseph Provino
2fff60761c
Merge
2015-12-07 17:16:13 +00:00
Joseph Provino
1b75e851aa
Merge
2015-12-07 17:04:42 +00:00
Goetz Lindenmaier
6f27a97d77
8144466: ppc64: fix argument passing through opto stubs
...
Reviewed-by: kvn
2015-12-07 15:42:47 +01:00
Vladimir Kozlov
223668aab4
Merge
2015-12-14 10:27:33 -08:00
Martin Doerr
682da74418
8143817: C1: Platform dependent stack space not preserved for all runtime calls
...
Reviewed-by: roland
2015-12-08 14:44:00 +01:00
Vivek R Deshpande
2d9a6cfd3f
8143355: Update for addition of vectorizedMismatch intrinsic for x86
...
Co-authored-by: Liqi Yi <liqi.yi@intel.com>
Reviewed-by: kvn
2015-12-07 16:35:07 -08:00
Roland Westrelin
43d48c16d2
Merge
2015-12-07 15:00:46 +00:00
Martin Doerr
b7ad80c79f
8144822: PPC64: Fix build after 8072008
...
Reviewed-by: goetz
2015-12-07 15:01:24 +01:00
Tom Rodriguez
449bf68d35
8143571: [JVMCI] Double unregistering of nmethod during unloading
...
Reviewed-by: iveresov, twisti
2015-12-04 15:18:46 -10:00
Mikael Vidstedt
62dbc20112
Merge
2015-12-05 02:19:46 +00:00
Mikael Vidstedt
7689ac6999
Merge
2015-12-04 23:50:05 +00:00
Mikael Vidstedt
b5691de477
8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
...
Reviewed-by: kvn, coleenp
2015-12-04 15:08:49 -08:00
Mikael Vidstedt
7caf70643c
8144657: Invalid format specifiers in jvmci trace messages
...
Reviewed-by: kvn
2015-12-04 13:36:10 -08:00
Vladimir Ivanov
d60a09e9c5
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
...
Reviewed-by: jrose, dlong, aph, forax
2015-12-04 23:46:19 +03:00
Mikael Vidstedt
95c869947a
8144605: Invalid format specifier when printing in_cset_state_t
...
Use existing CSETSTATE_FORMAT macro in format string
Reviewed-by: kbarrett, tschatzl
2015-12-04 09:36:16 -08:00
Mikael Vidstedt
00df16e386
Merge
2015-12-06 06:08:48 +00:00
Coleen Phillimore
0f27cc83c2
Merge
2015-12-05 17:14:02 +00:00
Coleen Phillimore
5f07c2b8ad
8144534: Refactor templateInterpreter and templateInterpreterGenerator functions
...
Merged templateInterpreter_x86_32/64 into templateInterpreterGenerator_x86.cpp (some 32/64 functions remain for the hand coded crc functions).
Reviewed-by: goetz, jrose, twisti
2015-12-05 10:40:22 -05:00
Thomas Schatzl
d9d78c6a33
8144690: g1Predictions.hpp includes allocation.inline.hpp
...
Remove offending (and unnecessary) include statement.
Reviewed-by: stefank, jmasa
2015-12-05 15:17:29 +01:00
Thomas Schatzl
52745a5d2c
8144583: Test sanity/ExecuteInternalVMTests.java fails
...
Remove a test that is highly dependent on timing.
Reviewed-by: jwilhelm
2015-12-05 15:16:01 +01:00
Thomas Stuefe
679e48d459
8144192: Enhancements-to-print_siginfo-windows
...
Some small enhancement to os::print_siginfo for Windows
Reviewed-by: dholmes
2015-12-05 05:15:35 -05:00
Mikael Vidstedt
5a0c8c4485
8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly
...
Fix constraints and signedness in comparisons
Reviewed-by: kbarrett
2015-12-04 14:32:25 -08:00
Martin Doerr
8c5da27f19
8144019: PPC64 C1: Introduce Client Compiler
...
Reviewed-by: goetz
2015-12-04 16:38:04 +01:00
Martin Doerr
0fba365de2
8136445: Performance issue with Nashorn and C2's global code motion
...
Reviewed-by: kvn
2015-12-04 16:23:39 +01:00
Andreas Eriksson
c64b2175e7
6869327: Add new C2 flag to keep safepoints in counted loops
...
Reviewed-by: kvn, shade
2015-12-04 14:06:38 +01:00
Marcus Larsson
974f9e0483
8144146: Unified Logging tags cannot be reserved keywords
...
Reviewed-by: dholmes, sla
2015-12-04 13:02:25 +01:00
David Holmes
6e0ea9d21c
8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
...
Used compiled-based TLS when available. Additional contributions by Thomas Stufe (AIX) and Andrew Haley (Aarch64)
Reviewed-by: stuefe, bdelsart, dcubed
2015-12-04 04:06:37 -05:00
Alejandro Murillo
4f54e303f3
Merge
2015-12-03 22:30:17 -08:00
Max Ockner
b11ecef634
Merge
2015-12-04 02:46:41 +00:00
Max Ockner
c6b57e4c8c
Merge
2015-12-03 19:35:18 +00:00
Paul Sandoz
73acd18275
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
...
Reviewed-by: jrose, vlivanov, mchung, roland
2015-12-03 11:18:34 +01:00
Roland Westrelin
a3b2c845b4
Merge
2015-12-08 10:01:33 +00:00
Fei Yang
67caeeaa08
8144587: aarch64: generate vectorized MLA/MLS instructions
...
Add support for MLA/MLS (vector) instructions
Reviewed-by: roland
2015-12-07 21:23:02 +08:00
Max Ockner
a3d8114b45
8142976: Reimplement TraceClassInitialization with Unified Logging
...
TraceClassInitialization logging reimplemented with Unified Logging.
Reviewed-by: coleenp, hseigel
2015-12-02 14:07:58 -05:00
Lana Steuck
9e317be494
Merge
2015-12-02 10:19:14 -08:00
Roland Westrelin
7925eb298b
8134883: C1 hard crash in range check elimination in Nashorn test262parallel
...
C1's range check elimination breaks with a non-natural loop that has an exception handler as one entry
Reviewed-by: iveresov
2015-12-02 15:13:42 +01:00
Thomas Stuefe
f06c0a7041
8144343: [aix] Stack bottom should be page aligned
...
On thread create or attach, ensure stack bottom is aligned to os::vm_page_size()
Reviewed-by: simonis, kvn
2015-12-02 10:17:31 +01:00
Thomas Schatzl
153eae9ba4
8136680: Enable adaptive IHOP by default
...
Reviewed-by: jmasa, mgerdin, ehelin
2015-12-01 16:46:55 +01:00
Roland Westrelin
b97ff269d0
8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
...
Refactor CAS code to decrease register pressure in c1
Reviewed-by: kvn, shade
2015-12-01 12:17:18 +01:00
Jesper Wilhelmsson
c7a51854d9
Merge
2015-11-30 19:38:51 +01:00
Iris Clark
5793ec1b6a
Merge
2015-11-29 20:29:32 -08:00
Jesper Wilhelmsson
1d7f54e2f3
Merge
2015-11-27 18:35:43 +01:00