Commit Graph

709 Commits

Author SHA1 Message Date
Antonios Printezis
e2b3310cb6 6722565: G1: assert !r->is_on_unclean_list() fires
Under certain circumstances, two cleanup threads can claim and process the same region.

Reviewed-by: apetrusenko, ysr
2008-08-06 11:57:31 -04:00
Igor Veresov
09fd47bcef 6652160: G1: assert(cur_used_bytes == _g1->recalculate_used(),"It should!") at g1CollectorPolicy.cpp:1425
In attempt_allocation_slow() wait for the concurrent cleanup to complete before modifying _summary_bytes_used.

Reviewed-by: jmasa, apetrusenko
2008-07-30 10:45:52 -07:00
Igor Veresov
2703662478 6723570: G1: assertion failure: p == current_top or oop(p)->is_oop(),"p is not a block start" (revisited!)
Fixed the incorrect assigment to G1OffsetTableContigSpace::_gc_time_stamp. Also added a little more paranoia to operations on a global timestamp.

Reviewed-by: tonyp
2008-07-10 09:29:54 -07:00
Igor Veresov
07198ddeda 6702387: G1: assertion failure: assert(p == current_top || oop(p)->is_oop(),"p is not a block start")
Do not coalesce dead and moved objects when removing self-forwarding pointers during the evacuation failure. Also fixed a issue in a BOT refinement code for TLABs.

Reviewed-by: tonyp, jcoomes
2008-07-03 03:17:29 -07:00
Y. Srinivas Ramakrishna
74ee57a572 Merge 2008-07-01 11:59:44 -07:00
Y. Srinivas Ramakrishna
d44be8e3a0 6618726: Introduce -XX:+UnlockExperimentalVMOptions flag
Experimental() flags will protect features of an experimental nature that are not supported in the regular product build. Made UseG1GC an experimental flag.

Reviewed-by: jmasa, kamg, coleenp
2008-06-30 17:04:59 -07:00
Erik Trimble
0d9452401c Merge 2008-06-27 19:12:11 -07:00
Tom Rodriguez
d497f81f84 Merge 2008-06-27 11:11:27 -07:00
Vladimir Kozlov
4213e62fb7 6716441: error in meet with +DoEscapeAnalysis
Set instance_id to InstanceBot for InstPtr->meet(AryPtr) when types are not related.

Reviewed-by: jrose, never
2008-06-26 13:34:00 -07:00
Y. Srinivas Ramakrishna
a0b0fb42fd 6718811: Mismerge of 6680469:macro.cpp
Fixed the mismerge by deleting the lines that were inadvertently left in place.

Reviewed-by: iveresov
2008-06-26 11:43:34 -07:00
Swamy Venkataramanappa
510a97ebed 6620329: jstack prints double native methods on Solaris/sparc
Fixed stack walking code in sparc to start frame walk from last_java_sp.

Reviewed-by: sgoldman
2008-06-24 21:37:10 -07:00
Tom Rodriguez
873da1efe8 6718676: putback for 6604014 is incomplete
Reviewed-by: kvn, jrose
2008-06-24 16:00:14 -07:00
Y. Srinivas Ramakrishna
f521ab4f1a Merge 2008-06-24 13:20:34 -07:00
Vladimir Kozlov
a671e7c7b5 6710487: More than half of JDI Regression tests hang with COOPs in -Xcomp mode
Remove DecodeNNode::decode() and EncodePNode::encode() methods.

Reviewed-by: rasbold, never
2008-06-24 10:43:29 -07:00
Tom Rodriguez
2d64a7a369 6604014: add support for ideal graph visualizer
Reviewed-by: kvn, jrose
2008-06-23 18:21:18 -07:00
Y. Srinivas Ramakrishna
b6c292d65d 6718086: CMS assert: _concurrent_iteration_safe_limit update missed
Initialize the field correctly in ContiguousSpace's constructor and initialize() methods, using the latter for the survivor spaces upon initial construction or a subsequent resizing of the young generation. Add some missing Space sub-class constructors.

Reviewed-by: apetrusenko
2008-06-23 16:49:37 -07:00
Shrinivas Joshi
5106cf17a3 6708714: Optimize long LShift on 32-bits x86
For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus.

Reviewed-by: never
2008-06-23 14:11:12 -07:00
Tom Rodriguez
d69fdc9d5b Merge 2008-06-21 10:03:31 -07:00
John Coomes
f719ed43a0 Merge 2008-06-20 13:59:55 -07:00
Erik Trimble
f457ac179a 6717462: Update build number for HS14 B01
Change Hotspot version and build number for opening of HS14

Reviewed-by: jcoomes
2008-06-20 11:47:53 -07:00
Vladimir Kozlov
0a077d276e 6715633: when matching a memory node the adr_type should not change
Verify the adr_type of a mach node was not changed

Reviewed-by: rasbold, never
2008-06-20 11:10:05 -07:00
Vladimir Kozlov
694776b297 6714694: assertion in 64bit server vm (store->find_edge(load) != -1,"missing precedence edge") with COOPs
The method raise_LCA_above_marks() terminates LCA search early.

Reviewed-by: rasbold, never
2008-06-20 10:17:09 -07:00
Xiomara Jayasena
915e0d1ee4 Added tag jdk7-b29 for changeset 3c247f90db8c 2008-06-20 08:44:58 -07:00
J. Duke
d7c5094a89 Merge 2017-07-05 16:37:51 +02:00
J. Duke
14b567cf35 Merge 2017-07-05 16:37:49 +02:00
J. Duke
cb7c4719a3 Merge 2017-07-05 16:37:45 +02:00
J. Duke
39b6031c00 Merge 2017-07-05 16:37:43 +02:00
J. Duke
f7949021f7 Merge 2017-07-05 16:37:41 +02:00
J. Duke
5157722a72 Merge 2017-07-05 16:37:38 +02:00
J. Duke
601eefbfc5 Merge 2017-07-05 16:37:33 +02:00
J. Duke
960b8e7ef1 Added tag jdk7-b28 for changeset 18dc4ba4739a 2017-07-05 16:37:21 +02:00
J. Duke
3021d76b45 Merge 2017-07-05 16:37:21 +02:00
J. Duke
d71dba0550 Merge 2017-07-05 16:37:18 +02:00
J. Duke
889f0f5879 Merge 2017-07-05 16:37:16 +02:00
J. Duke
7c5220bfee Merge 2017-07-05 16:37:14 +02:00
J. Duke
7510904eb1 Merge 2017-07-05 16:37:12 +02:00
J. Duke
c14209e438 Merge 2017-07-05 16:37:10 +02:00
J. Duke
1777d7d15a Merge 2017-07-05 16:37:02 +02:00
J. Duke
8193c13748 Added tag jdk7-b27 for changeset 67052ac87fc9 2017-07-05 16:36:55 +02:00
J. Duke
1ab5adaa6c Merge 2017-07-05 16:36:55 +02:00
J. Duke
72f0b11b82 Merge 2017-07-05 16:36:52 +02:00
J. Duke
28290d8ade Merge 2017-07-05 16:36:48 +02:00
J. Duke
02a2911c65 Merge 2017-07-05 16:36:45 +02:00
J. Duke
40366dfa6e Merge 2017-07-05 16:36:42 +02:00
J. Duke
8ae1b404ed Merge 2017-07-05 16:36:39 +02:00
J. Duke
2e1ba4b221 Merge 2017-07-05 16:36:22 +02:00
J. Duke
090ec1d5a5 Added tag jdk7-b26 for changeset 5ae7db536e3f 2017-07-05 16:35:09 +02:00
J. Duke
f872a3a32f Merge 2017-07-05 16:35:09 +02:00
J. Duke
f6f7413889 Merge 2017-07-05 16:35:06 +02:00
J. Duke
eb71d3a8b1 Merge 2017-07-05 16:35:03 +02:00