Roland Westrelin
88848bd9e8
6912521: System.arraycopy works slower than the simple loop for little lengths
...
Convert small array copies to series of loads and stores
Reviewed-by: kvn, vlivanov
2015-02-18 18:14:07 +01:00
Dmitrij Pochepko
c71eca0cbf
8068461: compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed: java.lang.RuntimeException: Usage threshold was hit: 1 times for CodeHeap 'non-nmethods'
...
Added filter for invalid testcase
Reviewed-by: kvn, iignatyev
2015-02-19 23:47:01 +03:00
Pavel Punegov
55df61e264
8067012: Don't create MDO for constant getters
...
Add check if the method is constant getter
Reviewed-by: kvn, iveresov
2015-02-18 16:59:56 +03:00
Pavel Punegov
f8c9e34966
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
...
Replace closed/compiler tests with sanity/ExecuteInternalVMTests.java to keep the hotspot_compiler_closed group
Reviewed-by: kvn, zmajo
2015-02-18 16:19:48 +03:00
Igor Ignatyev
0596217df6
8073499: quarantine compiler/tiered/LevelTransitionTest
...
Reviewed-by: kvn
2015-02-19 23:49:22 +03:00
Igor Veresov
f96ca50eca
Merge
2015-02-17 21:46:39 +00:00
Igor Veresov
783f2be52f
8072753: Nondeterministic wrong answer on arithmetic
...
Check for overflow when inverting the loop during the counted loop conversion
Reviewed-by: kvn
2015-02-17 11:00:18 -08:00
David Chase
46fa321d63
8069412: Locks need better debug-printing support
...
Added better debug-printing support and enhanced LogCompilation tool
Reviewed-by: kvn, roland, dholmes
2015-02-17 13:54:53 -05:00
Alejandro Murillo
b56016b4fb
Merge
2015-02-16 08:47:39 -08:00
Christian Tornqvist
094674666c
Merge
2015-02-13 05:17:41 -08:00
Jesper Wilhelmsson
0212ed173a
Merge
2015-02-13 01:41:06 +01:00
Lana Steuck
25db70d299
Merge
2015-02-12 16:39:35 -08:00
David Katleman
126debe100
Added tag jdk9-b50 for changeset 674362e1d111
2015-02-12 16:23:21 -08:00
Vladimir Ivanov
a1b368700b
Merge
2015-02-12 13:55:54 -08:00
Daniel Fuchs
654c893170
8072482: Cleanup: In jvm.cpp and other shared files declaration of 64bits constants should use the CONST64/UCONST64 macros instead of the LL suffix
...
Reviewed-by: dholmes, coleenp
2015-02-11 17:41:55 +01:00
Marcus Larsson
20bfd4cf7c
8066566: Refactor ParNewGeneration to contain ParNewTracer
...
Reviewed-by: ehelin, kbarrett
2015-02-11 14:47:21 +01:00
Tom Benson
2c63608419
8065093: Remove unused variable/output argument
...
Remove total_reserved from GenCollectedHeap::initialize and ::allocate
Reviewed-by: tschatzl, kbarrett
2015-02-10 17:41:19 -05:00
Paul Sandoz
03d00d97a5
Merge
2015-02-10 22:22:36 +00:00
Tom Benson
89d88a42c4
8072056: Remove unnecessary header file #include
...
TenuredGeneration.cpp needlessly includes parGCAllocBuffer.hpp
Reviewed-by: tschatzl, kbarrett, jprovino
2015-02-10 15:44:42 -05:00
Paul Sandoz
c002e71565
8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
...
Reviewed-by: kvn, vlivanov
2015-02-10 21:32:05 +01:00
Coleen Phillimore
8df6ac1794
8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size
...
Need ThreadCritical lock around chunk pool cleaning and copying for snapshot
Reviewed-by: lfoltan, gtriantafill, hseigel
2015-02-10 15:10:47 -05:00
Alejandro Murillo
bdb9bc84c3
Merge
2015-02-10 10:09:31 -08:00
Paul Sandoz
cc1c11c366
Merge
2015-02-10 16:53:00 +00:00
Harold Seigel
811df313ff
8072694: Need errno info when CDS archive creation fails
...
Add errno output to error message when CDS archive creation fails
Reviewed-by: dholmes, lfoltan
2015-02-10 09:25:00 -05:00
Paul Sandoz
a1d993e9ce
8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
...
Reviewed-by: dholmes, kvn, vlivanov
2015-02-10 14:10:43 +01:00
Jesper Wilhelmsson
832b4db215
8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
...
Changed to a more generic description.
Reviewed-by: mgerdin, tschatzl
2015-02-09 17:38:42 +01:00
Roland Westrelin
01716f18f3
8071821: Assert failed in UnexpectedDeoptimizationTest.java
...
Assert fires in case of concurrent initialization of ciInstanceKlass::_has_injected_fields
Reviewed-by: kvn
2015-02-09 13:45:59 +01:00
Roland Westrelin
e6ac3ca09e
8072016: Array copy may cause infinite cycle of deoptimization/compilation
...
Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
Reviewed-by: kvn, vlivanov
2015-02-09 15:10:58 +01:00
Sergei Kovalev
f387f55093
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
...
Reviewed-by: jwilhelm, iignatyev
2015-02-09 09:51:12 +03:00
Mikael Gerdin
685f6eb32e
8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
...
Reviewed-by: jwilhelm, tschatzl
2015-02-06 16:24:25 +01:00
Roland Westrelin
a967f754a2
8071999: SA's buildreplayjars fail with exception
...
Support default methods when dumping classes in SA
Reviewed-by: vlivanov, kvn, dsamersoff
2015-02-06 13:50:44 +01:00
Lana Steuck
4cc06ec416
Merge
2015-02-05 15:44:19 -08:00
Alejandro Murillo
7d4ea26916
Merge
2015-02-05 14:57:52 -08:00
David Katleman
e58a6b0ce9
Added tag jdk9-b49 for changeset 6a22230c068f
2015-02-05 11:43:29 -08:00
Jesper Wilhelmsson
ad23789419
Merge
2015-02-05 12:23:29 +01:00
Christian Tornqvist
edbc932bc7
Merge
2015-02-04 18:22:46 -08:00
Alexander Harlap
3e2dcfd880
8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform
...
Added extension point to detect unsupported options
Reviewed-by: dholmes, bdelsart
2015-02-04 13:14:27 -05:00
Daniel Fuchs
13c456e099
8072450: 9-dev build failed on elinux-i586 and rlinux-i586
...
Added LL suffix to constant declaration
Reviewed-by: dholmes, coleenp, sla
2015-02-04 17:12:03 +01:00
Joseph Provino
00d9c7a2d1
8071805: BarrierSet::Other is not used and should be removed
...
Remove all occurences of BarrierSet::Other because the barrier set kind is never set to Other.
Reviewed-by: tschatzl, kbarrett
2015-02-04 10:18:28 -05:00
Yasumasa Suenaga
3e6220b1ab
8068589: GCCause should distinguish jcmd GC.run from System.gc()
...
GCCause which is caused by GC.run diagnostic command should be different from System.gc() .
Reviewed-by: sla, tamao
2015-02-04 22:21:08 +09:00
Stefan Johansson
dc5a35154d
8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure
...
When checking for humongous objects to reclaim, we dirty cards that might belong to freed regions. Fixed by checking the region before dirtying.
Reviewed-by: tschatzl, brutisso
2015-02-03 15:50:06 +01:00
Mikael Auno
a0057ef650
8072405: [TESTBUG] DCMD tests needs at least compact3 profile
...
Reviewed-by: jbachorik, sla
2015-02-03 12:49:33 +01:00
Mikael Auno
5ae2ec81e7
8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs
...
Reviewed-by: jbachorik, sla
2015-02-03 12:49:13 +01:00
Mikael Auno
eb67830333
8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
...
Reviewed-by: jbachorik, sla
2015-02-03 12:26:40 +01:00
Frederic Parain
2cbdd33aed
Merge
2015-02-02 21:19:39 +00:00
Jiangli Zhou
63b331bba7
Merge
2015-02-02 13:10:27 -05:00
Frederic Parain
788217a445
8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
...
Reviewed-by: dcubed, coleenp, bdelsart
2015-02-02 18:20:14 +01:00
Jesper Wilhelmsson
9cc24cf76e
Merge
2015-02-02 13:57:38 +01:00
Thomas Schatzl
ba4a04aa05
8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
...
Properly bound the iteration work for objArray-oops.
Reviewed-by: mgerdin, kbarrett
2015-02-02 10:38:39 +01:00
Jiangli Zhou
dc9bb3c201
8071962: The SA code needs to be updated to support Symbol lookup from the shared archive
...
Support shared symbols lookup.
Reviewed-by: minqi, sspitsyn, dsamersoff, iklam
2015-01-30 20:31:05 -05:00