Mon, 14 Feb 2011 14:36:29 -0800 Merge
kvn [Mon, 14 Feb 2011 14:36:29 -0800] rev 8330
Merge
Mon, 14 Feb 2011 11:46:58 -0800 7018101: os::dll_address_to_function_name returning wrong answers in 64 bit
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
Mon, 14 Feb 2011 03:21:18 -0800 7018378: JSR 292: _bound_int_mh produces wrong result on 64-bit SPARC
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
Fri, 11 Feb 2011 12:05:43 -0800 7018506: CTW swallowing OOMs after symbol changes
never [Fri, 11 Feb 2011 12:05:43 -0800] rev 8327
7018506: CTW swallowing OOMs after symbol changes Reviewed-by: kvn, iveresov, coleenp
Fri, 11 Feb 2011 03:17:53 -0800 7018673: Zero: 6953144, 6990754 and 7009756 made some changes which broke Zero
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
Thu, 10 Feb 2011 19:34:48 -0800 7018849: 7017124 fix broke VM build on some platforms
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
Thu, 10 Feb 2011 14:25:59 -0800 7017746: Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()
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
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
(0) -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip