Tom Benson
4f0ffb6ce9
8153117: Back out JDK-8142935 until JDK-8152723 fixed
...
JDK-8142935 fix can lead to avoidable Full GCs
Reviewed-by: jwilhelm, tschatzl
2016-04-05 11:17:50 -04:00
Rachel Protacio
d077700179
8153026: Change logging tag 'verboseverification' to 'verification'
...
Changed UL tag to 'verification'
Reviewed-by: hseigel, lfoltan
2016-04-05 09:42:27 -04:00
Richard Reingruber
9438549080
8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking
...
Reviewed-by: mgerdin, tschatzl
2016-04-05 13:55:31 +02:00
Tobias Hartmann
edee2ddca8
Merge
2016-04-05 10:11:07 +00:00
Thomas Schatzl
fa7ae5825a
Merge
2016-04-05 12:10:03 +02:00
Thomas Schatzl
d77d2cc010
8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
...
Fix wrong assertion.
Reviewed-by: tbenson, shade
2016-04-05 11:22:20 +02:00
Stefan Karlsson
621ac24c59
Merge
2016-04-05 11:00:22 +02:00
Jamsheed Mohammed C M
b26b78a4d4
8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
...
Made invoker LambdaForm instance & its compiled form lifetime tightly coupled.
Reviewed-by: vlivanov
2016-04-05 01:46:40 -07:00
Robbin Ehn
16988281fc
8153396: Remove unused ResourceMarks from UL internal vm tests
...
Reviewed-by: stefank, brutisso
2016-04-05 10:42:01 +02:00
Stefan Karlsson
ccf6f713e8
8152711: Create a non-template Log wrapper class
...
Reviewed-by: kbarrett, rehn
2016-04-05 10:41:52 +02:00
Stefan Karlsson
6c4d96782c
8152637: Create a stack allocatable LogStream class
...
Reviewed-by: rehn, brutisso
2016-04-05 10:35:39 +02:00
Per Lidén
07299d4428
8152929: Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead
...
Reviewed-by: brutisso, jmasa
2016-04-05 09:05:19 +02:00
Tobias Hartmann
36e384c810
8074553: Crash with assert(!is_unloaded()) failed: should not call follow on unloaded nmethod
...
Sweeper thread needs to override nmethods_do() to prevent G1 from unloading _scanned_nmethod.
Reviewed-by: kvn, mgerdin
2016-04-05 07:19:44 +02:00
Daniel D. Daugherty
2e87e3178c
8152358: code and comment cleanups found during the hunt for 8077392
...
Reviewed-by: gthornbr, kvn, cvarming
2016-04-04 14:49:19 -07:00
Daniel D. Daugherty
66570c722b
8077392: Stream fork/join tasks occasionally fail to complete
...
8131715: backout the fix for JDK-8079359 when JDK-8077392 is fixed
Add missing BasicLock::_displaced_header init to ObjectSynchronizer::quick_enter() and re-enable Contended Locked "fast enter" bucket.
Reviewed-by: gthornbr, dholmes, kvn, cvarming, acorn
2016-04-04 14:41:00 -07:00
Alejandro Murillo
2b06e96dc0
Merge
2016-04-04 13:40:18 -07:00
Joseph Provino
5cef85023b
8132524: Missing includes to resourceArea.hpp
...
Files that use ResourceMark are missing the include of resourceArea.hpp
Reviewed-by: tschatzl, jwilhelm
2016-04-04 12:57:48 -04:00
Robbin Ehn
58419856b3
8153254: Delegate (v)write from Log to LogTagSet
...
Reviewed-by: stefank, kbarrett
2016-04-04 15:05:52 +02:00
Zoltan Majo
69d14c811b
8072422: Cleanup: Remove some unused flags/code in loop optimizations
...
Remove unused flags, change test using them.
Reviewed-by: kvn, twisti
2016-04-04 12:52:11 +02:00
Stefan Karlsson
65a3b7e6b3
8152635: Create a UL class to represent a Log + Level combination
...
Reviewed-by: brutisso, mlarsson, rehn
2016-04-04 12:45:04 +02:00
Stefan Karlsson
64efc0eb0f
Merge
2016-04-04 11:32:04 +02:00
Marcus Larsson
e5135d3d4a
Merge
2016-04-04 09:59:57 +02:00
Stefan Karlsson
15c4140ae5
8152632: Rename LogHandle(...) to Log(...)
...
Reviewed-by: brutisso, mlarsson, rprotacio
2016-04-04 09:15:15 +02:00
Stefan Karlsson
ff771a6686
8152538: UL doesn't inline the LogTagSet::is_level check
...
Reviewed-by: mlarsson, brutisso
2016-04-04 09:15:01 +02:00
Marcus Larsson
12eaa83e0e
8153174: Remove trailing comma from log configuration listings
...
Reviewed-by: rehn, sla
2016-04-04 08:58:38 +02:00
Tom Rodriguez
fa667c5409
8153315: [JVMCI] evol_method dependencies failures should return dependencies_failed
...
Reviewed-by: iveresov
2016-04-03 21:44:54 -07:00
Chris Hegarty
721765cda0
8153181: Move sun.misc.VMSupport to an internal package
...
Reviewed-by: alanb, mchung
2016-04-03 16:28:47 +01:00
Jesper Wilhelmsson
ee442d71e1
Merge
2016-04-02 05:39:25 +02:00
Daniel D. Daugherty
a6c899150e
Merge
2016-04-01 14:34:17 -07:00
Daniel D. Daugherty
8076bee28c
8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
...
Reviewed-by: jmasa, jwilhelm
2016-04-01 14:30:10 -07:00
Jon Masamitsu
d650ab04e2
8150994: UseParallelGC fails with UseDynamicNumberOfGCThreads with specjbb2005
...
Reviewed-by: tschatzl, kbarrett
2016-04-01 12:32:34 -07:00
Sangheon Kim
a9176a6796
8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
...
Add parallel gc into min/max PLAB constraint function
Reviewed-by: brutisso, tbenson
2016-04-01 09:45:50 -07:00
Sangheon Kim
a868617af7
8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
...
Limit the max value of ParGCCardsPerStrideChunk based on card table size and other stride flags
Reviewed-by: jmasa, tbenson
2016-04-01 09:43:13 -07:00
Thomas Schatzl
9be0552a61
Merge
2016-04-01 12:46:06 +02:00
Thomas Schatzl
7fb0e65901
8153193: Missing includes in gc/g1/heapRegionBounds.hpp
...
Reviewed-by: jwilhelm, brutisso
2016-04-01 12:00:09 +02:00
Thomas Schatzl
166d473e2e
8153182: GC ID prefix for gc, humongous log messages are missing
...
Reviewed-by: mgerdin, brutisso
2016-04-01 11:58:45 +02:00
Thomas Schatzl
f8070cc44a
8148099: Improve memory access to FromCardCache during GC
...
Transpose the FromCardCache data array so the access during GC is linear instead of element-by-element with stride.
Reviewed-by: mgerdin, brutisso
2016-04-01 11:57:58 +02:00
Tobias Hartmann
f571030571
Merge
2016-04-01 08:46:47 +00:00
Rahul Raghavan
2630177fdc
8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp
...
Changes done for - 'C++11 requires a space between literal and identifier'.
Reviewed-by: twisti
2016-04-01 01:34:00 -07:00
Cheleswer Sahu
6f3cb076c4
8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
...
Reviewed-by: dsamersoff, kevinw
2016-04-01 13:51:29 +05:30
Bengt Rutisson
0d7e6c5add
8153203: Remove liveRange.hpp
...
Reviewed-by: mgerdin, jwilhelm
2016-04-01 10:16:31 +02:00
Shravya Rukmannagari
ad79a5ae65
8152907: Update for x86 tan and log10 in the math lib
...
Optimize Math.tan() and log10() for 64 and 32 bit X86 architecture using Intel LIBM implementation.
Reviewed-by: kvn, twisti
2016-04-06 10:29:26 -07:00
Bengt Rutisson
0c5e3bcbd6
8153188: Use log_error(gc, verify) for logging in verification code
...
Reviewed-by: mgerdin, tschatzl
2016-04-01 07:08:55 +02:00
Bengt Rutisson
eeec4b781b
8153187: Convert TraceWorkGang to use unified logging
...
Reviewed-by: mgerdin, tschatzl
2016-04-01 07:08:40 +02:00
Bengt Rutisson
8098362a32
8153186: Convert TraceGCTaskThread to use unified logging
...
Reviewed-by: mgerdin, tschatzl
2016-04-01 07:08:30 +02:00
Christian Thalinger
879c8b43c6
8144964: JVMCI compilations need to be disabled until the module system is initialized
...
Reviewed-by: kvn
2016-03-31 15:52:07 -10:00
Calvin Cheung
2685f965d3
Merge
2016-04-01 03:07:25 +02:00
Jon Masamitsu
e036e40e87
Merge
2016-03-31 22:04:19 +00:00
Rachel Protacio
81ebd2a801
Merge
2016-03-31 18:22:54 +00:00
Calvin Cheung
c3fd09e417
8075253: Multiversion JAR feature: CDS does not support MV-JARs
...
Handle "Multi-Release" jar during CDS dump time
Reviewed-by: jiangli, iklam, minqi, redestad
2016-03-31 10:42:57 -07:00