jrose [Wed, 27 Feb 2008 00:23:37 -0800] rev 203
6610906: inexplicable IncompatibleClassChangeError
Summary: dependency check must treat polymorphic interfaces consistently
Reviewed-by: kvn, never, sgoldman
kvn [Mon, 25 Feb 2008 15:05:44 -0800] rev 202
6633953: type2aelembytes{T_ADDRESS} should be 8 bytes in 64 bit VM
Summary: T_ADDRESS size is defined as 'int' size (4 bytes) but C2 use it for raw pointers and as memory type for StoreP and LoadP nodes.
Reviewed-by: jrose
kvn [Fri, 22 Feb 2008 17:55:13 -0800] rev 201
6650373: Assert in methodOopDesc::make_adapters()
Summary: AdapterHandlerLibrary::get_create_adapter_index() returns incorrect value (-2) when CodeCache is full.
Reviewed-by: sgoldman
kvn [Thu, 21 Feb 2008 19:03:44 -0800] rev 200
6498878: client compiler crashes on windows when dealing with breakpoint instructions
Summary: _is_compilable check prevents breakpoint bytecodes reversion when loading bytecodes for ciMethod.
Reviewed-by: never
kvn [Thu, 21 Feb 2008 14:03:41 -0800] rev 199
6621084: ciMethodBlocks::split_block_at() is broken for methods with exception handler
Summary: After an exception handler block is split the exception information is not moved to the new block which starts in exception handler BCI.
Reviewed-by: jrose
kvn [Wed, 20 Feb 2008 17:23:43 -0800] rev 198
6621094: PrintOptoAssembly is broken for oops information in DebugInfo
Summary: OopMapValue and VMRegImpl classes miss the virtual method print_on(st).
Reviewed-by: rasbold, jrose, never
kvn [Wed, 20 Feb 2008 16:19:43 -0800] rev 197
6614330: Node::dump(n) does not print full graph for specified depth.
Summary: A node is not processed in dump_nodes() if it was visited during processing previous inputs.
Reviewed-by: rasbold
kvn [Tue, 12 Feb 2008 18:37:50 -0800] rev 196
6621098: "* HeapWordSize" for TrackedInitializationLimit is missing
Summary: '* HeapWordSize' is missing in GraphKit::set_output_for_allocation()
Reviewed-by: rasbold, jrose, never
coleenp [Thu, 17 Jan 2008 13:38:17 -0800] rev 195
6646946: Kernel installation failed on Japanese and Chinese XP SP2 (VM part)
Summary: convert strings from Download Manager into native encoding in the VM
Reviewed-by: sbohne, never, phh, kamg, xlu
jcoomes [Thu, 06 Dec 2007 13:59:28 -0800] rev 194
6635560: segv in reference processor on t1000
Summary: Revert back to using the default page size for the card table
Reviewed-by: pbk, phh
phh [Wed, 05 Dec 2007 09:04:00 -0800] rev 193
6629887: 64-bit windows should not restrict default heap size to 1400m
Reviewed-by: jmasa, sbohne, ikrylov, xlu
rasbold [Wed, 05 Dec 2007 09:03:00 -0800] rev 192
6614036: REGRESSION: Java server x86 VM intermittently crash with SIGSEGV (0xb)
Summary: restore destination address in x86 32-bit checkcast_arraycopy stub
Reviewed-by: jrose, kvn, never
phh [Wed, 05 Dec 2007 09:02:00 -0800] rev 191
6621621: HashMap front cache should be enabled only with AggressiveOpts
Reviewed-by: sbohne, xlu
never [Wed, 05 Dec 2007 09:01:00 -0800] rev 190
6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long)
Reviewed-by: kvn, rasbold
dcubed [Wed, 05 Dec 2007 09:00:00 -0800] rev 189
6664627: Merge changes made only in hotspot 11 forward to jdk 7
Reviewed-by: jcoomes
jmasa [Tue, 11 Mar 2008 14:19:53 -0700] rev 188
6673975: Disable ZapUnusedHeapArea to reduce GC execution times of debug JVM's.
Summary: Mangling the unused space is having an adverse affect on testing with fastdebug builds so turn it off by default.
Reviewed-by: ysr, tonyp
jcoomes [Wed, 05 Mar 2008 17:37:04 -0800] rev 187
Merge
jmasa [Sun, 02 Mar 2008 16:10:12 -0800] rev 186
6557851: CMS: ergonomics defaults are not set with FLAG_SET_ERGO
Summary: Default values set by cms ergonomics are set with FLAG_SET_DEFAULT so down stream the values look like the default values and affect how later parameters are set. Set these values with FLAG_SET_ERGO instead and adjust how later parameters are interpreted.
Reviewed-by: iveresov, apetrusenko, pbk, ysr
ysr [Fri, 29 Feb 2008 14:42:56 -0800] rev 185
6668743: CMS: Consolidate block statistics reporting code
Summary: Reduce the amount of related code replication and improve pretty printing.
Reviewed-by: jmasa
ysr [Tue, 26 Feb 2008 15:57:49 -0800] rev 184
6621728: Heap inspection should not crash in the face of C-heap exhaustion
Summary: Deal more gracefully with situations where C-heap scratch space cannot be had
Reviewed-by: jmasa
jmasa [Fri, 22 Feb 2008 17:17:14 -0800] rev 183
6362677: Change parallel GC collector default number of parallel GC threads.
Summary: Use the same default number of GC threads as used by ParNewGC and ConcMarkSweepGC (i.e., the 5/8th rule).
Reviewed-by: ysr, tonyp
ysr [Thu, 21 Feb 2008 11:03:54 -0800] rev 182
6642634: Test nsk/regression/b6186200 crashed with SIGSEGV
Summary: Use correct allocation path in expand_and_allocate() so object's mark and p-bits are set as appropriate.
Reviewed-by: jmasa, pbk
jmasa [Wed, 20 Feb 2008 08:40:31 -0800] rev 181
6665445: Backout change to CardTableModRefBS::resize_covered_region()
Summary: Backed out part of cahnge for 6624765 because of nightly testing regressions. Reviewers below were for 6624765.
Reviewed-by: ysr, apetrusenko
ysr [Sat, 16 Feb 2008 22:41:20 -0800] rev 180
6621144: CMS: assertion failure "is_cms_thread == Thread::current()->is_ConcurrentGC_thread()"
Summary: Take lock conditionally (in asynchronous mode only) when updating the dead-object map.
Reviewed-by: jmasa
jmasa [Fri, 15 Feb 2008 07:01:10 -0800] rev 179
6624765: Guarantee failure "Unexpected dirty card found"
Summary: In verification take into account partial coverage of a region by a card and expansion of the card table.
Reviewed-by: ysr, apetrusenko
ysr [Tue, 12 Feb 2008 16:07:46 -0800] rev 178
6659981: +ParallelRefProcEnabled crashes on single core platform
Summary: Disable parallel reference processing when there are no worker threads
Reviewed-by: apetrusenko, pbk, jmasa, tonyp
jmasa [Mon, 11 Feb 2008 15:40:07 -0800] rev 177
6624782: Bigapps crashes during CMS precleaning.
Summary: Lowered optimization level for files instanceKlass.cpp and objArrayKlass.cpp
Reviewed-by: ysr
xdono [Wed, 09 Apr 2008 11:18:58 -0700] rev 176
Added tag jdk7-b25 for changeset 408b55da75b0
xdono [Wed, 09 Apr 2008 11:18:55 -0700] rev 175
Added tag jdk7-b25 for changeset 41658053480c
duke [Wed, 05 Jul 2017 16:34:33 +0200] rev 174
Added tag jdk7-b25 for changeset bf2517e15f0c
duke [Wed, 05 Jul 2017 16:34:33 +0200] rev 173
Merge
duke [Wed, 05 Jul 2017 16:34:30 +0200] rev 172
Merge