trims [Thu, 11 Feb 2010 20:36:59 -0800] rev 4786
Added tag hs15-b02 for changeset ccfb5ba09cb6
trims [Thu, 11 Feb 2010 20:36:57 -0800] rev 4785
Added tag hs15-b01 for changeset a128eac78670
trims [Thu, 11 Feb 2010 20:11:47 -0800] rev 4784
Added tag hs16-b08 for changeset d716bbc29dcc
trims [Thu, 11 Feb 2010 20:11:45 -0800] rev 4783
Added tag hs16-b07 for changeset 699915c095af
trims [Thu, 11 Feb 2010 20:11:44 -0800] rev 4782
Added tag hs16-b06 for changeset 60611616dba4
trims [Thu, 11 Feb 2010 20:11:42 -0800] rev 4781
Added tag hs16-b05 for changeset 06171649948f
trims [Thu, 11 Feb 2010 20:11:40 -0800] rev 4780
Added tag hs16-b04 for changeset 28ccf5edf0ec
trims [Thu, 11 Feb 2010 20:11:38 -0800] rev 4779
Added tag hs16-b03 for changeset 10154d4b4b4b
trims [Thu, 11 Feb 2010 20:11:37 -0800] rev 4778
Added tag hs16-b02 for changeset 86c4409e49f6
trims [Thu, 11 Feb 2010 20:11:35 -0800] rev 4777
Added tag hs16-b01 for changeset 1ecc4413e7e7
trims [Thu, 11 Feb 2010 19:53:02 -0800] rev 4776
Added tag hs17-b09 for changeset 246521c00249
trims [Thu, 11 Feb 2010 19:53:01 -0800] rev 4775
Added tag hs17-b08 for changeset 4197a09e1259
trims [Thu, 11 Feb 2010 19:53:00 -0800] rev 4774
Added tag hs17-b07 for changeset 8f15a8afca28
trims [Thu, 11 Feb 2010 19:52:59 -0800] rev 4773
Added tag hs17-b06 for changeset 9b63533d5895
trims [Thu, 11 Feb 2010 19:52:58 -0800] rev 4772
Added tag hs17-b05 for changeset 02d36709a16f
trims [Thu, 11 Feb 2010 19:52:57 -0800] rev 4771
Added tag hs17-b04 for changeset ac997bc87110
trims [Thu, 11 Feb 2010 19:52:56 -0800] rev 4770
Added tag hs17-b03 for changeset b95ea007fe67
trims [Thu, 11 Feb 2010 19:52:55 -0800] rev 4769
Added tag hs17-b02 for changeset 2248859f89d4
trims [Thu, 11 Feb 2010 19:52:39 -0800] rev 4768
Added tag hs17-b01 for changeset 0fa11a27fb57
trims [Fri, 05 Feb 2010 16:21:06 -0800] rev 4767
Merge
trims [Fri, 05 Feb 2010 12:27:12 -0800] rev 4766
6921473: Bump the HS17 build number to 09
Summary: Update the HS17 build number to 09
Reviewed-by: jcoomes
trims [Fri, 05 Feb 2010 12:26:35 -0800] rev 4765
Merge
apangin [Thu, 04 Feb 2010 15:50:59 -0800] rev 4764
Merge
dcubed [Tue, 02 Feb 2010 11:08:17 -0700] rev 4763
Merge
dcubed [Tue, 02 Feb 2010 10:37:32 -0700] rev 4762
6918421: 1/1 in-process JVM now ignores preset Windows unhandled exception filter
Summary: Add support for chaining Windows UnhandledExceptionFilter handlers
Reviewed-by: kamg, dholmes, never, acorn, ikrylov
dcubed [Mon, 01 Feb 2010 17:35:05 -0700] rev 4761
6902182: 4/4 Starting with jdwp agent should not incur performance penalty
Summary: Rename can_post_exceptions support to can_post_on_exceptions. Add support for should_post_on_exceptions flag to permit per JavaThread optimizations.
Reviewed-by: never, kvn, dcubed
Contributed-by: tom.deneau@amd.com
never [Thu, 04 Feb 2010 11:16:23 -0800] rev 4760
6921992: failure in verify scheduling after 6792161
Reviewed-by: kvn
twisti [Thu, 04 Feb 2010 03:34:05 -0800] rev 4759
Merge
never [Wed, 03 Feb 2010 18:33:04 -0800] rev 4758
Merge
never [Wed, 03 Feb 2010 15:56:37 -0800] rev 4757
6921969: optimize 64 long multiply for case with high bits zero
Reviewed-by: never, twisti, kvn, rasbold
Contributed-by: Hiroshi Yamauchi <yamauchi@google.com>
kvn [Wed, 03 Feb 2010 15:03:22 -0800] rev 4756
6923043: failed nightly tests which use -XX:+PrintCompilation -Xcomp -XX:CompileOnly
Summary: Print "made not compilable" line only for deoptimizations.
Reviewed-by: never
never [Wed, 03 Feb 2010 12:28:30 -0800] rev 4755
6921922: fix for 6911204 breaks tagged stack interpreter
Reviewed-by: kvn
kvn [Mon, 01 Feb 2010 16:49:49 -0800] rev 4754
6614597: Performance variability in jvm2008 xml.validation
Summary: Fix incorrect marking of methods as not compilable.
Reviewed-by: never
twisti [Mon, 01 Feb 2010 23:18:47 +0100] rev 4753
6921799: JSR 292 call sites should not be fixed-up
Summary: MethodHandle invoke call sites should not be fixed-up by SharedRuntime::fixup_callers_callsite as c2i/i2c adapters are used to implement MethodHandle actions.
Reviewed-by: kvn, never
twisti [Mon, 01 Feb 2010 19:29:46 +0100] rev 4752
6921352: JSR 292 needs its own deopt handler
Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not.
Reviewed-by: never, jrose
never [Fri, 29 Jan 2010 22:51:41 -0800] rev 4751
6916644: C2 compiler crash on x86
Reviewed-by: kvn, twisti
kvn [Fri, 29 Jan 2010 09:27:22 -0800] rev 4750
4360113: Evict nmethods when code cache gets full
Summary: Speculatively unload the oldest nmethods when code cache gets full.
Reviewed-by: never, kvn
Contributed-by: eric.caspole@amd.com
twisti [Fri, 29 Jan 2010 08:33:24 -0800] rev 4749
6921339: backout 6917766
Reviewed-by: mr
twisti [Fri, 29 Jan 2010 12:13:05 +0100] rev 4748
6917766: JSR 292 needs its own deopt handler
Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not.
Reviewed-by: never, jrose
never [Thu, 28 Jan 2010 20:41:37 -0800] rev 4747
6792161: assert("No dead instructions after post-alloc")
Reviewed-by: kvn
never [Thu, 28 Jan 2010 16:28:28 -0800] rev 4746
6920346: G1: "must avoid base_memory and AliasIdxTop"
Reviewed-by: kvn
twisti [Thu, 28 Jan 2010 08:36:34 -0800] rev 4745
6920970: Zero build fixes after 6849984 and 6911204
Summary: Two recent commits broke the build on Zero.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
ysr [Wed, 27 Jan 2010 22:38:37 -0800] rev 4744
Merge
ysr [Tue, 26 Jan 2010 23:36:11 -0800] rev 4743
Merge
ysr [Tue, 26 Jan 2010 16:52:29 -0800] rev 4742
6920090: G1: Disable ReduceInitialCardMarks at least until 6920109 is fixed
Summary: G1 now answers "no" to the query can_elide_initializing_store_barrier() in the product build. A debug flag allows alternate behaviour in debug builds.
Reviewed-by: iveresov, tonyp
tonyp [Mon, 25 Jan 2010 18:03:29 -0500] rev 4741
6919980: G1: remove +UseG1GC from under experimental options (second attempt)
Summary: Trying this again, as the original change was lost.
Reviewed-by: ysr, jmasa
apetrusenko [Thu, 21 Jan 2010 18:51:10 -0800] rev 4740
6918006: G1: spill space must be reserved on the stack for barrier calls on Windows x64
Summary: Stub code generated to call G1 barriers does not allocate spill space on the stack as required by Windows x64 ABI. The fix is to use more ABI-friendly call_VM_leaf().
Reviewed-by: iveresov, never, kvn
ysr [Thu, 21 Jan 2010 14:47:01 -0800] rev 4739
Merge
jmasa [Thu, 21 Jan 2010 11:33:32 -0800] rev 4738
6895236: CMS: cmsOopClosures.inline.hpp:43 assert(..., "Should remember klasses in this context")
Summary: Adjust assertion checking for ExplicitGCInvokesConcurrentAndUnloadsClasses as a reason for class unloading
Reviewed-by: ysr
iveresov [Wed, 27 Jan 2010 14:06:27 -0800] rev 4737
Merge
kvn [Tue, 26 Jan 2010 08:53:24 -0800] rev 4736
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
Summary: Add safepoint after CompileTheWorldSafepointInterval (100) compilations and do full sweep of CodeCache each time.
Reviewed-by: never
Contributed-by: eric.caspole@amd.com
never [Wed, 20 Jan 2010 22:10:33 -0800] rev 4735
6911204: generated adapters with large signatures can fill up the code cache
Reviewed-by: kvn, jrose
coleenp [Fri, 22 Jan 2010 15:06:53 -0800] rev 4734
Merge
dcubed [Wed, 20 Jan 2010 11:32:41 -0700] rev 4733
Merge
dcubed [Wed, 13 Jan 2010 09:39:46 -0700] rev 4732
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
Summary: Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.
Reviewed-by: never, ohair, tbell, tdeneau
Contributed-by: Vasanth Venkatachalam <vasanth.venkatachalam@amd.com>
mikejwre [Thu, 04 Feb 2010 11:19:23 -0800] rev 4731
Added tag jdk7-b82 for changeset a84303f7ca26
mikejwre [Thu, 04 Feb 2010 11:19:18 -0800] rev 4730
Added tag jdk7-b82 for changeset 5560473b9cbe
duke [Wed, 05 Jul 2017 17:06:29 +0200] rev 4729
Added tag jdk7-b82 for changeset a30062be6d9c
duke [Wed, 05 Jul 2017 17:06:28 +0200] rev 4728
Merge
duke [Wed, 05 Jul 2017 17:06:26 +0200] rev 4727
Merge
mikejwre [Thu, 28 Jan 2010 11:27:04 -0800] rev 4726
Added tag jdk7-b81 for changeset 43ee00bea176
duke [Wed, 05 Jul 2017 17:06:23 +0200] rev 4725
Merge
mikejwre [Thu, 28 Jan 2010 11:26:49 -0800] rev 4724
Added tag jdk7-b81 for changeset 4ef036bb3679
duke [Wed, 05 Jul 2017 17:06:21 +0200] rev 4723
Merge