Martin Doerr
8c5da27f19
8144019: PPC64 C1: Introduce Client Compiler
...
Reviewed-by: goetz
2015-12-04 16:38:04 +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
Alejandro Murillo
4f54e303f3
Merge
2015-12-03 22:30:17 -08:00
Lana Steuck
9e317be494
Merge
2015-12-02 10:19:14 -08: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
Marcus Larsson
f6b238ccda
8142952: Unified Logging framework does not allow multiple -Xlog: arguments
...
Reviewed-by: brutisso, sla
2015-11-27 12:37:38 +01:00
Nils Eliasson
dfe1251556
Merge
2015-11-26 19:16:37 +01:00
Erik Helin
97daae0658
8144076: Move evac failure handling and reference processing to post_evacuate_collection_set
...
Reviewed-by: mgerdin, tschatzl
2015-11-26 13:45:59 +01:00
Erik Helin
1355d0ef4e
8144075: Move prepare_for_oops_into_collection_set_do into pre_evacuate_collection_set
...
Reviewed-by: mgerdin, tschatzl
2015-11-26 13:43:10 +01:00
Andrew Haley
0c98a6a1d7
8143219: AArch64 broken by 8141132: JEP 254: Compact Strings
...
Reviewed-by: kvn
2015-11-26 10:38:33 +00:00
Christian Thalinger
5820fb001a
8144083: [JVMCI] CompilationResult should be finalized by JVMCI compiler and made effectively final
...
Reviewed-by: iveresov, twisti
2015-12-01 15:11:15 -10:00
Erik Helin
704a098a0e
8142404: Parallelize the restoring of preserved marks
...
Reviewed-by: mgerdin, tschatzl
2015-11-26 09:50:22 +01:00
Andrew Haley
87662ee432
8144028: Use AArch64 bit-test instructions in C2
...
Reviewed-by: kvn
2015-11-25 18:13:13 +00:00
Nils Eliasson
2a7b97807e
Merge
2015-12-01 19:18:56 +01:00
Zoltan Majo
1ca592e687
8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
...
Add a new compiler phase, PhaseRenumberLive, that renumbers live nodes.
Reviewed-by: kvn, thartmann, vlivanov, shade
2015-12-01 08:05:10 +01:00
Doug Simon
c595f5b0c9
8143730: [JVMCI] infopoint recording is too restrictive
...
Reviewed-by: twisti
2015-11-30 15:40:07 -10:00
Tom Rodriguez
4bc206a1b1
8142333: Build failure in debugInfoRec.cpp with SS12u4
...
Reviewed-by: coleenp, dholmes, erikj, kvn
2015-11-30 15:21:25 -08:00
Bengt Rutisson
8d0a8065f1
8144016: Add the gc tag to the logging framework
...
Reviewed-by: mlarsson, sjohanss
2015-11-25 13:39:52 +01:00
Vladimir Ivanov
419a331a48
8144024: Octane fails with "memory leak: allocating handle outside HandleMark"
...
Reviewed-by: kvn
2015-11-25 21:31:33 +03:00
Vladimir Ivanov
d4170d0bba
Merge
2015-11-25 00:40:04 +01:00
Vladimir Ivanov
a03d2513aa
8143408: Crash during InstanceKlass unloading when clearing dependency context
...
Reviewed-by: kvn
2015-11-25 01:17:28 +03:00
Tatiana Pivovarova
3cc0f3b570
8067939: make Out of space in CodeCache messages consistent
...
Reviewed-by: kvn
2015-11-24 15:50:27 +03:00
Martin Doerr
2952cd0bde
8138952: C1: Distinguish between PPC32 and PPC64
...
Reviewed-by: twisti, goetz, vlivanov
2015-11-23 11:06:14 +01:00
Nils Eliasson
a51ff63df7
Merge
2015-11-24 10:30:23 +01:00
Iris Clark
eb6fab9412
Merge
2015-11-20 12:22:41 -08:00
Harold Seigel
71fe04f939
8143078: Remove JVM_DefineClassWithSourceCond() API
...
Remove the method and remove unneeded argument to jvm_define_class_common()
Reviewed-by: dholmes, coleenp
2015-11-19 11:54:32 -05:00
Goetz Lindenmaier
975140c530
8143307: Crash in C2 local code motion
...
Reviewed-by: kvn
2015-11-19 12:53:33 +01:00
Zoltan Majo
0aebabc831
Merge
2015-11-23 15:16:19 +01:00
Zoltan Majo
e2896c949d
8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
...
Remove the unused PrintNMethodsAtLevel flag.
Reviewed-by: roland
2015-11-23 15:09:45 +01:00
Zoltan Majo
d0382697c4
8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
...
Check that SSE is enabled before using SSE instructions in string-related intrinsics. Make the UseSSE42Intrinsics dependent on UseSSE >= 4.
Reviewed-by: kvn
2015-11-23 08:11:30 +01:00
Ed Nevill
e9d7b65314
8143067: aarch64: guarantee failure in javac
...
Fix adrp going out of range during code relocation
Reviewed-by: aph, kvn
2015-11-19 15:15:20 +00:00
Ahmed Khawaja
e28d9ba105
8143012: CRC32 Intrinsics support on SPARC
...
Reviewed-by: kvn, roland
2015-11-20 08:29:10 -08:00
Tobias Hartmann
ea052022fa
8140390: Char stores/loads accessing byte arrays must be marked as unmatched
...
Mark unmatched char stores/loads emitted by CompactStrings.
Reviewed-by: roland, vlivanov, jrose
2015-11-20 10:09:42 +01:00
Michael Berg
2ae7dcf853
8142980: SKX SpecJvm2008 - Derby
...
Fix EVEX and AVX512 problems found by testing on 64-bit SKX and KNL EVEX enabled platforms.
Reviewed-by: iveresov, kvn, vlivanov
2015-11-19 16:07:22 -08:00
Daniel D. Daugherty
dcd4a03963
Merge
2015-11-18 22:00:09 +00:00
Coleen Phillimore
6626f4fc68
Merge
2015-11-18 19:55:37 +00:00
Gerald Thornbrugh
d56280ca10
8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
...
Add libadimalloc.so SIGSEGV defines and a test to validate the correct message is printed in the hs_err file
Reviewed-by: dcubed, dholmes
2015-11-18 09:32:52 -08:00
Coleen Phillimore
72756888e9
8141570: Fix Zero interpreter build for --disable-precompiled-headers
...
Change to include atomic.inline.hpp and allocation.inline.hpp only in .cpp files and some build fixes from Kim to build on ubuntu without devkits
Reviewed-by: kbarrett, sgehwolf, erikj
2015-11-18 11:47:55 -05:00
Gerard Ziemski
1777e00cca
8141641: Runtime: implement range for ErrorLogTimeout
...
Implement range=(0, jlong_max/1000)
Reviewed-by: coleenp, ddmitriev, dholmes
2015-11-18 10:46:02 -06:00
Yumin Qi
581c251007
8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
...
Check constantTag for class constant data consistency at method resolution
Reviewed-by: coleenp, vlivanov
2015-11-17 15:14:29 -08:00
Kim Barrett
e8c5bc2024
8143014: Access PtrQueue member offsets through derived classes
...
Moved accessors to derived classes and updated callers.
Reviewed-by: tschatzl, jmasa, twisti
2015-11-17 16:40:52 -05:00
Stefan Johansson
bf4eef4903
Merge
2015-11-17 12:37:55 +00:00
Stefan Johansson
56adbd02ec
8141280: G1ResManAllocator doesn't work with _survivor_is_full/_old_is_full
...
Reviewed-by: jmasa, kbarrett, tschatzl
2015-11-17 11:20:27 +01:00
Iris Clark
2e24972c63
Merge
2015-11-16 17:10:04 -08:00
David Holmes
3904de571b
8139300: Internal Error (vm/utilities/debug.cpp:399), # Error: ShouldNotReachHere()
...
Reviewed-by: simonis, dcubed
2015-11-16 18:50:55 -05:00
David Holmes
98231a9c42
Merge
2015-11-16 23:12:36 +01:00
David Holmes
56745a7f9f
8141024: [Solaris] Obsolete UseAltSigs
...
Reviewed-by: dcubed, ddmitriev
2015-11-16 14:47:21 -05:00
Kim Barrett
7badb3edfb
8143013: Remove unused DirtyCardQueue::iterate_closure_all_threads
...
Remove unused function.
Reviewed-by: tbenson, tschatzl, mgerdin
2015-11-16 14:11:36 -05:00