annotate agent/src/os/solaris/dbx/README @ 3773:5130fa1b24f1

7045751: G1: +ExplicitGCInvokesConcurrent causes excessive single region evacuation pauses Summary: When ExplicitGCInvokesConcurrent is enabled, do not perform an evacuation pause if a marking cycle is already in progress and block the requesting thread until the marking cycle completes. Reviewed-by: tonyp, ysr
author johnc
date Wed, 15 Jun 2011 10:18:04 -0700
parents a61af66fc99e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 shell_impl.h
a61af66fc99e Initial load
duke
parents:
diff changeset
2 proc_service_2.h
a61af66fc99e Initial load
duke
parents:
diff changeset
3
a61af66fc99e Initial load
duke
parents:
diff changeset
4 The above files are captured from the dbx build environment.
a61af66fc99e Initial load
duke
parents:
diff changeset
5 Rather then use a -I that points to stuff in .eng domain that
a61af66fc99e Initial load
duke
parents:
diff changeset
6 may not be accessible in other domains these files are just
a61af66fc99e Initial load
duke
parents:
diff changeset
7 copied here so local builds in other domains will work.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 These files rarely change so the fact that we might have to
a61af66fc99e Initial load
duke
parents:
diff changeset
9 strobe in new ones on rare occasions is no big deal.