Wed, 10 Feb 2010 13:23:50 +0000 6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
chegar [Wed, 10 Feb 2010 13:23:50 +0000] rev 4916
6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted Reviewed-by: michaelm
Mon, 08 Feb 2010 23:02:28 -0800 6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE
mchung [Mon, 08 Feb 2010 23:02:28 -0800] rev 4915
6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE Summary: Check if the element in the flags array is non-null to filter unsupported flags Reviewed-by: dcubed
Fri, 19 Feb 2010 15:13:37 -0800 Merge
lana [Fri, 19 Feb 2010 15:13:37 -0800] rev 4914
Merge
Fri, 12 Feb 2010 19:58:10 +0300 6705345: Enable multiple file selection in AWT FileDialog
dcherepanov [Fri, 12 Feb 2010 19:58:10 +0300] rev 4913
6705345: Enable multiple file selection in AWT FileDialog Reviewed-by: art, anthony, alexp
Thu, 18 Feb 2010 13:31:46 -0800 Added tag jdk7-b84 for changeset b8df1478b109
mikejwre [Thu, 18 Feb 2010 13:31:46 -0800] rev 4912
Added tag jdk7-b84 for changeset b8df1478b109
Wed, 05 Jul 2017 17:07:36 +0200 Merge
duke [Wed, 05 Jul 2017 17:07:36 +0200] rev 4911
Merge
Thu, 18 Feb 2010 22:16:12 -0800 6927886: Bump the HS17 build number to 10
trims [Thu, 18 Feb 2010 22:16:12 -0800] rev 4910
6927886: Bump the HS17 build number to 10 Summary: Update the HS17 build number to 10 Reviewed-by: jcoomes
Thu, 18 Feb 2010 22:15:35 -0800 Merge
trims [Thu, 18 Feb 2010 22:15:35 -0800] rev 4909
Merge
Thu, 18 Feb 2010 10:44:14 -0800 Merge
twisti [Thu, 18 Feb 2010 10:44:14 -0800] rev 4908
Merge
Thu, 18 Feb 2010 06:54:48 -0800 6927165: Zero S/390 fixes
twisti [Thu, 18 Feb 2010 06:54:48 -0800] rev 4907
6927165: Zero S/390 fixes Summary: Fixes two failures on 31-bit S/390. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Thu, 18 Feb 2010 11:35:41 +0100 6926782: CodeBuffer size too small after 6921352
twisti [Thu, 18 Feb 2010 11:35:41 +0100] rev 4906
6926782: CodeBuffer size too small after 6921352 Summary: After 6921352 the CodeBuffer size was too small. Reviewed-by: kvn, never
Tue, 16 Feb 2010 20:07:48 -0800 6877221: Endless deoptimizations in OSR nmethod
never [Tue, 16 Feb 2010 20:07:48 -0800] rev 4905
6877221: Endless deoptimizations in OSR nmethod Reviewed-by: kvn
Tue, 16 Feb 2010 16:17:46 -0800 6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
kvn [Tue, 16 Feb 2010 16:17:46 -0800] rev 4904
6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete Summary: Define AdapterHandlerTableIterator class as non product instead of debug. Reviewed-by: never
Tue, 16 Feb 2010 14:11:44 -0800 Merge
johnc [Tue, 16 Feb 2010 14:11:44 -0800] rev 4903
Merge
Thu, 11 Feb 2010 15:52:19 -0800 6923991: G1: improve scalability of RSet scanning
iveresov [Thu, 11 Feb 2010 15:52:19 -0800] rev 4902
6923991: G1: improve scalability of RSet scanning Summary: Implemented block-based work stealing. Moved copying during the rset scanning phase to the main copying phase. Made the size of rset table depend on the region size. Reviewed-by: apetrusenko, tonyp
Tue, 09 Feb 2010 13:56:09 -0800 6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate.
johnc [Tue, 09 Feb 2010 13:56:09 -0800] rev 4901
6782663: Data produced by PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime is not accurate. Summary: Update and display the timers associated with these flags for all safepoints. Reviewed-by: ysr, jcoomes
Mon, 08 Feb 2010 14:23:01 -0500 6802453: G1: hr()->is_in_reserved(from),"Precondition."
tonyp [Mon, 08 Feb 2010 14:23:01 -0500] rev 4900
6802453: G1: hr()->is_in_reserved(from),"Precondition." Summary: The operations of re-using a RSet component and expanding the same RSet component were not mutually exlusive, and this could lead to RSets getting corrupted and entries being dropped. Reviewed-by: iveresov, johnc
Fri, 05 Feb 2010 11:05:50 -0500 6920977: G1: guarantee(k == probe->klass(),"klass should be in dictionary") fails
tonyp [Fri, 05 Feb 2010 11:05:50 -0500] rev 4899
6920977: G1: guarantee(k == probe->klass(),"klass should be in dictionary") fails Summary: the guarantee is too strict and the test will fail (incorrectly) if the class is not in the system dictionary but in the placeholders. Reviewed-by: acorn, phh
Fri, 12 Feb 2010 15:27:36 -0800 Merge
kvn [Fri, 12 Feb 2010 15:27:36 -0800] rev 4898
Merge
Fri, 12 Feb 2010 10:34:11 -0800 6926048: Improve Zero performance
kvn [Fri, 12 Feb 2010 10:34:11 -0800] rev 4897
6926048: Improve Zero performance Summary: Make Zero figure out result types in a similar way to C++ interpreter implementation. Reviewed-by: kvn Contributed-by: gbenson@redhat.com
Fri, 12 Feb 2010 08:54:13 -0800 6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos")
kvn [Fri, 12 Feb 2010 08:54:13 -0800] rev 4896
6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos") Summary: Fix assert since top deoptimized frame has last_sp == interpreter_frame_monitor_begin if there are no expressions. Reviewed-by: twisti
Tue, 09 Feb 2010 10:21:06 -0800 6924097: assert((_type == Type::MEMORY) == (_adr_type != 0),"adr_type for memory phis only")
kvn [Tue, 09 Feb 2010 10:21:06 -0800] rev 4895
6924097: assert((_type == Type::MEMORY) == (_adr_type != 0),"adr_type for memory phis only") Summary: Use PhiNode::make_blank(r, n) method to construct the phi. Reviewed-by: never
Tue, 09 Feb 2010 01:31:13 -0800 6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop")
kvn [Tue, 09 Feb 2010 01:31:13 -0800] rev 4894
6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop") Summary: Mark in PcDesc call sites which return oop and save the result oop across objects reallocation during deoptimization. Reviewed-by: never
Mon, 08 Feb 2010 12:20:09 -0800 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn [Mon, 08 Feb 2010 12:20:09 -0800] rev 4893
6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used Summary: Set the reexecute bit for runtime calls _new_array_Java when they used for _multianewarray bytecode. Reviewed-by: never
Sun, 07 Feb 2010 12:15:06 -0800 6923002: assert(false,"this call site should not be polymorphic")
kvn [Sun, 07 Feb 2010 12:15:06 -0800] rev 4892
6923002: assert(false,"this call site should not be polymorphic") Summary: Clear the total count when a receiver information is cleared. Reviewed-by: never, jrose
Fri, 05 Feb 2010 11:07:40 -0800 6920293: OptimizeStringConcat causing core dumps
never [Fri, 05 Feb 2010 11:07:40 -0800] rev 4891
6920293: OptimizeStringConcat causing core dumps Reviewed-by: kvn, twisti
Thu, 11 Feb 2010 10:48:10 -0800 Merge
apangin [Thu, 11 Feb 2010 10:48:10 -0800] rev 4890
Merge
Mon, 08 Feb 2010 13:49:03 -0500 6587322: dtrace probe object__alloc doesn't fire in some situations on amd64
kamg [Mon, 08 Feb 2010 13:49:03 -0500] rev 4889
6587322: dtrace probe object__alloc doesn't fire in some situations on amd64 Summary: Fix misplaced probe point Reviewed-by: rasbold, phh Contributed-by: neojia@gmail.com
Mon, 08 Feb 2010 09:58:32 -0800 Merge
johnc [Mon, 08 Feb 2010 09:58:32 -0800] rev 4888
Merge
Tue, 02 Feb 2010 18:39:50 -0800 6914402: G1: assert(!is_young_card(cached_ptr),"shouldn't get a card in young region")
johnc [Tue, 02 Feb 2010 18:39:50 -0800] rev 4887
6914402: G1: assert(!is_young_card(cached_ptr),"shouldn't get a card in young region") Summary: Invalid assert. Filter cards evicted from the card count cache instead. Reviewed-by: apetrusenko, tonyp
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip