Ed Nevill
eaaec5b879
8148783: aarch64: SEGV running SpecJBB2013
...
Fix calculation of offset for adrp
Reviewed-by: aph
2016-02-04 16:24:28 +00:00
Tobias Hartmann
65438b2b53
Merge
2016-02-04 15:27:15 +01:00
Zoltan Majo
8332da75a9
8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
...
Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
Reviewed-by: vlivanov, dcubed
2016-02-04 08:53:57 +01:00
Mikael Gerdin
8f88752757
8149013: Remove unused and dead code from G1CollectorPolicy
...
Reviewed-by: ehelin, jwilhelm
2016-02-04 08:22:26 +01:00
Tobias Hartmann
16f749ef45
8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation
...
Do all the measurements and then check the results to avoid unexpected code cache allocations.
Reviewed-by: vlivanov
2016-02-03 17:51:47 +01:00
Roland Westrelin
918ff2456b
Merge
2016-02-03 13:32:52 +01:00
Roland Westrelin
9d5f03332e
8143542: C2 doesn't eliminate identical checks
...
Two identical Ifs back to back can be merged
Reviewed-by: kvn
2016-02-03 12:36:18 +01:00
Tobias Hartmann
904898e762
8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
...
Test should not run with -Xcomp because MaxInlineSize is large.
Reviewed-by: kvn, simonis
2016-02-12 12:18:44 +01:00
Christian Thalinger
477e23c17f
8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
...
Reviewed-by: kvn
2016-02-11 12:29:40 -10:00
Christian Thalinger
272bd6a401
8149695: [JVMCI] add missing Checkstyle configuration file
...
Reviewed-by: kvn
2016-02-11 11:32:44 -10:00
Rahul Raghavan
02290b357c
8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
...
Added missing local variable initializations.
Reviewed-by: kvn, vlivanov, thartmann, mcberg
2016-02-11 11:15:13 +01:00
Christian Thalinger
98bbb4efa0
8149415: [AArch64] implement JVMCI CodeInstaller
...
Reviewed-by: aph, kvn
2016-02-10 11:23:17 -10:00
Aleksey Shipilev
381b9a329d
Merge
2016-02-10 16:31:17 +00:00
Jamsheed Mohammed
45bd62d1f1
8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
...
Restricted test execution to supported archs.
Reviewed-by: kvn
2016-02-10 15:24:22 +01:00
Aleksey Shipilev
8e808d813d
8149356: Leftover from JDK-8141044: UseNewCode usage
...
Reviewed-by: vlivanov
2016-02-10 15:58:11 +03:00
Ed Nevill
a7de801a92
8148948: aarch64: generate_copy_longs calls align() incorrectly
...
Fix alignments
Reviewed-by: aph
2016-02-03 11:34:12 +00:00
Roland Westrelin
1462f0b038
8147645: get_ctrl_no_update() code is wrong
...
Array.fill intrinsification code doesn't mark replaced control as dead
Reviewed-by: kvn
2016-02-03 10:58:50 +01:00
Zoltan Majo
d25cc9be66
8148753: Compilation fails due to field accesses on array types
...
Treat accesses to fields of array types as accesses to fields of java.lang.Object.
Reviewed-by: kvn
2016-02-03 10:39:49 +01:00
Tobias Hartmann
694d16f4cc
8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit
...
Fixed stack offsets for xmm register saving/restoring code on 32 bit.
Reviewed-by: kvn, mcberg
2016-02-03 09:09:56 +01:00
Roland Westrelin
7fa54e38e6
8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
...
Canonicalized if shape not recognized by empty loop detection code
Reviewed-by: kvn, shade
2016-01-29 17:18:35 +01:00
Doug Simon
60a582e9be
8149019: remove redundant modifiers
...
Reviewed-by: twisti
2016-02-08 18:52:03 +01:00
Tom Rodriguez
7c15712c40
Merge
2016-02-08 12:13:56 -08:00
Pavel Punegov
1cf3f7a2c8
Merge
2016-02-08 18:52:03 +01:00
Tatiana Pivovarova
ef3728de57
Merge
2016-02-08 16:44:09 +00:00
Nils Eliasson
044e5ececc
8148696: Race loading hsdis may cause SIGSEGV
...
Guard library loading with a lock
Reviewed-by: vlivanov
2016-02-08 14:05:45 +01:00
Zoltan Majo
eab1474601
8148758: Compilation fails with "this call site should not be polymorphic"
...
Change test to run in interpreter-only mode.
Reviewed-by: kvn
2016-02-08 08:57:39 +01:00
Tom Rodriguez
938471481b
8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
...
Reviewed-by: twisti, iignatyev
2016-02-05 12:27:02 -08:00
Christian Thalinger
dd6da5ea53
Merge
2016-02-05 18:24:41 +00:00
Tatiana Pivovarova
25db23a65e
8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
...
Reviewed-by: iignatyev
2016-02-05 21:16:14 +03:00
Pavel Punegov
fc58d951d2
8148864: Quarantine CompilerControl tests
...
Exclude tests affected by JDK-8148563 and JDK-8140354 from execution
Reviewed-by: kvn
2016-02-05 18:05:33 +03:00
Tobias Hartmann
4cce6f082e
Merge
2016-02-05 15:38:21 +01:00
Tobias Hartmann
2bdb607d7d
8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop"
...
Added missing -XX:+IgnoreUnrecognizedVMOptions.
Reviewed-by: vlivanov
2016-02-05 12:43:57 +01:00
Roland Schatz
7e9c407a86
8149105: typo in jvmciCodeInstaller.cpp
...
Reviewed-by: twisti
2016-02-05 11:33:27 +01:00
Alejandro Murillo
34efd50e20
Merge
2016-01-28 16:30:37 -08:00
Lana Steuck
9b59a8f5d0
Merge
2016-01-28 15:42:23 -08:00
Lana Steuck
22e7c9cafb
Added tag jdk-9+103 for changeset 9bd7d91ca664
2016-01-28 09:43:01 -08:00
Aleksey Shipilev
121083c09e
8148483: JEP 280: Indify String Concatenation
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse
2016-01-28 19:43:18 +03:00
Tobias Hartmann
832443d3b0
Merge
2016-01-28 09:49:17 +01:00
Jesper Wilhelmsson
e8e6b0e6f0
Merge
2016-01-26 17:13:18 +01:00
Ed Nevill
272ee0ade8
8148240: aarch64: random infrequent null pointer exceptions in javac
...
Disable fp as an allocatable register
Reviewed-by: aph
2016-01-26 14:04:01 +00:00
Christian Wimmer
b220252b74
8148202: move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
...
Reviewed-by: twisti
2016-01-26 11:28:54 -10:00
Tobias Hartmann
60aa7225b0
Merge
2016-01-26 11:53:47 +00:00
Tobias Hartmann
d569a59522
8147876: ciTypeFlow::is_dominated_by() writes outside dominated array
...
CiTypeFlow::is_dominated_by() should use block_count() instead of _methodBlocks->num_blocks().
Reviewed-by: neliasso, vlivanov, kvn
2016-01-26 10:46:15 +01:00
Roland Westrelin
36577606f6
Merge
2016-01-26 10:41:05 +01:00
Tobias Hartmann
2beba05b8b
Merge
2016-01-26 09:11:58 +01:00
Doug Simon
ed1d72e964
8147470: update JVMCI mx extensions
...
Reviewed-by: twisti
2016-01-25 14:09:28 -10:00
Igor Ignatyev
3bebe35b7b
8148136: compile control tests have incorrect @build directives
...
Reviewed-by: kvn
2016-01-26 00:25:20 +03:00
Igor Ignatyev
972bf92ef7
8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
...
Reviewed-by: kvn
2016-01-26 00:25:20 +03:00
Alejandro Murillo
ebe2e3bb56
Merge
2016-01-25 12:12:28 -08:00
Tom Rodriguez
a3351a8233
8148101: [JVMCI] Make CallingConvention.Type extensible
...
Reviewed-by: twisti
2016-01-25 09:12:58 -08:00
Nils Eliasson
ae0867c9f8
8063112: Compiler diagnostic commands should have locking instead of safepoint
...
Remove unnecessary vm-ops and add locking instead, improve output
Reviewed-by: kvn
2016-01-22 15:25:40 +01:00
Doug Simon
56c2dccccf
8148981: remove ResolvedJavaType.getClassFilePath()
...
Reviewed-by: twisti
2016-02-03 12:16:44 +01:00
Roland Schatz
76b459d629
8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
...
Reviewed-by: twisti
2016-02-03 12:16:44 +01:00
Jamsheed Mohammed
eb2347dd71
8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
...
ExceptionCache read is lock-free and assume strong memory ordering in write code. Added storestore memory barrier in write path to handle this.
Reviewed-by: kvn, thartmann, dlong
2016-02-04 12:33:31 +01:00
Lana Steuck
bcaa8c1c59
Merge
2016-01-21 10:16:09 -08:00
Lana Steuck
c688dcc7e0
Added tag jdk-9+102 for changeset 62df07007db2
2016-01-21 09:45:58 -08:00
Roland Westrelin
dc88c70fbb
8147853: "assert(t->meet(t0) == t) failed: Not monotonic" with sun/util/calendar/zi/TestZoneInfo310.java
...
Type of counted loop Phi may be saturated before special code to handle counted loops kicks in
Reviewed-by: kvn
2016-01-21 18:04:14 +01:00
Goetz Lindenmaier
4e99638d69
8147937: Adapt SAP copyrights to new company name
...
Reviewed-by: simonis, stuefe
2016-01-21 12:37:47 +01:00
Tom Rodriguez
4205407d83
8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
...
Reviewed-by: twisti
2016-01-22 11:11:06 -08:00
Tom Rodriguez
87d68c21c4
8147432: JVMCI should report bailouts in PrintCompilation output
...
Reviewed-by: kvn, twisti
2016-01-22 11:08:07 -08:00
Roland Schatz
0691fac50b
8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
...
Reviewed-by: twisti
2016-01-21 16:22:01 +01:00
Tobias Hartmann
a5d7b2b450
8065334: CodeHeap expansion fails although there is uncommitted memory
...
CodeHeap::expand_by() should commit remaining space if requested expansion size is too large.
Reviewed-by: kvn
2016-01-22 12:37:32 +01:00
Igor Ignatyev
025890379a
8141557: TestResolvedJavaMethod.java times out after 1000 ms
...
Reviewed-by: twisti
2016-01-21 22:23:22 +03:00
Pavel Punegov
157f8f1313
Merge
2016-01-21 15:07:42 +01:00
Tobias Hartmann
f10b59d34a
Merge
2016-01-21 11:30:22 +00:00
Alexander Kulyakhtin
a58cdadbf2
8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined
...
Quarantined some tests with false failures
Reviewed-by: sla
2016-01-21 14:17:49 +03:00
Daniel D. Daugherty
8411cfaf4e
Merge
2016-01-20 14:11:25 -08:00
Pavel Punegov
b5e16518f4
8145800: [Testbug] CompilerControl: inline message differs for not inlined methods
...
Create callables outside the Internal subclasses
Reviewed-by: kvn
2016-01-20 20:26:33 +03:00
Hui Shi
79dd998f3e
8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject
...
In Aarch64 LIR_Assembler.atomic_op, keep stored data reference register in decompressed forms as it may be used later
Co-authored-by: Felix Yang <felix.yang@linaro.org>
Reviewed-by: aph
2016-01-20 04:56:51 -08:00
Roland Schatz
66b4fd463a
8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere()
...
Reviewed-by: kvn, twisti
2016-01-20 17:00:17 -10:00
Roland Schatz
5456fcf370
8147599: [JVMCI] simplify code installation interface
...
Reviewed-by: twisti
2016-01-20 14:22:46 +01:00
Volker Simonis
f3dca540d8
8145336: PPC64: fix string intrinsics after CompactStrings change
...
Reviewed-by: mdoerr, aph, kvn
2016-01-20 16:33:51 +01:00
Magnus Ihse Bursie
7f812c4c86
8145596: Enable debug symbols for all libraries
...
Reviewed-by: erikj
2016-01-20 09:54:39 +01:00
Thomas Stuefe
3927e409fb
8147509: [aix] Newlines missing in register info printout
...
Reviewed-by: simonis
2016-01-20 09:18:36 +01:00
Alejandro Murillo
7300cb856d
8146653: Debug version missing in hs_err files and on internal version after Verona
...
Reviewed-by: dcubed, dholmes
2016-01-19 18:39:23 -08:00
Roland Westrelin
bf99c27274
8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad
...
Incorrect offset used in spill code for vectors
Reviewed-by: vlivanov, kvn, mcberg
2016-01-19 17:58:02 +01:00
Krystal Mo
415eda1274
8003585: strength reduce or eliminate range checks for power-of-two sized arrays
...
Change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0)
Reviewed-by: kvn, roland
2016-01-19 14:52:33 +01:00
Pavel Punegov
d26d6fa3ef
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
...
Add Xbatch to make compilation block test thread.
Reviewed-by: kvn
2016-02-01 19:45:26 +03:00
Tobias Hartmann
9e2947c3c6
Merge
2016-01-29 08:47:18 +01:00
Igor Ignatyev
ffbb39518c
8148012: get rid of slash-dot-dot in @library directives
...
Reviewed-by: dholmes, dfazunen, cjplummer
2016-01-29 03:11:16 +03:00
Felix Yang
c675914f1c
8148328: aarch64: redundant lsr instructions in stub code
...
Avoid redundant lsr instructions in jbyte_arraycopy and jbyte_disjoint_arraycopy.
Reviewed-by: aph
2016-01-27 12:20:53 +08:00
Zoltan Majo
477c40e4eb
8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
...
Constrain the set of accepted values for the Allocate{PrefetchLines, InstancePrefetchLines, PrefetchStepSize, PrefetchDistance} flags. Increase macro node expansion budget.
Reviewed-by: kvn
2016-01-28 08:33:45 +01:00
Axel Siebenborn
84ae91a490
8147611: G1 - Missing memory barrier in start_cset_region_for_worker
...
Reviewed-by: mgerdin, tschatzl
2016-01-19 09:39:28 +01:00
Frederic Parain
ae7f8632ce
8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS
...
Reviewed-by: dholmes, gtriantafill
2016-01-19 05:28:34 -08:00
Erik Helin
6232df1012
Merge
2016-01-19 11:48:35 +01:00
Erik Helin
f646b9fac7
8147012: Fix includes in internalVMTests.cpp
...
Reviewed-by: stefank, mgerdin
2016-01-19 11:00:29 +01:00
Andreas Eriksson
7366cfb6d2
8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
...
Reviewed-by: dsamersoff
2016-01-19 10:02:22 +01:00
Erik Helin
4651887649
Merge
2016-01-18 19:10:32 +01:00
Igor Ignatyev
50e019db4f
Merge
2016-01-18 17:53:34 +01:00
Roland Schatz
fdb6716fd4
8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch
...
Reviewed-by: twisti
2016-01-18 17:31:14 +01:00
Andrew Haley
6b826df140
8146709: AArch64: Incorrect use of ADRP for byte_map_base
...
Reviewed-by: roland
2016-01-19 17:52:52 +00:00
Roland Westrelin
b6658d2b5f
8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure
...
Uncast() fails with CheckCastPP
Reviewed-by: kvn, thartmann
2016-01-18 21:34:28 +01:00
Erik Helin
ed65d938e5
8146985: Change output directory for hotspot's jtreg tests
...
Reviewed-by: erikj, mikael
2016-01-18 17:12:34 +01:00
Erik Helin
ca6e612810
Merge
2016-01-18 15:11:47 +01:00
Bengt Rutisson
a52e26777d
8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments
...
Reviewed-by: mlarsson, sjohanss
2016-01-18 09:14:58 +01:00
Alejandro Murillo
e2d7eb35ae
Merge
2016-01-14 20:57:31 -08:00
Lana Steuck
3a662902eb
Merge
2016-01-14 12:03:32 -08:00
Lana Steuck
1517e0a82f
Added tag jdk-9+101 for changeset 8319ac454c80
2016-01-14 08:08:15 -08:00
Erik Helin
75f5093aa1
8146994: Move internal vm tests to a separate file
...
Reviewed-by: coleenp, stefank, kbarrett, mikael
2016-01-14 15:09:11 +01:00
Severin Gehwolf
72a8d2948f
8147482: Zero build fails after 8144953
...
Reviewed-by: coleenp, simonis
2016-01-16 13:04:23 -05:00
Dmitry Samersoff
3f964f79eb
Merge
2016-01-16 12:04:47 +01:00
Dmitry Samersoff
f0d0aaf18d
8145698: Memory leak in add_lib_info_fd of libproc_impl.c:174
...
Added missed free call
Reviewed-by: jbachorik, sspitsyn
2016-01-16 13:56:49 +03:00
Erik Helin
4657994435
8146990: Convert CollectorPolicy to use log_warning instead of warning
...
Reviewed-by: sjohanss, brutisso
2016-01-14 14:50:40 +01:00
Bengt Rutisson
49d61bdeb6
8147000: VM crashes during initialization trying to print log message
...
Reviewed-by: kbarrett, dholmes
2016-01-14 09:18:11 +01:00
David Holmes
f16c6f2d9f
8077648: ARM: BREAKPOINT is wrong for thumb
...
Reviewed-by: dlong
2016-01-14 01:25:30 -05:00
Alejandro Murillo
d1460d5224
8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
...
Reviewed-by: twisti, erikj, chegar
2016-01-13 12:45:36 -08:00
Max Ockner
45b28571f0
8146800: Reorganize logging alias code
...
Logging alias code has been reorganized to use internal Unified Logging methods.
Reviewed-by: dholmes, hseigel, mlarsson, rprotacio
2016-01-13 14:56:17 -05:00
Kirill Zhaldybin
bbe36d6b8f
8132717: Add tests checking that instances of j.l.Classes of a large size are allocated as Humongous
...
Reviewed-by: jmasa, dfazunen
2016-01-13 20:26:54 +03:00
Kirill Zhaldybin
459ed3c70a
8132720: Add tests which checks that Humongous objects are not moved after Full GC
...
Reviewed-by: jmasa, dfazunen
2016-01-13 20:19:15 +03:00
Thomas Stuefe
86897064bf
8145184: [aix] Implement os::platform_print_native_stack on AIX
...
Reviewed-by: goetz
2016-01-13 17:55:57 +01:00
Joseph Provino
b986827e32
Merge
2016-01-16 00:28:28 +00:00
Poonam Bajaj
33eb983620
Merge
2016-01-15 23:38:25 +00:00
Joseph Provino
66b0c4895e
Merge
2016-01-15 15:37:00 -05:00
Poonam Bajaj
6f47e3261f
Merge
2016-01-15 18:49:08 +00:00
Poonam Bajaj
1980bc42dd
8145442: Add the facility to verify remembered sets for G1
...
Implement remembered sets verification for G1 with option VerifyRememberedSets
Reviewed-by: jmasa, mgerdin
2016-01-15 10:34:52 -08:00
Poonam Bajaj
a167832da8
Merge
2016-01-15 18:34:35 +00:00
Poonam Bajaj
1987611067
Merge
2016-01-15 17:40:03 +00:00
Erik Helin
b910aaf967
Merge
2016-01-15 17:36:47 +01:00
Poonam Bajaj
33104c61ae
8072725: Provide more granular levels for GC verification
...
Add option VerifySubSet to selectively verify the memory sub-systems
Reviewed-by: kevinw, jmasa, tschatzl, dfazunen
2016-01-15 06:27:35 -08:00
Dmitry Fazunenko
dcf563b6a6
8147075: Rename old GC JTreg tests to the new naming scheme
...
Test/gc/7072527, test/gc/6845368, test/gc/6581734 renamed
Reviewed-by: jwilhelm, pliden
2016-01-15 16:03:46 +04:00
Marcus Larsson
0173335479
8147079: Add serviceability/logging folder to hotspot_serviceability test group
...
Reviewed-by: jbachorik, sspitsyn
2016-01-14 16:03:03 +01:00
David Holmes
59f0523122
Merge
2016-01-15 04:59:46 +01:00
Sebastian Sickelmann
f14cf0149e
8143558: evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase
...
Reviewed-by: dholmes
2016-01-14 22:52:54 -05:00
Coleen Phillimore
15ba5cbef1
Merge
2016-01-15 01:03:42 +00:00
Coleen Phillimore
f8800caf4f
Merge
2016-01-14 16:26:38 -05:00
Coleen Phillimore
f93feda308
8145940: TempNewSymbol should have correct copy and assignment functions
...
Add clear() to the assignment operator and add copy constructor.
Reviewed-by: mgronlun, lfoltan, kbarrett, jrose
2016-01-14 15:45:31 -05:00
Jesper Wilhelmsson
d767b421ea
Merge
2016-01-14 17:40:57 +00:00
Jesper Wilhelmsson
54d0181916
Merge
2016-01-14 17:36:29 +01:00
Dmitry Dmitriev
56377e32e2
Merge
2016-01-14 16:20:57 +00:00
Erik Helin
7401022e64
8146871: Make the clean target silent in hotspot/test/Makefile
...
Reviewed-by: erikj, mikael
2016-01-14 14:32:16 +01:00
Alexander Kulyakhtin
f8b5f55021
8130063: Refactoring tmtools jstat and jstack tests to jtreg
...
Some of the jstat and jstack tests refactored to be run with the jtreg
Reviewed-by: jbachorik
2016-01-14 15:35:21 +03:00
David Lindholm
ad0c208a5a
8146690: Make all classes in GC follow the naming convention
...
Reviewed-by: dholmes, stefank
2016-01-14 13:26:19 +01:00
Chris Hegarty
8f8cd2d815
8146736: Move sun.misc performance counters to jdk.internal.perf
...
Reviewed-by: alanb, mchung, rriggs
2016-01-13 14:34:11 +00:00
Alejandro Murillo
640cf07750
Merge
2016-01-12 11:31:47 -08:00
Dmitry Fazunenko
380897b206
8146889: Update @requires expression for GC tests to run if GC is default
...
Reviewed-by: tschatzl, jwilhelm
2016-01-12 21:17:13 +04:00
Ivan Gerasimov
29169fd975
8145127: VM warning: WaitForMultipleObjects timed out (0) ..
...
Increase number of tracked threads, and set exiting-process flag earlier
Reviewed-by: dholmes, dcubed
2016-01-13 11:43:07 +03:00
David Holmes
10b904cbd2
Merge
2016-01-13 03:18:06 +01:00
David Holmes
93ca986bae
8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler
...
Reviewed-by: dcubed, gthornbr
2016-01-12 19:48:00 -05:00
Jiangli Zhou
d0244cfdc9
Merge
2016-01-13 01:45:14 +01:00
Jiangli Zhou
50bcef8c75
8146523: VirtualMemoryTracker::remove_released_region double count unmapped CDS shared memory
...
Skip tracking release for unmapped CDS shared space.
Reviewed-by: dholmes, coleenp, iklam, gtriantafill
2016-01-12 19:15:42 -05:00
Jon Masamitsu
93fe673dad
Merge
2016-01-12 22:50:57 +00:00
Coleen Phillimore
ee04eabcd1
Merge
2016-01-12 21:01:22 +00:00
Coleen Phillimore
5299fb76e1
Merge
2016-01-12 19:11:39 +00:00
Coleen Phillimore
5d7f8cf015
8146410: Interpreter functions are declared and defined in the wrong files
...
Moved functions to the correct files.
Reviewed-by: goetz, aph, twisti, mockner
2016-01-12 13:14:41 -05:00
Rachel Protacio
f4555ca41f
8144953: runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code
...
Added long-form logging message to three places in code, allowing TraceExceptionsTest.java to pass with compiled code.
Reviewed-by: dholmes, coleenp, lfoltan
2016-01-12 12:35:08 -05:00
Kim Barrett
5f4c8bea8e
Merge
2016-01-12 17:02:10 +00:00
Markus Grönlund
baa19166d1
Merge
2016-01-12 16:01:54 +01:00
Ed Nevill
40ea9a6025
8146843: aarch64: add scheduling support for FP and vector instructions
...
Add pipeline classes for FP/vector pipeline
Reviewed-by: aph
2016-01-12 14:55:15 +00:00
Tom Rodriguez
75901ea0cb
8147433: PrintNMethods no longer works with JVMCI
...
Reviewed-by: kvn, twisti
2016-01-18 11:07:40 -08:00
Tobias Hartmann
40164313e3
Merge
2016-01-18 11:02:42 +01:00
Zoltan Majo
3301846a21
8147441: Unchecked pending exceptions in the WhiteBox API's implementation
...
Add checks for pending exceptions.
Reviewed-by: kvn
2016-01-18 08:50:57 +01:00
Tobias Hartmann
ca56200977
6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
...
Emit CastII to make narrow ConvI2L dependent on the corresponding range check.
Reviewed-by: kvn, roland
2016-01-18 08:40:25 +01:00
Tobias Hartmann
01a4b31e78
8144212: JDK 9 b93 breaks Apache Lucene due to compact strings
...
String compress/inflate intrinsics need to capture char and byte memory.
Reviewed-by: aph, roland, kvn
2016-01-18 08:34:14 +01:00
Tobias Hartmann
90ac004ff6
8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller
...
Removed installing of unused class. Added error output to ClassFileInstaller.
Reviewed-by: vlivanov, zmajo
2016-01-18 08:25:26 +01:00
Christian Thalinger
01f58aa4da
8146820: JVMCI options should not use System.getProperty directly
...
Reviewed-by: kvn, dnsimon
2016-01-15 13:08:40 -10:00
Vladimir Ivanov
22de0c428d
8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode
...
Reviewed-by: roland
2016-01-15 21:56:43 +03:00
Vladimir Ivanov
281c7eb895
6985422: flush the output streams before OnError commands
...
Reviewed-by: kvn
2016-01-15 21:56:42 +03:00
Vladimir Ivanov
28046ae321
8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
...
Reviewed-by: kvn, shade
2016-01-15 21:56:40 +03:00
Pavel Punegov
4b3b8b4f59
8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException:
...
Fix incorrect compileonly setting
Reviewed-by: kvn, neliasso
2016-01-15 16:36:43 +03:00
Tobias Hartmann
01428c44de
Merge
2016-01-15 09:15:33 +01:00
Doug Simon
394ff6ff9a
8146364: Remove @ServiceProvider mechanism from JVMCI
...
Reviewed-by: twisti
2016-01-14 14:34:36 +01:00
Nils Eliasson
48b6051ee7
8145331
: SEGV in DirectivesStack::release(DirectiveSet*)
...
GetDefaultDirective was not updated in 8144873
Reviewed-by: twisti, kvn
2016-01-14 13:24:03 +01:00
Zoltan Majo
ee1e047269
8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly
...
Increase the amount of time the main thread waits for the worker thread.
Reviewed-by: kvn
2016-01-14 09:30:31 +01:00
Andrew Haley
fc49b2c2d1
Merge
2016-01-13 15:57:42 +00:00
Martin Doerr
80d2179644
8146978: PPC64: Fix build after integration of C++ interpreter removal
...
Reviewed-by: goetz
2016-01-13 11:33:21 +01:00
Andrew Haley
543ed0a868
8146891: AArch64 needs patch for 8032463
...
Reviewed-by: kvn
2016-01-12 15:01:52 +00:00
Markus Grönlund
6622e25b61
8145788: JVM crashes with -XX:+EnableTracing
...
Reviewed-by: dholmes, ysuenaga, mlarsson
2016-01-12 15:38:56 +01:00
Jaroslav Bachorik
8a4f6e9b21
8146620: CodelistTest.java fails with "Test failed on: jdk.internal.misc.Unsafe.getUnsafe()Ljdk/internal/misc/Unsafe;"
...
Reviewed-by: sla
2016-01-12 11:11:21 +01:00
Alexander Harlap
75c1b86859
8145038: Simplify mut_process_buffer worker id management
...
Remove some wasted code
Reviewed-by: kbarrett, tschatzl
2016-01-11 14:26:00 -05:00
Roland Westrelin
3b0e147813
8146792: Predicate moved after partial peel may lead to broken graph
...
Partial peel can leave a pinned node between predicates and loop and prevent some loop predication
Reviewed-by: kvn
2016-01-11 16:02:42 +01:00
Christian Thalinger
148c6a3e77
8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
...
Reviewed-by: coleenp, kvn
2016-01-12 10:44:41 -10:00
Konstantin Shefov
360280b4ae
Merge
2016-01-12 16:00:04 +01:00
Ed Nevill
8629682d55
8146886: aarch64: fails to build following 8136525 and 8139864
...
Fix several build errors and warnings
Reviewed-by: aph
2016-01-12 14:21:58 +00:00
Konstantin Shefov
ca68a6b69f
Merge
2016-01-12 15:07:46 +01:00
Tobias Hartmann
0e1b2cd198
8136469: OptimizeStringConcat fails on pre-sized StringBuilder shapes
...
Cut off dead if branch already during parsing (GVN).
Reviewed-by: shade, kvn, roland
2016-01-12 12:55:37 +01:00
Tobias Hartmann
69b52aa28b
8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
...
Change arguments of Node::Identity() and Node::Value() from PhaseTransform* to PhaseGVN*.
Reviewed-by: kvn, roland
2016-01-12 12:55:09 +01:00
Konstantin Shefov
1a8c7d97b1
8141615: Add new public methods to sun.reflect.ConstantPool
...
Reviewed-by: twisti, iignatyev, coleenp
2016-01-12 13:57:48 +03:00
Roland Westrelin
eb654c02f4
Merge
2016-01-12 11:31:04 +01:00
Zoltan Majo
dfa6539a6a
8086053: Address inconsistencies regarding ZeroTLAB
...
Add zero-initialization to C1 for fast TLAB refills; strenghten C2 conditions for skipping zero-initialization.
Reviewed-by: kvn, thartmann
2016-01-12 09:19:09 +01:00
Roland Westrelin
631c143469
8145322: Code generated from unsafe loops can be slightly improved
...
Improve code generated from checkIndex and unsafe loops
Reviewed-by: kvn, thartmann
2016-01-11 16:33:27 +01:00
Doug Simon
5be1924e89
8146705: Improve JVMCI support for blocking compilation
...
Reviewed-by: twisti, never, iveresov
2016-01-11 14:23:35 +01:00
Christian Thalinger
a0861106e3
Merge
2016-01-11 17:11:57 -08:00
Sangheon Kim
f17b4db454
8146695: FinalizeTest04 crashes VM with EXCEPTION_INT_DIVIDE_BY_ZERO
...
Reviewed-by: jwilhelm, jprovino
2016-01-08 08:51:18 -08:00
Martin Doerr
f642bbcecd
8146613: PPC64: C2 does no longer respect int to long conversion for stub calls
...
Reviewed-by: kvn, goetz
2016-01-08 10:14:02 +01:00
Vivek Deshpande
6a52e93df7
8143353: update for x86 sin and cos in the math lib
...
Optimize Math.sin() and cos() for 64 and 32 bit X86 architecture using Intel LIBM implementation.
Reviewed-by: kvn
2016-01-08 21:06:50 -08:00
Martin Doerr
ad3414f985
8146612: C2: Precedence edges specification violated
...
Reviewed-by: kvn
2016-01-08 11:41:04 +01:00
Ed Nevill
307d39879b
8146678: aarch64: assertion failure: call instruction in an infinite loop
...
Remove assertion
Reviewed-by: aph
2016-01-08 11:39:47 +00:00
Sangheon Kim
a37ef034c1
8144573: TLABWasteIncrement=max_jint fires an assert on SPARC for non-G1 GC mode
...
Changed to use set64 if TLABWasteIncrement is larger than 4095 before add
Reviewed-by: tschatzl, iveresov
2016-01-07 16:19:41 -08:00
David Lindholm
b61875dc9b
8146694: Break out shared constants and static BOT functions
...
Reviewed-by: jwilhelm, tbenson
2016-01-11 09:14:01 +01:00
David Holmes
9760f7ac92
8146222: assert(_initialized) failed: TLS not initialized yet!
...
Reviewed-by: dcubed
2016-01-10 20:02:50 -05:00
Daniel D. Daugherty
1a0f49140b
Merge
2016-01-09 02:23:04 +00:00
Ron Durbin
00f6aa5a7c
8135198: Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
...
Reviewed-by: dcubed, ddmitriev, ahgross, gthornbr, coleenp
2016-01-08 15:38:08 -08:00
Alexander Harlap
22ad9cec84
8145037: Clean up FreeIdSet usage
...
Avoid wasting space for the unused sets
Reviewed-by: tschatzl
2016-01-08 15:41:44 -05:00
Coleen Phillimore
7442fce79d
Merge
2016-01-08 12:56:16 +00:00
Lana Steuck
cd1e63459c
Merge
2016-01-07 15:15:19 -08:00
Kishor Kharbas
a8fcb62829
8146581: Minor corrections to the patch submitted for earlier bug id - 8143925
...
Reviewed-by: kvn
2016-01-07 14:29:05 -08:00
Joseph Provino
9288ff53e7
Merge
2016-01-07 21:10:28 +00:00
Rachel Protacio
6dac872d4d
8141564: Convert TraceItables and PrintVtables to Unified Logging
...
The former -XX:+TraceItables and +PrintVtables flags have been converted to UL options -Xlog:itables=trace and vtables=trace
Reviewed-by: acorn, coleenp, dholmes
2016-01-07 13:53:20 -05:00
Lana Steuck
c06f380994
Added tag jdk-9+100 for changeset 92ba3900f072
2016-01-07 09:33:54 -08:00
David Lindholm
98193d202b
8146399: Refactor the BlockOffsetTable classes
...
Reviewed-by: mgerdin, jwilhelm, tschatzl
2016-01-07 16:25:53 +01:00
David Lindholm
a476bf01f4
8146409: TestPromotionFailedEventWithParallelScavenge.java failed with assert(_time_stamps != __null) failed: Sanity
...
Reviewed-by: tschatzl, jwilhelm
2016-01-07 14:55:12 +01:00
Chris Hegarty
2d19a4c550
8145544: Move sun.misc.VM to jdk.internal.misc
...
Reviewed-by: alanb, dholmes, mullan, weijun
2016-01-06 10:03:03 +00:00
Tobias Hartmann
543fcb3a25
Merge
2016-01-06 08:02:23 +01:00
Alejandro Murillo
8797d6f2c6
Merge
2016-01-05 13:08:02 -08:00
Doug Simon
c1d5c540ac
8146001: Remove support for command line options from JVMCI
...
Reviewed-by: twisti
2016-01-05 10:57:15 -10:00
Sangheon Kim
87f0463ced
8145000: TestOptionsWithRanges.java failure for XX:+UseNUMA -XX:+UseNUMAInterleaving -XX:NUMAInterleaveGranularity=65536
...
Add protect_pages_individually() to protect memory per chunk on Windows
Reviewed-by: jwilhelm, tbenson
2016-01-05 10:41:56 -08:00
Yumin Qi
fab3e53ec1
8145093: [TESTBUG] Remove test skip code for Solaris SPARC in runtime/SharedArchiveFile/SharedBaseAddress.java
...
The test failed(see bug 8044600) once on sparc platform which never reproduced thereafter, remove the skip.
Reviewed-by: hseigel, iklam, gtriantafill
2016-01-05 10:36:34 -08:00
Sangheon Kim
7479dffbc6
8144527: NewSizeThreadIncrease would make an overflow
...
Revert to previous value if NewSizeThreadIncrease related calculation overflows
Reviewed-by: jwilhelm, mgerdin, mchernov
2016-01-05 17:05:13 -08:00
Max Ockner
73c45490a2
Merge
2016-01-06 14:54:24 +00:00
Max Ockner
28c6b5ad89
8146485: Add test for Unified Logging classresolve tag
...
Test has been added for Unified Logging classresolve tag.
Reviewed-by: coleenp, gtriantafill
2016-01-06 09:39:55 -05:00
Joseph Provino
7a673ca72d
Merge
2016-01-06 02:32:13 +00:00
Rachel Protacio
9ab99c633d
8146481: Disable runtime/logging/DefaultMethodsTest.java
...
@ignore'd DefaultMethodsTest.java
Reviewed-by: gtriantafill, coleenp, hseigel
2016-01-05 18:23:14 +00:00
Ioi Lam
4e9dd68311
8145593: Clean up metaspaceShared.cpp
...
Reviewed-by: jiangli
2016-01-04 13:57:34 -08:00
Goetz Lindenmaier
b26df6b69f
8146401: Clean up oop.hpp: add inline directives and fix header files
...
Reviewed-by: coleenp
2016-01-04 15:41:05 +01:00
Marcus Larsson
cc9cd893ac
8145294: TestLogRotation.java triggers a race in the UL framework
...
Reviewed-by: sla, mgronlun
2016-01-04 11:38:42 +01:00
Marcus Larsson
5e5def838e
8144220: UL does not support full path names for log files on windows
...
Reviewed-by: sla, mgronlun
2016-01-04 11:31:42 +01:00
Marcus Larsson
230a27a60d
8145083: Use semaphore instead of mutex for synchronization of Unified Logging configuration
...
Reviewed-by: dholmes, kbarrett, mgronlun
2016-01-04 11:37:18 +01:00
Marcus Larsson
803c430cee
8065331: Add trace events for failed allocations
...
Reviewed-by: brutisso, ehelin
2016-01-04 11:27:02 +01:00
Joseph Provino
88a120fb79
Merge
2016-01-01 17:08:38 +00:00
Ed Nevill
ea1091ca76
8146286: aarch64: guarantee failures with large code cache sizes on jtreg test java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
...
Patch trampoline calls with special case bl to itself which does not cause guarantee failure
Reviewed-by: aph
2015-12-29 16:47:34 +00:00
Vladimir Kozlov
13f73f994f
Merge
2015-12-29 18:30:51 +01:00
Martin Doerr
4e6b2ee594
8145913: PPC64: add Montgomery multiply intrinsic
...
Reviewed-by: aph, goetz
2015-12-29 11:54:21 +01:00
Kim Barrett
c3808b2091
8143847: Remove REF_CLEANER reference category
...
Remove REF_CLEANER.
Reviewed-by: jwilhelm, mchung, tbenson
2015-12-28 13:59:20 -05:00
Kim Barrett
1b5adfa949
8071507: (ref) Clear phantom reference as soft and weak references do
...
GC clears phantom refs on notification; update spec accordingly.
Reviewed-by: mchung, jmasa
2015-12-28 13:48:43 -05:00
Hui Shi
3767315e75
8144993: Elide redundant memory barrier after AllocationNode
...
Elide memory barrier for AllocationNode when it doesn't escape in initializer and has an MemBarRelease node at exit of initializer method.
Reviewed-by: aph, mdoerr, goetz, kvn, asiebenborn
2015-12-27 05:15:14 -08:00
Christian Tornqvist
4d2c80f12e
8146098: Visual Studio build fails after SA restructure
...
Reviewed-by: goetz, hseigel, dsamersoff
2015-12-24 07:35:18 -08:00
Coleen Phillimore
944b70a17b
Merge
2015-12-24 03:28:25 +00:00
Lana Steuck
f81d9a2a7b
Added tag jdk-9+99 for changeset c71d1910fc22
2015-12-23 15:41:51 -08:00
Rachel Protacio
dbab9fe1f8
8145606: [TESTBUG] MonitorInflationTest.java should be rewritten to be more predictable
...
Logging/MonitorInflationTest.java now forced an object inflation and looks for that object. It no longer tests for object deflation.
Reviewed-by: gtriantafill, coleenp, iklam
2015-12-23 17:12:04 -05:00
Max Ockner
88f4fdeddc
Merge
2015-12-23 20:14:25 +00:00
Coleen Phillimore
384ecfad72
8146011: sun/management/jmxremote/bootstrap/CustomLauncherTest crash at assert(stack_size)
...
We were setting stack_overflow_limit before initialization completed which may change the stack base for some solaris systems with unlimited stack
Reviewed-by: goetz, hseigel, gthornbr
2015-12-23 20:07:39 +00:00
Max Ockner
de7d9e821c
8144874
: Reimplement TraceClassResolution with Unified Logging
...
TraceClassResolution reimplemented with classresolve tag.
Reviewed-by: coleenp, dholmes, iklam, rprotacio
2015-12-23 15:05:38 -05:00
Harold Seigel
f42b84bc7e
8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
...
Detect zero length signatures and throw ClassFormatError before bad dereference occurs
Reviewed-by: coleenp, lfoltan, acorn, gtriantafill
2015-12-23 13:02:15 -05:00
Dmitry Samersoff
76d0d92563
8067194: Restructure hotspot/agent/src to conform the modular source layout
...
Move sources under jdk.hotspot.agent
Reviewed-by: ihse, erikj, jbachorik
2015-12-23 13:12:15 +03:00
Rachel Protacio
7973ef05b3
8141211: Convert TraceExceptions to Unified Logging
...
The -XX:+TraceExceptions flag has been updated to the unified logging framework, i.e. -Xlog:exceptions. The old flag, because it is product-level, has been aliased to the UL option.
Reviewed-by: dholmes, coleenp, mockner
2015-12-22 16:29:48 -05:00
Coleen Phillimore
348d3ab0f4
Merge
2015-12-22 19:33:01 +00:00
Coleen Phillimore
ac0d55c188
8074457: Remove the non-Zero CPP Interpreter
...
Remove cppInterpreter assembly files and reorganize InterpreterGenerator includes
Reviewed-by: goetz, bdelsart
2015-12-22 11:11:29 -05:00
Christian Tornqvist
4f265967df
Merge
2015-12-22 15:53:42 +00:00
Christian Tornqvist
357e0e5ff9
8048521: Remove obsolete code from os_windows.cpp/hpp
...
Reviewed-by: coleenp, rdurbin
2015-12-22 05:26:55 -08:00
Thomas Schatzl
d6e95be627
8145774: Move scrubbing setup code away out of ConcurrentMark
...
Remove dependency of ConcurrentMark to G1RemSet.
Reviewed-by: jmasa, mgerdin
2015-12-22 11:03:37 +01:00
Thomas Schatzl
056fb6bfd3
8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
...
Move HeapRegionRemSet::num_par_rem_sets() to G1RemSet, and document it.
Reviewed-by: mgerdin, jmasa
2015-12-22 11:02:04 +01:00
Ioi Lam
365b569764
Merge
2015-12-22 00:08:38 +00:00
Ioi Lam
bf1b5cea33
8145271: stand-alone hotspot build is broken
...
Reviewed-by: ihse
2015-12-21 13:58:56 -08:00
Igor Ignatyev
bcec08b872
Merge
2015-12-21 22:45:54 +01:00
Jon Masamitsu
aaad04a655
Merge
2015-12-21 19:43:52 +00:00
Andrew Haley
c4a81b327d
8145096: Undefined behaviour in HotSpot
...
Fix some integer overflows
Reviewed-by: jrose, kvn, kbarrett, adinn, iklam
2015-12-21 16:58:29 +00:00
Kishor Kharbas
790f5bded4
8143925: Enhancing CounterMode.crypt() for AES
...
Add intrinsic for CounterMode.crypt() to leverage the parallel nature of AES in Counter(CTR) Mode.
Reviewed-by: kvn, ascarpino
2015-12-28 23:11:01 -08:00
Christian Thalinger
fb318fc787
8146245: compiler/jvmci/ tests fail: java.lang.AssertionError: minimum config for aarch64
...
Reviewed-by: kvn
2015-12-28 10:10:37 -10:00
Doug Simon
ae88612f52
8146157: JVMCI must not fold accesses to @Stable fields if -XX:-FoldStableValues
...
Reviewed-by: twisti
2015-12-26 16:59:26 +01:00
Martin Doerr
28154b095e
8146231: ppc64/gcc 4.1.2: fix build after "8143072: [JVMCI] Port JVMCI to AArch64"
...
Reviewed-by: goetz
2015-12-28 10:32:20 +01:00
Igor Ignatyev
e227bbc9da
8146205: quarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
...
Reviewed-by: kvn
2015-12-25 03:27:06 +03:00
Christian Thalinger
e4b9b7a178
Merge
2015-12-24 17:21:09 +01:00
Andrew Haley
cee2a179e6
8143072: [JVMCI] Port JVMCI to AArch64
...
Reviewed-by: gdub, rschatz, twisti, kvn
2015-12-23 20:19:42 -10:00
Vivek R Deshpande
453650389f
8145688: Update for x86 pow in the math lib
...
Optimizes Math.pow() for 64 and 32 bit X86 architecture using Intel LIBM implementation.
Reviewed-by: kvn
2015-12-23 21:09:50 -08:00
Christian Thalinger
bc04deac15
8146043: run JVMCI tests in JPRT
...
Reviewed-by: iklam, ctornqvi, collins
2015-12-23 16:24:19 -08:00
Christian Thalinger
ffa21cb2b2
8146100: compiler/jvmci/code/SimpleCodeInstallationTest.java JUnit Failure: expected:<12> but was:<109710641>
...
Reviewed-by: kvn
2015-12-23 11:36:46 -10:00
Igor Ignatyev
2c62b9355d
8146129: quarantine compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
...
Reviewed-by: twisti
2015-12-23 23:08:16 +03:00
Christian Thalinger
066e504bba
8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread
...
Reviewed-by: never, dnsimon, dholmes, coleenp
2015-12-23 07:27:42 -10:00
Christian Thalinger
62a987e63b
Merge
2015-12-22 13:41:09 -08:00
Nils Eliasson
cd1d8e4304
8145328: SEGV in DirectivesStack::getMatchingDirective
...
Loop until enabled directive is found
Reviewed-by: kvn, twisti
2015-12-21 22:17:23 +01:00
Tobias Hartmann
0f67aad7af
8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
...
Restore the major_progress flag before calling igvn.optimize().
Reviewed-by: kvn
2015-12-21 11:34:58 +01:00
Tobias Hartmann
60da2fdb6f
8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
...
Is_scaled_iv_plus_offset() should handle AddI nodes with scaled iv as second input.
Reviewed-by: kvn
2015-12-21 10:14:26 +01:00
Nils Eliasson
dde534535b
8145566: PrintNMethods compile command broken since b89
...
Decremented Symbol twice
Reviewed-by: thartmann, kvn
2015-12-19 19:06:02 +01:00
Lana Steuck
5a3aaaded3
Merge
2015-12-18 09:56:56 -08:00
Alejandro Murillo
8a47e1f795
Merge
2015-12-18 09:37:16 -08:00
Lana Steuck
b5768cd213
Added tag jdk-9+98 for changeset 8743629b4f0c
2015-12-18 09:29:05 -08:00
Sangheon Kim
93bd48e615
8068394: Trace event for concurrent GC phases
...
Add concurrent phase events for CMS and G1
Reviewed-by: brutisso, stefank
2015-12-18 08:17:30 -08:00
Coleen Phillimore
a22ed33318
Merge
2015-12-21 14:09:21 +00:00
Thomas Schatzl
5e297b4308
8145671: Rename FromCardCache to G1FromCardCache
...
Reviewed-by: jmasa, mgerdin
2015-12-21 12:04:32 +01:00
Thomas Schatzl
8188ad75a7
8145667: Move FromCardCache into separate files
...
Reviewed-by: mgerdin, stefank
2015-12-21 12:02:08 +01:00
Thomas Schatzl
c415f56651
8145674: Fix includes and forward declarations in g1Remset files
...
Reviewed-by: simonis, stefank
2015-12-21 12:02:03 +01:00
Goetz Lindenmaier
b5bca5cc1b
8139864: Improve handling of stack protection zones
...
Reviewed-by: stuefe, coleenp, fparain
2015-12-20 10:37:23 -05:00
Kim Barrett
db576a91d8
Merge
2015-12-19 03:07:31 +00:00
Coleen Phillimore
f3f72fe573
Merge
2015-12-19 02:32:27 +01:00
Coleen Phillimore
e858a1cd9a
8144256: compiler/uncommontrap/TestStackBangRbp.java crashes VM on Solaris
...
Take out inlining of methodHandle copy constructors and destructors
Reviewed-by: hseigel, gtriantafill
2015-12-18 15:50:33 -05:00
Rachel Protacio
07af24b8ac
8145445: [TESTBUG] runtime/logging tests need to properly build and import libraries
...
Adds the proper @build and import lines to the jtreg tests in the runtime/logging directory.
Reviewed-by: iklam, hseigel
2015-12-18 14:30:13 -05:00
Thomas Schatzl
8c13cfe16c
Merge
2015-12-18 13:38:49 +00:00
Thomas Schatzl
01bbb7f8a9
8145752: Fix include guards in GC code
...
Reviewed-by: mgerdin, stefank
2015-12-18 14:32:16 +01:00
Thomas Schatzl
92c56ccb9c
8145673: G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY
...
Move destructor work into cpp file
Reviewed-by: mgerdin, stefank
2015-12-18 14:27:51 +01:00
Thomas Schatzl
7806389bef
8145534: TestRemsetLogging.java takes a long time
...
Improve the test and test settings to decrease the time it takes.
Reviewed-by: brutisso, jmasa, dfazunen
2015-12-18 11:30:29 +01:00
Frederic Parain
07bec70d26
8145317: ReservedStackTest fails with ReentrantLock looks corrupted
...
Reviewed-by: acorn, dcubed
2015-12-18 11:04:59 +01:00
Jaroslav Bachorik
34b95824b7
Merge
2015-12-18 09:02:21 +01:00
Severin Gehwolf
adeb2daf12
6425769: Allow specifying an address to bind JMX remote connector
...
Reviewed-by: jbachorik, dfuchs
2015-12-18 08:55:47 +01:00
Lana Steuck
67cde38674
Merge
2015-12-17 20:25:48 -08:00
Lana Steuck
8c29b0e4b0
Added tag jdk-9+97 for changeset e29399d0152b
2015-12-17 19:39:18 -08:00
Christian Tornqvist
74ef672de8
8144716: Unable to build in Visual Studio after JVMCI change
...
Reviewed-by: twisti, mgronlun
2015-12-17 08:41:48 -08:00
Christian Tornqvist
9a10b937df
8145400: ProjectCreator broken after JEP 223 changes
...
Reviewed-by: lfoltan, mgronlun
2015-12-17 12:16:03 -08:00
Christian Tornqvist
147ab7a6aa
8145603: Enable build.bat to use vcproj to build
...
Reviewed-by: mgronlun, mikael, gtriantafill
2015-12-17 08:41:30 -08:00
Rachel Protacio
17f5c68ebe
8145629: Disable test/runtime/logging/MonitorInflationTest.java
...
@ignore-ed logging/MonitorInflationTest.java
Reviewed-by: hseigel, ctornqvi
2015-12-17 11:18:22 -05:00
Kirill Zhaldybin
772ddb7a4f
8132723: Add tests which check that soft references to humongous objects should work correctly
...
8132724: Add tests which check that weak references to humongous objects should work correctly
Reviewed-by: jmasa, dfazunen
2015-12-17 16:46:41 +03:00
Igor Ignatyev
be21417b06
8144695: --disable-warnings-as-errors does not work for HotSpot build
...
Reviewed-by: kbarrett, ihse
2015-12-17 16:12:58 +03:00
Michail Chernov
a4844cbbc3
8148745: [testbug] Test gc/g1/plab/TestPLABPromotion.java fails in nightly
...
Reviewed-by: tschatzl, dfazunen
2016-02-08 18:54:09 +03:00
Kirill Zhaldybin
3591c7bf38
8149364: Quarantine TestSelectDefaultGC.java test
...
Reviewed-by: dfazunen, jwilhelm
2016-02-08 18:01:48 +03:00
Alexander Kulyakhtin
990924fe41
8147847: [TESTBUG] serviceability/tmtools/jstat test ported to JTREG are failing with -XX:+ExplicitGCInvokesConcurrent
...
Fixed the test scenarios to eliminate false failures
Reviewed-by: jbachorik
2016-02-08 14:50:54 +03:00
Erik Helin
99653fda01
Merge
2016-02-05 18:37:18 +01:00
Harold Seigel
928da2904b
Merge
2016-02-05 16:19:31 +00:00
Erik Helin
92143e58fa
8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
...
Reviewed-by: tschatzl, mgerdin
2016-02-05 16:03:56 +01:00
Harold Seigel
b2ab041bf5
8148785: Update class file version to 53 for JDK-9
...
Change max supported class file version to 53
Reviewed-by: alanb, coleenp, shade
2016-02-05 08:14:08 -05:00
Robbin Ehn
8776b97706
8144916: Decrease PerfDataMemorySize back to 32K
...
Reviewed-by: mlarsson, sla
2016-02-05 14:00:58 +01:00
Bengt Rutisson
1322b0fe56
8149035: Make the full_gc_dump() calls be recorded as part of the GC
...
Reviewed-by: jmasa, sjohanss
2016-02-05 08:59:36 +01:00