Chris Plummer
|
c8c0356588
|
8054386: Allow Java debugging when CDS is enabled
Map archive RW when debugging is enabled
Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
|
2015-06-05 13:40:09 -07:00 |
|
Derek White
|
24c9ffed42
|
7097567: G1: abstract and encapsulate collector phases and transitions between them
Reviewed-by: mgerdin, tschatzl
|
2015-06-05 10:27:41 +02:00 |
|
David Lindholm
|
5f5af54f95
|
8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
Reviewed-by: drwhite, stefank
|
2015-06-05 09:50:09 +02:00 |
|
Vladimir Kozlov
|
fcd7686431
|
Merge
|
2015-06-04 12:52:30 -07:00 |
|
David Lindholm
|
862b933a2e
|
8080947: Add uint as a valid VM flag type
Reviewed-by: brutisso, ddmitriev
|
2015-06-04 14:29:34 +02:00 |
|
Jesper Wilhelmsson
|
618a7e124a
|
Merge
|
2015-06-04 14:19:51 +02:00 |
|
Jesper Wilhelmsson
|
63abaa2c2b
|
Merge
|
2015-06-04 14:19:51 +02:00 |
|
Coleen Phillimore
|
d97fc17132
|
8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
Use the Events::log function to save redefined classes for output to the hs_err file.
Reviewed-by: sspitsyn, jiangli, lfoltan
|
2015-06-04 08:05:47 -04:00 |
|
Kim Barrett
|
d68213f785
|
8079093: Remove FakeRttiSupport workaround for gcc -Wtype-limits
Remove the no longer needed workaround.
Reviewed-by: jmasa, david, simonis
|
2015-06-03 14:38:54 -04:00 |
|
Vladimir Kozlov
|
c163b85cb2
|
Merge
|
2015-06-12 09:59:51 -07:00 |
|
Yasumasa Suenaga
|
242ce54cc7
|
8072913: [REDO] 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: jmasa, jwilhelm
|
2015-06-03 08:49:34 +09:00 |
|
Stefan Karlsson
|
93fdb4e5ad
|
8081682: AbstractWorkGang::_terminate is never used
Reviewed-by: kbarrett, pliden, brutisso
|
2015-06-03 11:46:07 +02:00 |
|
Andreas Eriksson
|
f3f4608e09
|
8072588: JVM crashes in JNI if toString is declared as an interface method
Check for a valid itable index instead of checking if the holder is an interface
Reviewed-by: dsimms, dholmes
|
2015-06-02 10:41:18 +02:00 |
|
Christian Tornqvist
|
665eee5efe
|
8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
Reviewed-by: sla, dholmes, gtriantafill
|
2015-06-01 14:02:59 -07:00 |
|
Roland Westrelin
|
7d22d69e0a
|
Merge
|
2015-05-29 17:56:50 +02:00 |
|
Joseph Provino
|
3ab615bd2c
|
8081508: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
OOME is thrown even though there is metaspace available.
Reviewed-by: jmasa, kbarrett
|
2015-05-29 10:44:32 -04:00 |
|
Roland Westrelin
|
81b0f156c8
|
8080976: Unexpected AIOOB thrown from 1.9.0-ea-b64 on (regression)
Loop variant use in reduction should prevent vectorization
Reviewed-by: kvn, mcberg
|
2015-05-29 16:09:16 +02:00 |
|
Vladimir Ivanov
|
aae5102c06
|
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, coleenp
|
2015-05-29 17:04:21 +03:00 |
|
Tobias Hartmann
|
59f2a0f85f
|
Merge
|
2015-05-29 12:49:31 +02:00 |
|
Staffan Larsen
|
b1388f39a9
|
8080928: Uninitialised variable in hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
Reviewed-by: mgronlun, sspitsyn
|
2015-05-29 09:48:58 +02:00 |
|
Harold Seigel
|
84986c5ad9
|
Merge
|
2015-05-29 23:19:42 +02:00 |
|
Harold Seigel
|
6a5fa52c18
|
8076319: jstat verified class fix
Move verify perf data so that it only counts classes that actually get verified.
Reviewed-by: acorn, coleenp, gtriantafill
|
2015-05-29 15:23:41 -04:00 |
|
Coleen Phillimore
|
9b5e1ddb92
|
8029567: Clean up linkResolver code
Moved non-const reference return values to actual return values, refactored error handling code, remove oop from Method* variable names.
Reviewed-by: jiangli, lfoltan, acorn
|
2015-05-29 11:35:51 -04:00 |
|
Jesper Wilhelmsson
|
5862209cf3
|
Merge
|
2015-05-28 16:01:10 +02:00 |
|
Bengt Rutisson
|
0ee851e5ef
|
8081039: G1: Remove unused statistics code in G1NoteEndOfConcMarkClosure and G1ParNoteEndTask
Reviewed-by: jmasa, kbarrett
|
2015-05-27 09:04:14 +02:00 |
|
Chris Plummer
|
77588c66b4
|
8051712: regression Test7107135 crashes
On AARCH64, make ElfFile::specifies_noexecstack() default to noexectstack
Reviewed-by: dholmes, dlong, aph
|
2015-05-26 11:26:50 -07:00 |
|
Stefan Karlsson
|
976d6c1e2a
|
8081007: Remove redundant active worker variables and calls in ParNewGeneration::collect
Reviewed-by: pliden, kbarrett, ehelin
|
2015-05-26 10:06:03 +02:00 |
|
Jon Masamitsu
|
807c69046a
|
8081629: CMS split_block() does not correctly fix up block-offset-table for large blocks
Reviewed-by: tschatzl, ysr
|
2015-05-25 19:26:23 -07:00 |
|
Erik Helin
|
c00b15bccd
|
8135253: Add push method to CollectionSetChooser
Reviewed-by: mgerdin, tschatzl
|
2015-09-11 13:20:05 +02:00 |
|
Erik Helin
|
89ec770497
|
8135260: Split G1CollectorPolicy::finalize_cset into two parts
Reviewed-by: tschatzl, mgerdin
|
2015-09-11 10:02:35 +02:00 |
|
Kim Barrett
|
fea40d07b4
|
8135209: Avoid abutting string literals and identifiers
Add spaces between string literals and identifiers.
Reviewed-by: brutisso, pliden
|
2015-09-09 14:31:12 -04:00 |
|
Sangheon Kim
|
7ec42b2f7a
|
8135025: Error message is repeated for large value at G1ConcRefinementThreads
Changed error handling when G1ConcRefinementThreads creation failed
Reviewed-by: jwilhelm, kbarrett, tschatzl
|
2015-09-09 09:19:32 -07:00 |
|
Mikael Gerdin
|
6f11efbbb4
|
8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
Reviewed-by: tschatzl, ehelin
|
2015-09-09 14:22:45 +02:00 |
|
Mikael Gerdin
|
2dbd4dd578
|
8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
Reviewed-by: tschatzl, ehelin
|
2015-09-09 10:34:22 +02:00 |
|
Kim Barrett
|
802664728f
|
8134797: Remove explicit casts in CollectorPolicy hierarchy
Removed the explicit casts.
Reviewed-by: jwilhelm, tschatzl, pliden
|
2015-09-08 16:00:34 -04:00 |
|
Jesper Wilhelmsson
|
30b987f6b7
|
Merge
|
2015-09-08 16:10:37 +02:00 |
|
Jesper Wilhelmsson
|
f9c99e1b3d
|
Merge
|
2015-05-25 16:59:28 +02:00 |
|
Stefan Karlsson
|
f3f59e37c9
|
8080879: Remove FlexibleWorkGang::set_for_termination
Reviewed-by: brutisso, kbarrett, pliden
|
2015-05-25 11:41:34 +02:00 |
|
Stefan Johansson
|
b04d2bca57
|
8080746: Refactor oop iteration macros to be more general
Reviewed-by: stefank, pliden
|
2015-05-25 11:39:43 +02:00 |
|
Stefan Karlsson
|
e57447bd85
|
Merge
|
2015-05-25 09:28:47 +02:00 |
|
Stefan Karlsson
|
db20c1bc45
|
8080877: Don't use workers()->total_workers() when walking G1CollectedHeap::_task_queues
Reviewed-by: jmasa, drwhite
|
2015-05-22 13:35:29 +02:00 |
|
Stefan Karlsson
|
0290c50a20
|
Merge
|
2015-05-22 10:44:24 +00:00 |
|
Stefan Karlsson
|
23b343af68
|
8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
Reviewed-by: kbarrett, mgerdin
|
2015-05-22 10:58:16 +02:00 |
|
Stefan Karlsson
|
21bb8edbba
|
8080840: Clean up active_workers() asserts
Reviewed-by: kbarrett, jmasa
|
2015-05-22 10:58:04 +02:00 |
|
Stefan Karlsson
|
5d81ec2082
|
8080837: Move number of workers calculation out of CollectionSetChooser::prepare_for_par_region_addition
Reviewed-by: kbarrett, mgerdin
|
2015-05-22 10:57:53 +02:00 |
|
Bengt Rutisson
|
33461c4c6e
|
8080627: JavaThread::satb_mark_queue_offset() is too big for an ARM ldrsb instruction
Reviewed-by: roland, kbarrett
|
2015-05-22 10:56:37 +02:00 |
|
Roland Westrelin
|
0296c2894b
|
8080699: Assert failed: Not a Java pointer in JCK test
Eliminated arraycopy node still reachable through exception edges
Reviewed-by: kvn
|
2015-05-22 09:14:18 +02:00 |
|
Tobias Hartmann
|
068d5d78b1
|
Merge
|
2015-05-22 09:50:32 +02:00 |
|
Rickard Bäckman
|
525d473c25
|
Merge
|
2015-05-22 00:35:31 +02:00 |
|
Jesper Wilhelmsson
|
25c41c6094
|
Merge
|
2015-05-21 21:17:56 +02:00 |
|