peytoia [Mon, 23 Aug 2010 14:14:52 +0900] rev 6290
6977550: (tz) Support tzdata2010l
Reviewed-by: okutsu
lana [Thu, 12 Aug 2010 11:23:15 -0700] rev 6289
Merge
malenkov [Tue, 10 Aug 2010 19:29:30 +0400] rev 6288
6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
Reviewed-by: peterz
lana [Mon, 23 Aug 2010 19:12:01 -0700] rev 6287
Merge
lana [Thu, 12 Aug 2010 19:55:48 -0700] rev 6286
Merge
dlila [Wed, 11 Aug 2010 10:05:56 -0400] rev 6285
6976265: No STROKE_CONTROL
Summary: implemented it in sun.java2d.pisces by adding a PathIterator.
Reviewed-by: flar
dlila [Tue, 10 Aug 2010 13:19:44 -0400] rev 6284
6967436: lines longer than 2^15 can fill window.
6967433: dashed lines broken when using scaling transforms.
Summary: converted pisces to floating point. Also, using better AA algorithm
Reviewed-by: flar
duke [Wed, 05 Jul 2017 17:21:06 +0200] rev 6283
Merge
cl [Thu, 09 Sep 2010 14:27:59 -0700] rev 6282
Merge
cl [Fri, 03 Sep 2010 12:49:53 -0700] rev 6281
Added tag jdk7-b108 for changeset 9aa5fae6f446
trims [Tue, 31 Aug 2010 17:23:45 -0700] rev 6280
Added tag hs19-b06 for changeset 97604d92cdcf
trims [Tue, 31 Aug 2010 16:48:07 -0700] rev 6279
Merge
trims [Fri, 20 Aug 2010 14:24:47 -0700] rev 6278
6978915: Remove Mercurial tags for Hotspot 19 Build 06
Summary: Delete the hs19-b06 Hg tag, as it was put on incorrectly
Reviewed-by: jcoomes
trims [Fri, 20 Aug 2010 12:57:42 -0700] rev 6277
6978889: Remove premature change of build number to Hotspot 19 Build 07
Summary: Change the build number back to 06
Reviewed-by: jcoomes
tonyp [Fri, 20 Aug 2010 12:01:10 -0700] rev 6276
Merge
tonyp [Fri, 20 Aug 2010 13:17:08 -0400] rev 6275
Merge
ysr [Thu, 19 Aug 2010 12:02:10 -0700] rev 6274
6978533: CMS: Elide BOT update asserts until 6977974 is fixed correctly
Reviewed-by: jcoomes, jmasa, tonyp
never [Fri, 20 Aug 2010 09:55:50 -0700] rev 6273
Merge
never [Thu, 19 Aug 2010 14:51:47 -0700] rev 6272
6978249: spill between cpu and fpu registers when those moves are fast
Reviewed-by: kvn
twisti [Wed, 18 Aug 2010 01:22:16 -0700] rev 6271
6977640: Zero and Shark fixes
Summary: A number of fixes for Zero and Shark.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
never [Fri, 13 Aug 2010 15:14:00 -0700] rev 6270
6976372: # assert(_owner == Thread::current()) failed: invariant
Reviewed-by: kvn, twisti
never [Thu, 12 Aug 2010 23:34:34 -0700] rev 6269
6975006: assert(check.is_deoptimized_frame()) failed: missed deopt
Reviewed-by: kvn, twisti
never [Thu, 12 Aug 2010 16:38:23 -0700] rev 6268
6974176: ShouldNotReachHere, instanceKlass.cpp:1426
Reviewed-by: kvn, twisti
trims [Fri, 20 Aug 2010 04:08:08 -0700] rev 6267
Merge
trims [Fri, 20 Aug 2010 03:47:09 -0700] rev 6266
6978726: Bump the HS19 build number to 07
Summary: Update the HS19 build number to 07
Reviewed-by: jcoomes
tonyp [Thu, 19 Aug 2010 14:08:58 -0400] rev 6265
Merge
johnc [Wed, 18 Aug 2010 17:44:33 -0400] rev 6264
Merge
johnc [Wed, 18 Aug 2010 10:59:06 -0700] rev 6263
6977924: Changes for 6975078 produce build error with certain gcc versions
Summary: The changes introduced for 6975078 assign badHeapOopVal to the _allocation field in the ResourceObj class. In 32 bit linux builds with certain versions of gcc this assignment will be flagged as an error while compiling allocation.cpp. In 32 bit builds the constant value badHeapOopVal (which is cast to an intptr_t) is negative. The _allocation field is typed as an unsigned intptr_t and gcc catches this as an error.
Reviewed-by: jcoomes, ysr, phh
ysr [Wed, 18 Aug 2010 11:39:21 -0700] rev 6262
6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant
Summary: Allow for the possibility (when the heap is expanding) that the sweep might skip over and past, rather than necessarily step on, the sweep limit determined at the beginning of a concurrent marking cycle.
Reviewed-by: jmasa, tonyp
tonyp [Tue, 17 Aug 2010 14:40:00 -0400] rev 6261
6975964: G1: print out a more descriptive message for evacuation failure when +PrintGCDetails is set
Summary: we're renaming "evacuation failure" to "to-space overflow". I'm also piggy-backing a small additional change which removes the "Mark closure took..." output.
Reviewed-by: ysr, johnc