bae [Wed, 09 Feb 2011 22:24:42 +0300] rev 8353
6818960: ImageFetcher ( MediaTracker) Thread leak
Reviewed-by: igor, prr
prr [Tue, 08 Feb 2011 14:24:14 -0800] rev 8352
7006865: Regression: Corrupted output when printing images with bit depth of 4
Reviewed-by: bae, jgodinez
trims [Fri, 25 Feb 2011 12:48:18 -0800] rev 8351
Merge
jrose [Tue, 15 Feb 2011 00:16:56 -0800] rev 8350
7016520: JSR 292 rules for polymorphic signature processing must be in package-info
Summary: insert rules for bytecode processors to recognize signature polymorphic names
Reviewed-by: twisti
jrose [Tue, 15 Feb 2011 00:16:53 -0800] rev 8349
7014755: JSR 292 member lookup interaction with security manager
Summary: add security manager interactions for Lookup methods
Reviewed-by: twisti
jrose [Tue, 15 Feb 2011 00:16:50 -0800] rev 8348
7016261: JSR 292 MethodType objects should be serializable
Summary: Define private writeObject, readObject, and readResolve methods. Also add unit tests.
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:32 -0800] rev 8347
7013730: JSR 292 reflective operations should report errors with standard exception types
Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:28 -0800] rev 8346
7012650: implement JSR 292 EG adjustments through January 2010
Summary: misc. EG changes and polishes (excluding 7013417)
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:24 -0800] rev 8345
7013417: JSR 292 needs to support variadic method handle calls
Summary: Implement MH.asVarargsCollector, etc., and remove withTypeHandler.
Reviewed-by: twisti
cl [Thu, 24 Feb 2011 15:16:02 -0800] rev 8344
Added tag jdk7-b131 for changeset 29efcc797dc6
duke [Wed, 05 Jul 2017 17:36:03 +0200] rev 8343
Merge
trims [Tue, 01 Mar 2011 11:53:36 -0800] rev 8342
Merge
trims [Fri, 25 Feb 2011 12:46:49 -0800] rev 8341
7022570: Bump the HS21 build number to 03
Summary: Update the HS21 build number to 03
Reviewed-by: jcoomes
trims [Fri, 25 Feb 2011 12:46:46 -0800] rev 8340
Merge
tonyp [Fri, 25 Feb 2011 08:17:30 -0800] rev 8339
Merge
tonyp [Fri, 25 Feb 2011 10:58:03 -0500] rev 8338
Merge
stefank [Mon, 21 Feb 2011 11:26:45 +0100] rev 8337
7020992: jmm_DumpThreads should not allocate system object arrays outside the perm gen
Summary: Allocate ordinary object arrays
Reviewed-by: ysr, never, mchung
rottenha [Fri, 25 Feb 2011 03:29:56 -0800] rev 8336
Merge
dholmes [Thu, 24 Feb 2011 21:38:37 -0500] rev 8335
7021953: Remove flags from globals.hpp inadvertently dragged in by 7016023
Summary: removed erroneous flags
Reviewed-by: kvn, dcubed
kvn [Wed, 23 Feb 2011 11:18:16 -0800] rev 8334
Merge
never [Tue, 22 Feb 2011 15:26:36 -0800] rev 8333
7021531: lock ordering problems after fix for 6354181
Reviewed-by: kvn, jrose
never [Wed, 09 Feb 2011 15:02:23 -0800] rev 8332
7016474: string compare intrinsic improvements
Reviewed-by: kvn
never [Tue, 15 Feb 2011 22:18:33 -0800] rev 8331
7019819: bare oop in ciField
Reviewed-by: kvn, iveresov
kvn [Mon, 14 Feb 2011 14:36:29 -0800] rev 8330
Merge
never [Mon, 14 Feb 2011 11:46:58 -0800] rev 8329
7018101: os::dll_address_to_function_name returning wrong answers in 64 bit
Reviewed-by: acorn, kvn, dsamersoff
twisti [Mon, 14 Feb 2011 03:21:18 -0800] rev 8328
7018378: JSR 292: _bound_int_mh produces wrong result on 64-bit SPARC
Reviewed-by: kvn
never [Fri, 11 Feb 2011 12:05:43 -0800] rev 8327
7018506: CTW swallowing OOMs after symbol changes
Reviewed-by: kvn, iveresov, coleenp
twisti [Fri, 11 Feb 2011 03:17:53 -0800] rev 8326
7018673: Zero: 6953144, 6990754 and 7009756 made some changes which broke Zero
Reviewed-by: kvn, chrisphi, twisti
kvn [Thu, 10 Feb 2011 19:34:48 -0800] rev 8325
7018849: 7017124 fix broke VM build on some platforms
Summary: Use atomic load and store in inc_stat_counter() only on SPARC and X86.
Reviewed-by: iveresov
kvn [Thu, 10 Feb 2011 14:25:59 -0800] rev 8324
7017746: Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()
Summary: Add TEMP edges (and KILL projections) before duplicated operands are removed in Expand() methods.
Reviewed-by: never
twisti [Thu, 10 Feb 2011 00:47:59 -0800] rev 8323
7018277: JSR 292 change test/compiler/6987555/Test6987555.java to new MH syntax
Summary: test/compiler/6987555/Test6987555.java currently does not compile because the MH return-type syntax has changed.
Reviewed-by: never
iveresov [Wed, 09 Feb 2011 16:34:34 -0800] rev 8322
7017434: Tiered needs to support reprofiling
Summary: Tiered needs to support proper method reprofiling after deopts.
Reviewed-by: kvn