Thu, 10 Feb 2011 00:47:59 -0800 7018277: JSR 292 change test/compiler/6987555/Test6987555.java to new MH syntax
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
Wed, 09 Feb 2011 16:34:34 -0800 7017434: Tiered needs to support reprofiling
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
Tue, 08 Feb 2011 16:12:16 -0800 7014874: Incorrect COOPs modes on solaris-{sparcv9,amd64} with ParallelGC
kvn [Tue, 08 Feb 2011 16:12:16 -0800] rev 8321
7014874: Incorrect COOPs modes on solaris-{sparcv9,amd64} with ParallelGC Summary: Align old gen size down to keep specified heap size. Reviewed-by: ysr
Mon, 07 Feb 2011 10:34:39 -0800 7017124: Fix some VM stats to avoid 32-bit overflow
kvn [Mon, 07 Feb 2011 10:34:39 -0800] rev 8320
7017124: Fix some VM stats to avoid 32-bit overflow Summary: Added new method inc_stat_counter() to increment long statistic values and use atomic long load and store. Reviewed-by: dholmes, jrose, phh, never
Mon, 07 Feb 2011 10:25:39 -0800 7013538: Java memory leak with escape analysis
kvn [Mon, 07 Feb 2011 10:25:39 -0800] rev 8319
7013538: Java memory leak with escape analysis Summary: Don't allocate VectorSet iterator on C heap. Reuse resource storage in EA. Reviewed-by: never
Mon, 07 Feb 2011 09:46:01 -0800 7017240: C2: native memory leak in nsk/regression/b4675027 on windows-x86 in comp mode with G1
kvn [Mon, 07 Feb 2011 09:46:01 -0800] rev 8318
7017240: C2: native memory leak in nsk/regression/b4675027 on windows-x86 in comp mode with G1 Summary: Add ResourceMark into PhaseIdealLoop::build_and_optimize(). Reviewed-by: never
Tue, 01 Feb 2011 10:27:02 -0800 7014998: assert(is_T_family(features) == is_niagara(features)) failed: Niagara should be T series
kvn [Tue, 01 Feb 2011 10:27:02 -0800] rev 8317
7014998: assert(is_T_family(features) == is_niagara(features)) failed: Niagara should be T series Summary: Use substring search instead of compare and convert string to upper case before search. Reviewed-by: never, phh, iveresov
Tue, 01 Feb 2011 05:51:24 -0800 7012339: JSR 292 crash in G1SATBCardTableModRefBS::write_ref_field_pre_work()
twisti [Tue, 01 Feb 2011 05:51:24 -0800] rev 8316
7012339: JSR 292 crash in G1SATBCardTableModRefBS::write_ref_field_pre_work() Reviewed-by: jrose, never
Tue, 01 Feb 2011 03:38:44 -0800 7009309: JSR 292: compiler/6991596/Test6991596.java crashes on fastdebug JDK7/b122
twisti [Tue, 01 Feb 2011 03:38:44 -0800] rev 8315
7009309: JSR 292: compiler/6991596/Test6991596.java crashes on fastdebug JDK7/b122 Reviewed-by: kvn, never
Mon, 31 Jan 2011 17:48:21 -0800 6354181: nsk.logging.stress.threads.scmhml001 fails assertion in "src/share/vm/oops/instanceKlass.cpp, 111"
never [Mon, 31 Jan 2011 17:48:21 -0800] rev 8314
6354181: nsk.logging.stress.threads.scmhml001 fails assertion in "src/share/vm/oops/instanceKlass.cpp, 111" Reviewed-by: jrose, acorn
Mon, 21 Feb 2011 04:49:17 -0800 Merge
rottenha [Mon, 21 Feb 2011 04:49:17 -0800] rev 8313
Merge
Fri, 18 Feb 2011 18:26:17 -0500 7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM
coleenp [Fri, 18 Feb 2011 18:26:17 -0500] rev 8312
7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM Summary: Increase default SharedMiscDataSize Reviewed-by: dcubed, kamg
Wed, 16 Feb 2011 16:25:57 -0800 Merge
coleenp [Wed, 16 Feb 2011 16:25:57 -0800] rev 8311
Merge
Wed, 16 Feb 2011 17:12:31 -0500 7019689: Non-dependent name is found in dependent base class although it should be rejected
coleenp [Wed, 16 Feb 2011 17:12:31 -0500] rev 8310
7019689: Non-dependent name is found in dependent base class although it should be rejected Summary: fix hashtable.hpp to qualify non-dependant name with "this" Reviewed-by: phh, never, poonam Contributed-by: volker.simonis@gmail.com
Wed, 16 Feb 2011 11:34:44 -0500 6840152: JVM crashes when heavyweight monitors are used
coleenp [Wed, 16 Feb 2011 11:34:44 -0500] rev 8309
6840152: JVM crashes when heavyweight monitors are used Summary: Turn off biased locking if !UseFastLocking or UseHeavyMonitors options are requested. Reviewed-by: phh, never, dcubed, dholmes
Wed, 16 Feb 2011 01:42:00 -0500 Merge
dholmes [Wed, 16 Feb 2011 01:42:00 -0500] rev 8308
Merge
Mon, 14 Feb 2011 19:27:36 -0500 7018429: JPRT: Update Makefile to use ALT_JDK_TARGET_IMPORT_PATH for copying JDK
dholmes [Mon, 14 Feb 2011 19:27:36 -0500] rev 8307
7018429: JPRT: Update Makefile to use ALT_JDK_TARGET_IMPORT_PATH for copying JDK Summary: Set JDK_IMPORT_PATH to ALT_JDK_TARGET_IMPORT_PATH if it is defined Reviewed-by: phh, ohair
Tue, 15 Feb 2011 19:00:22 -0800 6954420: 2/4 jps shows "process information unavailable" sometimes
dcubed [Tue, 15 Feb 2011 19:00:22 -0800] rev 8306
6954420: 2/4 jps shows "process information unavailable" sometimes Summary: Make sure the backing store file is flushed in create_sharedmem_resources() and get_user_name_slow() no longer checks the size of the backing store file. Reviewed-by: briand, swamyv, acorn, poonam
Mon, 14 Feb 2011 03:19:33 -0800 Merge
rottenha [Mon, 14 Feb 2011 03:19:33 -0800] rev 8305
Merge
Sat, 12 Feb 2011 10:28:34 -0500 7019157: errorHandler doesn't compile with super old gcc without precompiled headers
coleenp [Sat, 12 Feb 2011 10:28:34 -0500] rev 8304
7019157: errorHandler doesn't compile with super old gcc without precompiled headers Summary: old gccs don't support precompiled headers so have to supply includes Reviewed-by: phh, kamg
Thu, 10 Feb 2011 13:03:22 +0100 7017824: Add support for creating 64-bit Visual Studio projects
sla [Thu, 10 Feb 2011 13:03:22 +0100] rev 8303
7017824: Add support for creating 64-bit Visual Studio projects Summary: Updated create.bat and ProjectCreator Reviewed-by: brutisso, stefank, ohair
Wed, 16 Feb 2011 17:26:20 -0800 Merge
trims [Wed, 16 Feb 2011 17:26:20 -0800] rev 8302
Merge
Mon, 14 Feb 2011 22:21:18 -0500 Merge
tonyp [Mon, 14 Feb 2011 22:21:18 -0500] rev 8301
Merge
Fri, 11 Feb 2011 14:15:16 +0100 7018257: jmm_DumpThreads allocates into permgen
stefank [Fri, 11 Feb 2011 14:15:16 +0100] rev 8300
7018257: jmm_DumpThreads allocates into permgen Summary: Don't allocate in permgen Reviewed-by: ysr, sla
Thu, 10 Feb 2011 14:48:07 -0800 7018302: newly added assert related to size of constantPoolOop causes secondary assertions or crashes
ysr [Thu, 10 Feb 2011 14:48:07 -0800] rev 8299
7018302: newly added assert related to size of constantPoolOop causes secondary assertions or crashes Summary: 6912621 used a raw oop in the newly added assert following an allocation attempt that could result in a GC. Reviewed-by: jmasa
Wed, 09 Feb 2011 09:43:02 -0800 7017008: G1: Turn on compressed oops by default.
johnc [Wed, 09 Feb 2011 09:43:02 -0800] rev 8298
7017008: G1: Turn on compressed oops by default. Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt. Reviewed-by: jcoomes, brutisso, tonyp
Tue, 08 Feb 2011 12:33:19 +0100 7014851: Remove unused parallel compaction code
stefank [Tue, 08 Feb 2011 12:33:19 +0100] rev 8297
7014851: Remove unused parallel compaction code Summary: Removed. Reviewed-by: jcoomes, brutisso
Mon, 07 Feb 2011 22:19:57 -0800 6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?")
ysr [Mon, 07 Feb 2011 22:19:57 -0800] rev 8296
6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?") Summary: Fix block_size_if_printezis_bits() so it does not expect the bits, only uses them when available. Fix block_size_no_stall() so it does not stall when the bits are missing such cases, letting the caller deal with zero size returns. Constant pool cache oops do not need to be unparsable or conc_unsafe after their klass pointer is installed. Some cosmetic clean-ups and some assertion checking for conc-usafety which, in the presence of class file redefinition, has no a-priori time boundedness, so all GCs must be able to safely deal with putatively conc-unsafe objects in a stop-world pause. Reviewed-by: jmasa, johnc
Thu, 03 Feb 2011 20:49:09 -0800 7015169: GC Cause not always set
brutisso [Thu, 03 Feb 2011 20:49:09 -0800] rev 8295
7015169: GC Cause not always set Summary: Sometimes the gc cause was not always set. This caused JStat to print the wrong information. Reviewed-by: tonyp, ysr Contributed-by: suenaga.yasumasa@oss.ntt.co.jp
Sat, 12 Feb 2011 10:28:34 -0500 7022659: errorHandler doesn't compile without precompiled headers
coleenp [Sat, 12 Feb 2011 10:28:34 -0500] rev 8294
7022659: errorHandler doesn't compile without precompiled headers Summary: add proper includes in errorHandler.hpp Reviewed-by: phh, kamg
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip