Nils Eliasson
74cff677d4
8144091: CompilerControl: directive file doesn't override inlining rules
...
Fix correct overrides
Reviewed-by: roland
2015-12-09 13:37:59 +01:00
Nils Eliasson
2bb757d0eb
8145345: LogCompilation output is empty after JEP165: Compiler Control
...
Fix default init and compilecommand update
Reviewed-by: kvn
2015-12-16 15:39:11 +01:00
Nils Eliasson
8c0ad215bc
8144246: adding lots of directives via jcmd may produce OOM crash
...
Add a limit to the number of directives
Reviewed-by: kvn
2015-12-16 15:38:28 +01:00
Dmitrij Pochepko
e699dcb655
8141351: Create tests for direct invoke instructions testing
...
Tests for invoke* instructions
Reviewed-by: twisti
2015-12-16 18:38:02 +03:00
Andrew Haley
07512e7aec
8145553: Fix warnings in AArch64 directory
...
Reviewed-by: kvn
2015-12-16 13:21:19 +00:00
Andrew Haley
edb2af6a6d
8144582: AArch64 does not generate correct branch profile data
...
Reviewed-by: kvn
2015-12-16 11:35:59 +00:00
Andrew Haley
dd5481cbbc
8145438: Guarantee failures since 8144028: Use AArch64 bit-test instructions in C2
...
Implement short and long versions of bit test instructions.
Reviewed-by: kvn
2015-12-15 19:18:05 +00:00
Christian Thalinger
ae19a4b931
Merge
2015-12-15 21:17:50 +00:00
Alexander Vorobyev
1a135175c4
8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
...
Reviewed-by: kvn
2015-12-15 17:31:18 +03:00
Christian Thalinger
bf5db72254
8134994: use separate VMStructs databases for SA and JVMCI
...
Reviewed-by: kbarrett
2015-12-14 17:02:02 -10:00
Yasumasa Suenaga
30603c6599
8144332: HSDB could not terminate when close button is pushed
...
Reviewed-by: jbachorik
2015-12-09 21:24:57 +09:00
Yasumasa Suenaga
238c184b11
8144965: Show oop pointer in call frame at HSDB
...
Reviewed-by: jbachorik
2015-12-09 23:17:21 +09:00
Cheleswer Sahu
ae7369442a
8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
...
Reviewed-by: dholmes, sla
2015-12-09 15:31:25 +05:30
Goetz Lindenmaier
1feaca45a7
8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded"
...
Reviewed-by: dholmes
2015-12-08 20:51:09 -05:00
Mikael Vidstedt
251eab3b99
Merge
2015-12-08 21:46:56 +00:00
Mikael Vidstedt
c9fc986a36
8144881: Various fixes to linux/sparc
...
Fixed sigflags printing, format specfiers, codeCache includes and some function returns
Reviewed-by: dsamersoff, simonis
2015-12-08 11:36:16 -08:00
Markus Grönlund
2ad9d3192f
8140485: Class load and creation cleanup
...
Reviewed-by: hseigel, coleenp, sspitsyn
2015-12-08 20:04:03 +01:00
Ed Nevill
c095394bce
8144498: aarch64: large code cache generates SEGV
...
Fix pd_call_destination to use is_call_at rather than is_call
Reviewed-by: aph, adinn
2015-12-08 14:26:17 +00:00
Andrew Haley
ac6fa27965
Merge
2015-12-15 13:42:13 +00:00
Andrew Haley
c2221a88e8
8145320: Create unsafe_arraycopy and generic_arraycopy for AArch64
...
Reviewed-by: kvn
2015-12-14 15:53:48 +00:00
Goetz Lindenmaier
2b4403dc88
8145300: ppc64: fix port of "8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls"
...
Reviewed-by: simonis
2015-12-14 10:22:19 +01:00
Vladimir Ivanov
1a4c3a752d
8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
...
Reviewed-by: roland, jrose
2015-12-11 15:03:11 +03:00
Vladimir Ivanov
e56a7de478
8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
...
Reviewed-by: roland
2015-12-10 14:51:54 +03:00
Vladimir Ivanov
afeb87ddd8
8144935: C2: safepoint is pruned from a non-counted loop
...
Reviewed-by: roland
2015-12-10 14:51:53 +03:00
Nils Eliasson
7b54819d3e
8144601: Premature assert in directive inline parsing
...
Break after first fail
Reviewed-by: roland
2015-12-09 13:41:04 +01:00
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
Pavel Punegov
a1bb5b8456
8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
...
Fix incorrect full test name
Reviewed-by: kvn
2015-12-09 00:30:32 +03:00
Pavel Punegov
555dd24642
8140667: CompilerControl: tests incorrectly set states for excluded methods
...
Fix exclude command generation
Reviewed-by: kvn
2015-12-09 00:33:30 +03:00
Poonam Bajaj
24c8c40bb8
8140031: SA: Searching for a value in Threads does not work
...
Improve the thread and threads commands in CLHSDB
Reviewed-by: dsamersoff
2015-12-08 05:50:46 -08:00
Lana Steuck
f720ad0cc2
Merge
2015-12-07 14:18:23 -08: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
Ioi Lam
9c775566e5
8144853: Print the names of callees in PrintAssembly/PrintInterpreter
...
Reviewed-by: dholmes, vlivanov
2015-12-07 09:19:26 -08:00
Coleen Phillimore
d0532b2b86
Merge
2015-12-15 17:57:08 +00:00
Coleen Phillimore
682603831d
Merge
2015-12-15 16:01:53 +00:00
Joseph Provino
a0734684c5
Merge
2015-12-15 16:01:00 +00:00
Coleen Phillimore
a02be6bb0d
Merge
2015-12-15 10:43:12 -05:00
Joseph Provino
c52bff739b
Merge
2015-12-15 15:27:38 +00:00
Joseph Provino
26af4d84c3
8139768: Running with -XX:CMSOldPLABNumRefills=2147483648 causes EXCEPTION_INT_DIVIDE_BY_ZERO on Windows i586
...
Use double arithmetic to avoid integer overflow
Reviewed-by: jwilhelm, tbenson
2015-12-14 17:06:06 -05:00
Rachel Protacio
a74243c302
8145153: Convert TraceMonitorInflation to Unified Logging
...
Updated -XX:+TraceMonitorInflation flag to -Xlog:monitorinflation=debug, with an alias (and related alias table) to support the old option.
Reviewed-by: dholmes, mockner, coleenp
2015-12-11 14:58:20 -05:00
Kirill Zhaldybin
f238510a5a
8143933: Create testlibrary for auxiliary methods used in g1/humongousObjects testing
...
Reviewed-by: iignatyev, dfazunen
2015-12-10 20:14:00 +03:00
Goetz Lindenmaier
39e280e4e3
8145117: PPC64: Remove cpp interpreter implementation
...
Reviewed-by: coleenp, mdoerr
2015-12-10 16:18:25 +01:00
Magnus Ihse Bursie
2e4d7b8120
Merge
2015-12-15 11:28:23 +01:00
Magnus Ihse Bursie
6e05599081
8142909: Integration of minor fixes from the build-infra project
...
Reviewed-by: dholmes, erikj
2015-12-15 10:55:07 +01:00
Bengt Rutisson
9ecd60a8dc
8145303: Clean up the units for log_gc_footer
...
Reviewed-by: david, tschatzl, goetz
2015-12-15 09:58:29 +01:00