Erik Helin
ebbcb070d7
Merge
2015-10-07 17:33:42 +00: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
Ioi Lam
af9ada0eb2
8078295: hotspot test_env.sh can set VM_CPU incorrectly
...
Use sed script to filter out irrelevant parts of -Xinternalversion
Reviewed-by: dlong, dcubed, dsamersoff
2015-10-05 13:25:01 -07:00
Alejandro Murillo
1380ff2e93
Merge
2015-10-01 11:52:44 -07:00
Alejandro Murillo
796dab06c1
Merge
2015-09-30 07:41:36 -07:00
Goetz Lindenmaier
9744fb1f05
8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"
...
Reviewed-by: mlarsson, stuefe
2015-09-28 12:57:47 +02:00
Daniel D. Daugherty
65ce4b6e05
Merge
2015-10-02 16:48:31 +00:00
Dmitry Dmitriev
1ea2276afe
8138769: [TESTBUG] restore lost line from JDK-8137105 fix
...
Reviewed-by: dcubed, rdurbin
2015-10-02 09:04:10 -07:00
Christian Tornqvist
23adedf153
8137194: Exclude runtime/memory/RunUnitTestsConcurrently.java from JPRT
...
Reviewed-by: coleenp
2015-10-02 06:06:22 -07:00
Daniel D. Daugherty
c82358e790
Merge
2015-10-02 12:44:02 +00:00
Daniel D. Daugherty
88dfd18385
Merge
2015-10-02 11:58:41 +00:00
David Lindholm
2b53ade636
Merge
2015-10-02 11:02:11 +00:00
David Lindholm
8c46f6af7e
8138637: Remove err_msg from LOG_PREFIX macro
...
Reviewed-by: brutisso
2015-10-02 10:43:19 +02:00
Erik Joelsson
cc93462eb5
8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
...
Reviewed-by: ihse, mikael
2015-10-02 10:15:46 +02:00
Daniel D. Daugherty
017ac63fe8
8137105: [TESTBUG] Add test cases for VM Options file feature with removed file size limit
...
Update TestVMOptionsFile.java to match fix for 8135195; other minor cleanups.
Reviewed-by: dcubed, rdurbin
2015-10-01 13:43:23 -07:00
Daniel D. Daugherty
8ff97188d3
8135195: VM Options file should not be limited to 1k in bytes
...
Change Arguments::parse_vm_options_file() to remove 1024 byte limit on the VM options file.
Reviewed-by: dcubed, hseigel, gthornbr, dsamersoff, ddmitriev, coleenp
2015-10-01 13:42:42 -07:00
Rachel Protacio
8e010a0c32
8138574: [TESTBUG] TestBasicLogOutput.java doesn't account for padding
...
TestBasicLogOutput.java edited to account for padding in tag descriptors
Reviewed-by: ddmitriev, hseigel, coleenp
2015-10-01 15:14:15 -04:00
Alexander Harlap
786cdcb65d
8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
...
Avoided G1 OutOfMemoryError by adding extra expand heap call
Reviewed-by: jwilhelm, tschatzl
2015-09-30 18:09:40 -04:00
Bengt Rutisson
003892f897
8134953: Make the GC ID available in a central place
...
Reviewed-by: pliden, jmasa
2015-09-30 09:07:21 +02:00
Bengt Rutisson
d516b42238
8133706: Kitchensink hanged
...
Reviewed-by: pliden, jmasa
2015-09-29 17:44:58 +02:00
David Lindholm
1e71f67736
8080775: Better argument formatting for assert() and friends
...
Reviewed-by: kbarrett, pliden
2015-09-29 11:02:08 +02:00
Jesper Wilhelmsson
aa0818a98a
Merge
2015-09-28 15:05:02 +02:00
Bengt Rutisson
d3651ac249
8136991: [REDO] Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
...
Reviewed-by: kbarrett, tschatzl
2015-09-28 09:28:53 +02:00
Lana Steuck
efe976c19f
Merge
2015-09-26 09:21:16 -07:00
Lana Steuck
2540f193ce
Added tag jdk9-b83 for changeset 52b527d01e88
2015-09-25 22:59:24 -07:00
Alejandro Murillo
777227bd66
Merge
2015-09-24 11:38:26 -07:00
Kirill Zhaldybin
a85d13c8ec
8136398: Create test that checks that G1 MixedGC produces correct output to logfile
...
Added test that checks that G1 MixedGC produces correct output to logfile
Reviewed-by: tschatzl
2015-09-24 18:48:50 +03:00
Dmitry Samersoff
82b6d632f4
Merge
2015-09-25 10:21:53 +02:00
Dmitry Samersoff
bab9b94863
8086134: Deadlock detection fails to attach to core file
...
Test reimplemented for jtreg
Reviewed-by: jbachorik
2015-09-24 20:39:55 +03:00
Max Ockner
8c6f4e578d
8130681: Kitchensink startup crashes JVM with NMT overlapping ranges
...
Add_committed_region now handles overlapping commits.
Reviewed-by: hseigel, coleenp
2015-09-24 11:26:30 -04:00
Marcus Larsson
77d5410199
Merge
2015-09-24 16:19:15 +02:00
Marcus Larsson
3c2211a492
8046148: JEP 158: Unified JVM Logging
...
Reviewed-by: coleenp, sla
2015-09-24 12:36:04 +02:00
Andrew Haley
67af37e0b8
8135018: AARCH64: Missing memory barriers for CMS collector
...
Add StoreStore barrier when CMS needs them
Reviewed-by: tschatzl
2015-09-24 12:04:57 +02:00
Dmitry Dmitriev
0835a6e311
8073331: [TESTBUG] Test for VM option file feature (VM options specified in file)
...
Reviewed-by: dcubed, gtriantafill, rdurbin
2015-09-23 22:04:23 +03:00
Ed Nevill
cb8cff7e6e
8135231: aarch64: add support for vectorizing double precision sqrt
...
Reviewed-by: roland, aph
2015-09-23 12:39:30 -04:00
Andrew Haley
660dad780b
8136165: AARCH64: Tidy up compiled native calls
...
Do some cleaning
Reviewed-by: roland, kvn, enevill
2015-09-28 16:18:15 +00:00
Igor Veresov
74519e1e1a
Merge
2015-09-25 12:04:35 -07:00
Christian Tornqvist
11d9f575f5
8027565: Enable /d2Zi+ when building with Visual Studio 2013
...
Reviewed-by: dcubed, ihse
2015-09-23 05:18:00 -07:00
Alejandro Murillo
c3f349c444
Merge
2015-09-22 11:01:53 -07:00