Jesper Wilhelmsson
|
7ec8aadd33
|
Merge
|
2015-04-09 17:39:42 +02:00 |
|
Calvin Cheung
|
d4c484b0ba
|
Merge
|
2015-04-03 13:45:33 -07:00 |
|
Jesper Wilhelmsson
|
8e5f94bf08
|
8076267: Remove n_gens()
Reviewed-by: jprovino, kbarrett, jmasa
|
2015-04-02 16:37:29 +02:00 |
|
Bengt Rutisson
|
d2f816a875
|
8076452: Remove SharedHeap
Reviewed-by: stefank, sjohanss, david
|
2015-04-02 16:08:41 +02:00 |
|
Bengt Rutisson
|
7c5c5d80b7
|
8076289: Move the StrongRootsScope out of SharedHeap
Reviewed-by: stefank, sjohanss, david
|
2015-04-02 16:07:27 +02:00 |
|
Bengt Rutisson
|
c3b72f7f5b
|
8076454: Clean up/move things out of SharedHeap
Reviewed-by: stefank, sjohanss, david
|
2015-04-02 16:06:07 +02:00 |
|
Stefan Karlsson
|
232a59cb40
|
8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
Reviewed-by: brutisso, coleenp, kbarrett, sjohanss
|
2015-04-02 10:04:27 +02:00 |
|
Bengt Rutisson
|
bedce0572a
|
8076314: Remove the static instance variable SharedHeap:: _sh
Reviewed-by: pliden, jmasa
|
2015-04-02 06:42:24 +02:00 |
|
Harold Seigel
|
1665046b90
|
Merge
|
2015-03-29 09:20:27 -04:00 |
|
Yumin Qi
|
3e6cf09c39
|
8074345: Enable RewriteBytecodes when VM runs with CDS
Enable bytecode rewriting when CDS turned on.
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Reviewed-by: coleenp, iklam
|
2015-03-25 15:18:37 -07:00 |
|
Stefan Karlsson
|
602b7d79e9
|
8075829: Move CSpaceCounters implementation to cSpaceCounters.cpp
Reviewed-by: jwilhelm, brutisso
|
2015-03-25 10:13:56 +01:00 |
|
Stefan Karlsson
|
b980d93909
|
8075809: Add missing includes of stack.inline.hpp
Reviewed-by: jmasa, pliden
|
2015-03-25 10:08:09 +01:00 |
|
Stefan Karlsson
|
0c57e77d43
|
8075803: Fix GC includes and forward declarations
Reviewed-by: pliden, mgerdin
|
2015-03-24 11:21:21 +01:00 |
|
Jesper Wilhelmsson
|
5f5b27baba
|
Merge
|
2015-03-23 22:08:14 +01:00 |
|
Per Lidén
|
cee2c148bc
|
8076294: Cleanup of CollectedHeap::kind()
Reviewed-by: stefank, ecaspole
|
2015-04-01 10:49:08 +02:00 |
|
Kim Barrett
|
be607cf8cf
|
8075401: Remove DiscoveredListIterator::update_discovered()
Remove unnecessary function
Reviewed-by: brutisso, jwilhelm, ecaspole
|
2015-03-30 10:24:00 -04:00 |
|
David Lindholm
|
5449ba9220
|
8076173: VirtualSpaceNode container_count() and container_count_slow() have different return types
Reviewed-by: pliden, stefank
|
2015-03-31 11:34:35 +02:00 |
|
Bengt Rutisson
|
68ad80c022
|
8076241: Remove unused methods mod_card_iterate() and non_clean_card_iterate_serial()
Reviewed-by: kbarrett, pliden, stefank
|
2015-03-31 11:29:21 +02:00 |
|
Bengt Rutisson
|
a5e42354fe
|
8076237: Remove unused _collector_policy field in SharedHeap
Reviewed-by: jwilhelm, drwhite, stefank
|
2015-03-31 11:27:20 +02:00 |
|
Per Lidén
|
ff23a17283
|
8076231: Remove unused is_in_partial_collection()
Reviewed-by: brutisso, drwhite
|
2015-03-31 08:27:30 +02:00 |
|
Mikael Gerdin
|
062cf882e0
|
8076225: Move the thread claim parity from SharedHeap to Thread
Reviewed-by: brutisso, jwilhelm, kbarrett
|
2015-03-31 07:54:56 +02:00 |
|
David Lindholm
|
4e7e0848a7
|
8076073: shared: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Reviewed-by: stefank, brutisso
|
2015-03-27 15:29:19 +01:00 |
|
Bengt Rutisson
|
fd46a24a3e
|
8076076: Move SharedHeap::print_size_transition() into G1 code
Reviewed-by: tschatzl, mgerdin
|
2015-03-27 09:28:47 +01:00 |
|
Jesper Wilhelmsson
|
2c63bc9175
|
8075635: Remove GenerationSpec array
Replaced the array with explicit variables for young and old
Reviewed-by: kbarrett, mgerdin
|
2015-03-16 13:28:27 +01:00 |
|
Stefan Karlsson
|
ba1d121fe0
|
8075957: Reduce calls to the GC specific object visitors in oopDesc
Reviewed-by: brutisso, mgerdin, pliden
|
2015-03-26 11:28:19 +01:00 |
|
Bertrand Delsart
|
5aec2dc9fc
|
8087333: Optionally Pre-Generate the HotSpot Template Interpreter
Optional support for pregenerated template interpreter
Reviewed-by: coleenp, dholmes, kvn
|
2015-07-01 10:53:26 +02:00 |
|
Jesper Wilhelmsson
|
c1bc0a31b2
|
8074459: Flags handling memory sizes should be of type size_t
Changed the type to size_t for flags that handles memory sizes
Reviewed-by: kbarrett, tschatzl
|
2015-03-03 18:01:27 +01:00 |
|
Goetz Lindenmaier
|
a7edf52a02
|
8073315: Enable gcc -Wtype-limits and fix upcoming issues
Relevant fixes in blockOffsetTable.cpp, os_linux.cpp, parCardTableModRefBS.cpp.
Reviewed-by: jwilhelm, kbarrett, simonis
|
2015-02-16 14:07:36 +01:00 |
|
Vladimir Kozlov
|
2632925f9f
|
Merge
|
2015-03-12 15:51:12 -07:00 |
|
Jesper Wilhelmsson
|
5b71ef55a7
|
Merge
|
2015-03-09 01:58:59 +01:00 |
|
Alejandro Murillo
|
cf1f3d308b
|
Merge
|
2015-03-06 04:58:52 -08:00 |
|
David Lindholm
|
8fe1e48f0c
|
8073545: Use shorter and more descriptive names for GC worker threads
Reviewed-by: ehelin, jwilhelm
|
2015-03-05 16:43:26 +01:00 |
|
Kim Barrett
|
0401cdb946
|
8074319: barrier_set_cast defined via friend injection
Changed the in-class definition to a friend declaration and move the definition to namespace scope
Reviewed-by: jwilhelm, simonis
|
2015-03-04 02:23:38 +01:00 |
|
Alejandro Murillo
|
94ddb7fc72
|
Merge
|
2015-03-03 06:23:49 -08:00 |
|
Kim Barrett
|
40d3986051
|
8069016: Add BarrierSet downcast support
Add FakeRttiSupport utility and use to provide barrier_set_cast.
Reviewed-by: jmasa, sangheki
|
2015-02-27 19:52:48 -05:00 |
|
Vladimir Kozlov
|
239370b736
|
Merge
|
2015-02-26 10:56:54 -08:00 |
|
Dean Long
|
aa21fdd0c0
|
8072383: resolve conflicts between open and closed ports
Refactor close to remove references to closed ports
Reviewed-by: kvn, simonis, dholmes
|
2015-02-24 17:23:53 -05:00 |
|
Jesper Wilhelmsson
|
5c18821ea5
|
Merge
|
2015-02-19 12:56:50 +01:00 |
|
Stefan Karlsson
|
2e888853a1
|
8073387: Move VerifyOopClosures out from genOopClosures.hpp
Reviewed-by: brutisso, mgerdin, coleenp
|
2015-02-18 08:57:29 +01:00 |
|
Jesper Wilhelmsson
|
d7f5fccbc6
|
Merge
|
2015-02-16 21:24:39 +01:00 |
|
Christian Tornqvist
|
a72a716adf
|
Merge
|
2015-02-14 00:03:48 +00:00 |
|
Stefan Karlsson
|
4913ad5d7d
|
8072911: Remove includes of oop.inline.hpp from .hpp files
Reviewed-by: brutisso, coleenp, jwilhelm, simonis, dholmes
|
2015-02-13 14:37:35 +01:00 |
|
Christian Tornqvist
|
094674666c
|
Merge
|
2015-02-13 05:17:41 -08:00 |
|
Chris Plummer
|
0b5dffb337
|
8054888: Runtime: Add Diagnostic Command that prints the class hierarchy
Added the VM.class_hierarhcy DCMD
Reviewed-by: stefank, miauno
|
2015-02-11 15:22:43 -08: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 |
|
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 |
|
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 |
|
Marcus Larsson
|
7727fe0044
|
8072621: Clean up around VM_GC_Operations
Reviewed-by: brutisso, jmasa
|
2015-02-13 09:48:49 +01: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 |
|
Kim Barrett
|
10a50a853f
|
8071931: Return of the phantom menace
Reviewed-by: mchung, dfuchs, ahgross, brutisso
|
2015-02-09 13:30:30 -05:00 |
|