12974 Commits

Author SHA1 Message Date
Chris Plummer
f91cc0cd42 8175341: "java/util/Arrays/ParallelPrefix.java" Crash Internal Error ...diagnosticCommand.cpp...assert(k != __null) failed: FinalizerHistogram class is not accessible
Allow the dcmd to fail with a pending exception rather than assert

Reviewed-by: sspitsyn, dholmes
2017-03-07 13:35:34 -08:00
Sangheon Kim
d86c76dca9 8023905: Failing to initialize VM with small initial heap when NUMA and large pages are enabled
Exit VM when fails to initialize small initial heap with NUMA and large pages enabled

Reviewed-by: jmasa, sjohanss
2017-03-07 10:25:58 -08:00
Christian Tornqvist
3e707c3671 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
Reviewed-by: dholmes, mseledtsov, gtriantafill
2017-03-07 11:35:45 -05:00
Gunter Haug
e44e774bbe 8175900: Assertion too strict in G1CollectedHeap::new_mutator_alloc_region
Reviewed-by: simonis, tschatzl, kbarrett
2017-02-27 12:57:16 +01:00
Mikhailo Seledtsov
1bcca93f8a 8176163: [TESTBUG] Create hotspot_cds test group
Created a new test group

Reviewed-by: sspitsyn, dholmes, ehelin
2017-03-06 09:24:47 -08:00
Thomas Schatzl
8d405d171c 8071278: Fix the closure mess in G1RemSet::refine_card()
Remove the use of many nested closure in the code to refine a card.

Reviewed-by: kbarrett, sjohanss
2017-03-06 17:03:35 +01:00
Thomas Schatzl
6677810ffa 8175367: Wrong assert for UseCompressedOops in aarch64 Copy::conjoint_oops_atomic implementation
Remove wrong check for UseCompressedOops

Reviewed-by: aph
2017-03-06 15:33:14 +01:00
Kim Barrett
b067fc774d 8175221: Cleanup DirtyCardQueueSet::concatenate_log
Concatenate_log calls flush, flush no longer checks "permanent"

Reviewed-by: tschatzl, shade
2017-03-04 15:56:22 -05:00
Robbin Ehn
2ea73551ba 8176096: Wrong macro checks for INCLUDE_TRACE
Reviewed-by: dholmes, coleenp, mgronlun
2017-03-03 12:02:35 +01:00
Robbin Ehn
b9ba95a6f3 Merge 2017-03-02 14:19:49 +01:00
Robbin Ehn
812444f78a 8136650: Add support for custom jtreg native tests
Reviewed-by: ctornqvi, erikj
2017-03-02 09:51:47 +01:00
Chris Plummer
57f866aaeb 8155980: ARM InterpreterMacroAssembler::get_method_counters() should not be saving caller saved registers
Make get_method_counters() only save registers specified by caller, not all of them

Reviewed-by: dlong, jiangli
2017-03-01 14:59:36 -08:00
Christian Tornqvist
7519b299b3 Merge 2017-03-01 13:47:11 +00:00
Christian Tornqvist
ba1cc2636e Merge 2017-03-01 13:24:34 +00:00
Christian Tornqvist
a09caaa6ff 8176012: Remove unused groups in hotspot/test/TEST.groups
Reviewed-by: iignatyev, gtriantafill
2017-03-01 08:11:29 -05:00
Harold Seigel
5485a03844 8172307: Remove ununsed JVM API JVM_GetModuleByPackageName()
Remove get_module_by_package_name() etc., and unneeded test.

Reviewed-by: sspitsyn, gtriantafill
2017-03-01 07:59:20 -05:00
Shafi Ahmad
90c3e97cbd 8171194: Exception "Duplicate field name&signature in class file" should report the name and signature of the field
Added code to emit name and signature of duplicate field in java.lang.ClassFormatError exception message

Reviewed-by: dholmes, coleenp
2017-02-28 20:32:06 -08:00
Chris Plummer
3b086bdbbb 8172020: Internal Error (cpu/arm/vm/frame_arm.cpp:571): assert(obj == __null || Universe::heap()->is_in(obj)) failed: sanity check #
Do check_and_handle_earlyret() on method return

Reviewed-by: sspitsyn, aph, adinn, simonis
2017-02-28 10:51:47 -08:00
Shafi Ahmad
0a19790e65 8167423: Adding return value check and updating index variable
Reviewed-by: dholmes, coleenp
2017-02-16 00:50:19 -08:00
Joseph Provino
f404ded34f Merge 2017-02-27 23:20:05 +01:00
Joseph Provino
68fa501522 8168038: Some methods in G1RemSet are virtual unnecessarily
G1RemSet has a number of virtual functions, yet is derived from CHeapObj and has no subclasses.

Reviewed-by: kbarrett, tschatzl
2017-02-27 12:41:41 -05:00
Alexander Harlap
725e1cfafe 8151045: Remove code duplication in PLABStats/G1EvacStats::adjust_desired_plab_sz
Move class specific code to the helper method

Reviewed-by: kbarrett, tschatzl
2017-02-23 12:50:49 -05:00
Bob Vandette
929fc23c45 Merge 2017-02-24 12:41:26 -05:00
Rickard Bäckman
51b49df7c4 Merge 2017-02-24 15:42:47 +01:00
Rickard Bäckman
52ad33bebb 8175815: Quarantine AOT tests on windows
Reviewed-by: thartmann
2017-02-24 13:48:16 +01:00
Stefan Johansson
ae38e65467 8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
Reviewed-by: tschatzl, kbarrett
2017-02-24 10:41:56 +01:00
Thomas Stuefe
8f9584260e 8166944: Hanging Error Reporting steps may lead to torn error logs
Interupt error reporting if reporting steps hang to enable subsequent reporting steps to run.

Reviewed-by: cjplummer, dholmes
2017-02-23 15:59:14 -05:00
Thomas Schatzl
a842f84577 Merge 2017-02-23 11:57:07 +01:00
Thomas Schatzl
3b93aefe93 8162104: Use in_cset() instead of obj_in_cs()
Reviewed-by: ehelin, sjohanss
2017-02-23 10:19:05 +01:00
Thomas Schatzl
342c0bc788 8160874: Remove typo in G1InitalMarkClosures
Reviewed-by: stefank, sjohanss
2017-02-23 10:18:21 +01:00
Vladimir Kozlov
3a55989e20 Merge 2017-02-22 19:51:34 +00:00
Bob Vandette
3c5ab92595 Merge 2017-02-22 12:34:32 -05:00
Bob Vandette
be6bbf5834 8174863: AOT: jaotc should provide an option to specify the path to the platform linker
Reviewed-by: kvn
2017-02-22 12:33:36 -05:00
Coleen Phillimore
fcc9699132 8175104: Unhandled oop in ProtectionDomainCacheTable::compute_hash
Pass Handle for protection_domain as it is mostly a Handle up the call stack

Reviewed-by: hseigel, jiangli, dcubed
2017-02-17 14:47:46 -05:00
Vladimir Kempik
bf9a4cd8fb 8165753: Custom security manager, crashing wth 'java/security/AccessControlException'
Reviewed-by: dholmes, dcubed
2017-02-17 02:31:12 +00:00
Bob Vandette
2fc76e8a55 Merge 2017-02-14 11:26:27 -05:00
Bob Vandette
b6eb59739d 8174203: Enable AOT Jtreg tests on Windows x86_64
Reviewed-by: kvn, dholmes
2017-02-14 11:24:35 -05:00
David Holmes
ec7aacc831 8157709: NMT should use size_t version of Atomic::add
Reviewed-by: kbarrett, sspitsyn
2017-02-13 19:10:55 -05:00
Max Ockner
aa9f6f6b43 Merge 2017-02-13 17:26:26 +00:00
Max Ockner
861eef035c 8157271: Avoid extra copy of NativeCallStack
Now pass reference to NativeCallStack instead of copy.

Reviewed-by: zgu, sspitsyn
2017-02-13 12:00:40 -05:00
Max Ockner
697bec6baf 8169206: TemplateInterpreter::_continuation_entry is never referenced
TemplateInterpreter::_continuation_entry has been removed.

Reviewed-by: coleenp, dholmes, fparain
2017-02-13 10:37:33 -05:00
Harold Seigel
6e88661a89 8174092: Remove array-related access checks from Reflection::verify_class_access()
Change the parameter type to InstanceKlass* and fix the method's callers

Reviewed-by: acorn, coleenp, gtriantafill, lfoltan
2017-02-10 07:46:07 -05:00
Bob Vandette
f0e05db651 Merge 2017-02-09 16:03:03 -05:00
Bob Vandette
50d01f670b 8172670: AOT Platform Support for Windows and Mac OS X x64
Reviewed-by: kvn
2017-02-09 15:43:54 -05:00
Roland Westrelin
804ff732ce 8174199: ci replay doesn't reallocate static final fields of recorded klass
Reviewed-by: kvn
2017-02-08 16:33:53 +01:00
Goetz Lindenmaier
9b2f8340ec 8173470: [C2] Mask shift operands in ideal graph
Reviewed-by: lucy, kvn
2017-01-27 11:19:52 +01:00
Goetz Lindenmaier
8698102379 8173465: Introduce NearLabel for branches known to be short
Reviewed-by: kvn
2017-01-27 10:22:19 +01:00
Coleen Phillimore
0b3bc5c4f0 8169881: Remove implicit Handle conversions oop->Handle
Pass THREAD to Handle as argument instead of implicit Thread::current() call.

Reviewed-by: dholmes, sspitsyn
2017-02-15 22:59:57 -05:00
Yasumasa Suenaga
b1171ce431 8172285: UL support for PrintCompilation
Reviewed-by: kvn
2017-02-14 20:00:28 -08:00
Yasumasa Suenaga
5a06c21978 8172286: CodeCacheFlushing message should be shown in UL
Reviewed-by: kvn
2017-02-14 19:16:46 -08:00