Christian Thalinger
|
4762c58c08
|
Merge
|
2015-10-23 07:18:31 +00:00 |
|
Vivek R Deshpande
|
c07f802b14
|
8139575: Update for x86 log in the math lib
Add new java.lang.Math() intrinsics from x86
Reviewed-by: kvn, iveresov
|
2015-10-22 21:39:25 -07:00 |
|
Christian Thalinger
|
6bc7725c19
|
8140091: remove VMStructs cast_uint64_t workaround for GCC 4.1.1 bug
Reviewed-by: erikj, kvn
|
2015-10-22 13:18:15 -10:00 |
|
Christian Thalinger
|
fb687e4ff4
|
Merge
|
2015-10-22 19:03:52 +00:00 |
|
Dean Long
|
42c3dcab55
|
8140267: assert(is_native_ptr || alias_type->adr_type() == TypeOopPtr::BOTTOM || alias_type->field() != __null || alias_type->element() != __null) failed: field, array element or unknown
Back out 8136473
Reviewed-by: twisti
|
2015-10-21 18:05:45 -04:00 |
|
Goetz Lindenmaier
|
98073abeef
|
8140239: Fix product build after "8132168: Support IdealGraphVisualizer in optimized build"
Reviewed-by: vlivanov
|
2015-10-21 18:22:47 +03:00 |
|
Vladimir Ivanov
|
b7f5ea4aee
|
Merge
|
2015-10-20 22:03:38 +00:00 |
|
Vladimir Ivanov
|
deec4ce18c
|
8132168: Support IdealGraphVisualizer in optimized build
Reviewed-by: kvn
|
2015-10-20 19:22:56 +03:00 |
|
Nils Eliasson
|
5a5faf94bf
|
8137167: JEP165: Compiler Control: Implementation task
Compiler Control JEP
Reviewed-by: roland, twisti, zmajo, simonis
|
2015-10-20 18:07:28 +02:00 |
|
Roland Westrelin
|
096fa934a8
|
8136473: failed: no mismatched stores, except on raw memory: StoreB StoreI
Mismatched stores on same slice possible with Unsafe.Put*Unaligned methods
Reviewed-by: kvn, thartmann
|
2015-10-16 16:53:02 +02:00 |
|
Martin Doerr
|
3d2b56d9b3
|
8138890: C1: Ambiguous operator delete
XlC on AIX rejects to compile LIRGenerator and RangeCheckEliminator::Verification
Reviewed-by: simonis, goetz, twisti
|
2015-10-09 20:58:25 +02:00 |
|
Vladimir Ivanov
|
0fcb9ffe75
|
8065151: Support IdealGraphVisualizer in optimized build
Reviewed-by: kvn
|
2015-09-06 10:13:18 +03:00 |
|
Dean Long
|
344a9becee
|
Merge
|
2015-10-17 19:40:30 -04:00 |
|
Roland Westrelin
|
f089f614f6
|
Merge
|
2015-10-16 16:09:00 +00:00 |
|
Roland Westrelin
|
74f8cc939b
|
8139750: [BACKOUT] Elide more final field's write memory barrier with escape analysis result
Reviewed-by: kvn
|
2015-10-16 15:48:18 +02:00 |
|
Zoltan Majo
|
703c1c58d7
|
8139380: VMError::report_and_die() does not produce replay file
Change VMError::report() to use a correct format string in both JVMCI-enabled builds and builds without JVMCI.
Reviewed-by: roland, kvn
|
2015-10-16 15:21:37 +02:00 |
|
Jesper Wilhelmsson
|
7078962b9c
|
Merge
|
2015-10-15 13:28:22 +02:00 |
|
Andrew Haley
|
3ceb2dbcc2
|
8139041: Redundant DMB instructions
Merge consecutive DMB intstructions
Reviewed-by: roland, kvn, twisti
|
2015-10-13 16:25:50 +00:00 |
|
Hui Shi
|
d8a864cd68
|
8138956: Elide more final field's write memory barrier with escape analysis result
Membar for final/stable fields eliminated if possible
Reviewed-by: roland, mdoerr, enevill, aph
|
2015-10-15 09:40:45 +02:00 |
|
Christian Thalinger
|
fcbdffb48f
|
8139545: JVMCI : guarantee(heap_end < allocation_end) failed on some sparcv9 hosts
Reviewed-by: iveresov, kvn
|
2015-10-14 09:22:21 -10:00 |
|
Bengt Rutisson
|
30e8dff916
|
Merge
|
2015-10-09 20:45:45 +00:00 |
|
Bengt Rutisson
|
df8a954b50
|
8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953
Reviewed-by: jwilhelm, ecaspole
|
2015-10-09 20:52:59 +02:00 |
|
Bengt Rutisson
|
b266f13f2c
|
8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
Reviewed-by: ecaspole, jwilhelm
|
2015-10-09 20:31:56 +02:00 |
|
Kim Barrett
|
37125920a7
|
8138659: Speed up InstanceKlass subclass discrimination
Add _misc_kind field and flags, move around predicates.
Reviewed-by: coleenp, stefank
|
2015-10-09 14:08:15 -04:00 |
|
Erik Helin
|
aeffdfc249
|
8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
Reviewed-by: jwilhelm, mgerdin
|
2015-10-09 15:48:30 +02:00 |
|
David Lindholm
|
5770f4eb32
|
8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
8042894: runtime: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Reviewed-by: goetz, brutisso
|
2015-10-09 09:42:33 +02:00 |
|
Bengt Rutisson
|
dbdf722879
|
8138717: TestGCEventMixedWithG1ConcurrentMark.java fails
Reviewed-by: jwilhelm, david
|
2015-10-08 12:44:12 +02:00 |
|
Vivek R Deshpande
|
5a633b1cbd
|
8132207: update for x86 exp in the math lib
Add new java.lang.Math() intrinsics from x86
Reviewed-by: kvn, iveresov
|
2015-10-05 20:02:40 -07:00 |
|
Sangheon Kim
|
b112b31e5b
|
8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
Add ranges and constraint functions for GC flags.
Reviewed-by: kbarrett, jmasa, jwilhelm, gziemski, zmajo
|
2015-10-05 14:56:19 -07:00 |
|
Carsten Varming
|
3f29249aee
|
8139134: Wrong tenuring threshold in young GC trace event
Reviewed-by: ehelin, jwilhelm
|
2015-10-08 12:47:17 +02:00 |
|
Goetz Lindenmaier
|
56d0ec1e1a
|
8138733: Fix build: gcc < 4.8 doesn't grok -Wno-format-zero-length added in 8080775
Also fix one problematic format on ppc.
Reviewed-by: david, simonis
|
2015-10-02 11:46:42 +02:00 |
|
Daniel D. Daugherty
|
3a93c5efe8
|
Merge
|
2015-10-07 22:54:08 +00:00 |
|
Christian Tornqvist
|
32ece0aa0b
|
Merge
|
2015-10-07 20:45:15 +00:00 |
|
Erik Helin
|
ebbcb070d7
|
Merge
|
2015-10-07 17:33:42 +00:00 |
|
Daniel D. Daugherty
|
476f9811ac
|
Merge
|
2015-10-07 16:41:21 +00:00 |
|
George Triantafillou
|
1ba9657a1c
|
8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
Reviewed-by: ddmitriev, ctornqvi, coleenp
|
2015-10-07 11:37:46 -04:00 |
|
Erik Helin
|
6b721104aa
|
8138971: G1CollectorPolicy::_rs_lengths_prediction is not initialized before use
Reviewed-by: mgerdin, jwilhelm
|
2015-10-07 17:00:02 +02:00 |
|
David Lindholm
|
fcd5348f6f
|
Merge
|
2015-10-07 14:56:53 +00:00 |
|
David Lindholm
|
def3b63b62
|
8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated
Reviewed-by: jwilhelm, mgerdin
|
2015-10-07 15:27:02 +02:00 |
|
Erik Helin
|
75623819fd
|
8138969: G1CollectorPolicy should use const for applicable methods
Reviewed-by: mgerdin, jwilhelm
|
2015-10-07 15:06:52 +02:00 |
|
Jesper Wilhelmsson
|
e75e2e04f7
|
Merge
|
2015-10-07 01:03:24 +02:00 |
|
Coleen Phillimore
|
22095dbf1d
|
Merge
|
2015-10-06 18:51:47 +00:00 |
|
Max Ockner
|
27d1c05648
|
8138917: Back out change for 8130681
Change 8130681 has been backed out.
Reviewed-by: coleenp, gtriantafill
|
2015-10-06 14:27:39 -04:00 |
|
Bengt Rutisson
|
3289307dbe
|
8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id
Reviewed-by: mgerdin, jwilhelm
|
2015-10-06 14:27:03 +02:00 |
|
Bengt Rutisson
|
48bbdafeed
|
8138863: Refactor WaitForBarrierGCTask
Reviewed-by: mgerdin, jwilhelm
|
2015-10-06 14:26:13 +02:00 |
|
Bengt Rutisson
|
ef3a3a84bc
|
8138862: Remove some unused code and subclasses in gcTaskManager.hpp/cpp
Reviewed-by: mgerdin, jwilhelm
|
2015-10-06 14:25:02 +02:00 |
|
Per Lidén
|
be4747bc4d
|
8138846: Remove unused enum ConcurrentGCThread::CGC_flag_type
Reviewed-by: jwilhelm, brutisso
|
2015-10-06 08:05:11 +02:00 |
|
Kim Barrett
|
d0ae130dd5
|
8138833: Remove CMMarkStack::drain
Remove unused functions and data members.
Reviewed-by: pliden, brutisso
|
2015-10-05 21:17:11 -04:00 |
|
Thomas Stuefe
|
6c113577e6
|
8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: simonis, ihse, prr, goetz, dcubed
|
2015-10-01 09:30:19 +02:00 |
|
Felix Yang
|
12cba200a3
|
8138583: aarch64: add support for vectorizing fabs/fneg
Reviewed-by: aph, roland
|
2015-09-30 04:35:39 -04:00 |
|