hg: hsx/hsx23.2/hotspot: 218 new changesets
Alejandro E Murillo
alejandro.murillo at oracle.com
Fri Jun 29 21:29:53 PDT 2012
Hi David,
They come down from 7U6/Hotspot (those made there from 7U5/Hotspot)
Thanks
Alejandro
On 6/29/2012 8:04 PM, David Holmes wrote:
> Hi Alejandro,
>
> What are we seeing here? Where did these changesets come from?
>
> Thanks,
> David
>
> On 30/06/2012 11:48 AM, alejandro.murillo at oracle.com wrote:
>> Changeset: fe189d4a44e9
>> Author: katleman
>> Date: 2011-05-25 13:31 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/fe189d4a44e9
>>
>> 7044486: open jdk repos have files with incorrect copyright headers,
>> which can end up in src bundles
>> Reviewed-by: ohair, trims
>>
>> ! agent/src/share/classes/sun/jvm/hotspot/runtime/ServiceThread.java
>> ! make/linux/README
>> ! make/windows/projectfiles/kernel/Makefile
>> ! src/cpu/x86/vm/vm_version_x86.cpp
>> ! src/cpu/x86/vm/vm_version_x86.hpp
>> ! src/os_cpu/solaris_sparc/vm/solaris_sparc.s
>> ! src/share/tools/hsdis/README
>> ! src/share/vm/gc_implementation/g1/heapRegionSet.hpp
>> ! src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp
>> ! src/share/vm/gc_implementation/g1/heapRegionSets.hpp
>> ! src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
>> ! src/share/vm/utilities/yieldingWorkgroup.cpp
>>
>> Changeset: d920485ae93b
>> Author: schien
>> Date: 2011-05-26 20:19 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/d920485ae93b
>>
>> Added tag jdk7-b144 for changeset fe189d4a44e9
>>
>> ! .hgtags
>>
>> Changeset: 2d4b2b833d29
>> Author: coleenp
>> Date: 2011-05-27 15:04 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/2d4b2b833d29
>>
>> 7033141: assert(has_cp_cache(i)) failed: oob
>> Summary: Unrewrite bytecodes for OOM error allocating the constant
>> pool cache.
>> Reviewed-by: dcubed, acorn, never
>>
>> ! src/share/vm/interpreter/rewriter.cpp
>> ! src/share/vm/interpreter/rewriter.hpp
>> ! src/share/vm/oops/instanceKlass.cpp
>> ! src/share/vm/oops/instanceKlass.hpp
>> ! src/share/vm/oops/methodOop.cpp
>> ! src/share/vm/prims/jvmtiRedefineClasses.cpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>>
>> Changeset: 8cbcd406c42e
>> Author: ysr
>> Date: 2011-05-27 15:05 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8cbcd406c42e
>>
>> 7042740: CMS: assert(n> q) failed: Looping at: ...
>> blockOffsetTable.cpp:557
>> Summary: Do a one-step look-ahead, when sweeping free or garbage
>> blocks, to avoid overstepping sweep limit, which may become a
>> non-block-boundary because of a heap expansion delta coalescing with
>> a previously co-terminal free block.
>> Reviewed-by: brutisso, tonyp
>>
>> !
>> src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
>> !
>> src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
>> !
>> src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
>> ! src/share/vm/memory/blockOffsetTable.cpp
>>
>> Changeset: b36598cf2c62
>> Author: jcoomes
>> Date: 2011-05-27 23:55 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b36598cf2c62
>>
>> Merge
>>
>>
>> Changeset: 472fc37e14a9
>> Author: jcoomes
>> Date: 2011-05-27 23:55 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/472fc37e14a9
>>
>> 7049385: Bump the HS21 build number to 15
>> Summary: Update the HS21 build number to 15
>> Reviewed-by: trims
>>
>> ! make/hotspot_version
>>
>> Changeset: 1aa57c62d0e4
>> Author: jeff
>> Date: 2011-05-27 15:01 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/1aa57c62d0e4
>>
>> 7045697: JDK7 THIRD PARTY README update
>> Reviewed-by: lana
>>
>> ! THIRD_PARTY_README
>>
>> Changeset: 63d3fb179034
>> Author: lana
>> Date: 2011-06-02 13:37 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/63d3fb179034
>>
>> Merge
>>
>>
>> Changeset: 9340a27154cb
>> Author: kvn
>> Date: 2011-05-25 21:17 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/9340a27154cb
>>
>> 7048332: Cadd_cmpLTMask doesn't handle 64-bit tmp register properly
>> Summary: Use ins_encode %{ %} form to encode cadd_cmpLTMask()
>> instruction and remove unused code.
>> Reviewed-by: never
>>
>> ! src/cpu/x86/vm/x86_64.ad
>> + test/compiler/7048332/Test7048332.java
>>
>> Changeset: ea0da5474c23
>> Author: kvn
>> Date: 2011-05-27 12:47 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ea0da5474c23
>>
>> 7047069: Array can dynamically change size when assigned to an object
>> field
>> Summary: Fix initialization of a newly-allocated array with arraycopy
>> Reviewed-by: never
>>
>> ! src/share/vm/opto/library_call.cpp
>> + test/compiler/7047069/Test7047069.java
>>
>> Changeset: 88559690c95a
>> Author: never
>> Date: 2011-05-26 14:44 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/88559690c95a
>>
>> 7047961: JSR 292 MethodHandleWalk swap args doesn't handle T_LONG and
>> T_DOUBLE properly
>> Reviewed-by: kvn, jrose
>>
>> ! src/share/vm/prims/methodHandleWalk.cpp
>> ! src/share/vm/prims/methodHandleWalk.hpp
>> ! src/share/vm/prims/methodHandles.cpp
>>
>> Changeset: 442ef93966a9
>> Author: iveresov
>> Date: 2011-05-26 13:15 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/442ef93966a9
>>
>> 7047491: C1: registers saved incorrectly when calling
>> checkcast_arraycopy stub
>> Summary: Save and restore the argument registers around the call to
>> checkcast_arraycopy
>> Reviewed-by: never, roland
>>
>> ! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
>>
>> Changeset: 3f7a95be91ef
>> Author: iveresov
>> Date: 2011-06-01 12:15 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3f7a95be91ef
>>
>> Merge
>>
>>
>> Changeset: 7c907a50c1bb
>> Author: iveresov
>> Date: 2011-06-01 14:46 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7c907a50c1bb
>>
>> Merge
>>
>>
>> Changeset: f88fb2fa90cf
>> Author: kvn
>> Date: 2011-05-31 10:05 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f88fb2fa90cf
>>
>> 6956668: misbehavior of XOR operator (^) with int
>> Summary: optimize cmp_ne(xor(X,1),0) to cmp_eq(X,0) only for boolean
>> values X.
>> Reviewed-by: never
>>
>> ! src/share/vm/opto/subnode.cpp
>> + test/compiler/6956668/Test6956668.java
>>
>> Changeset: ba550512d3b2
>> Author: jrose
>> Date: 2011-06-01 23:25 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ba550512d3b2
>>
>> 7049415: Failure of resolution of sym.reference to the c.s.s. should
>> be wrapped in BootstrapMethodError
>> Summary: Delegate invokedynamic linkage errors to
>> MethodHandleNatives.raiseException.
>> Reviewed-by: never
>>
>> ! src/share/vm/classfile/systemDictionary.hpp
>> ! src/share/vm/classfile/vmSymbols.hpp
>> ! src/share/vm/interpreter/linkResolver.cpp
>> ! src/share/vm/prims/methodHandles.cpp
>> ! src/share/vm/prims/methodHandles.hpp
>>
>> Changeset: c76d5f44a3fe
>> Author: jrose
>> Date: 2011-06-01 23:25 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c76d5f44a3fe
>>
>> 7049410: JSR 292 old method name MethodHandle.invokeGeneric should
>> not be accepted by the JVM
>> Summary: change the default setting of the flag AllowInvokeGeneric to
>> false
>> Reviewed-by: never
>>
>> ! src/share/vm/runtime/globals.hpp
>>
>> Changeset: deaa3ce90583
>> Author: coleenp
>> Date: 2011-06-02 14:17 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/deaa3ce90583
>>
>> 7049928: VM crashes with "assert(_adapter != NULL) failed: must have"
>> at methodOop.cpp:63
>> Summary: Removed extra change from another bug fix that caused this
>> regression
>> Reviewed-by: phh, dcubed, kvn, kamg, never
>>
>> ! src/share/vm/oops/methodOop.cpp
>>
>> Changeset: e5ae807761b8
>> Author: trims
>> Date: 2011-06-03 17:09 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e5ae807761b8
>>
>> Added tag hs21-b14 for changeset 62f39d40ebf1
>>
>> ! .hgtags
>>
>> Changeset: 82a81d5c5700
>> Author: trims
>> Date: 2011-06-03 20:13 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/82a81d5c5700
>>
>> Merge
>>
>>
>> Changeset: 48ceeec759b6
>> Author: schien
>> Date: 2011-06-07 14:00 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/48ceeec759b6
>>
>> Added tag jdk7-b145 for changeset 82a81d5c5700
>>
>> ! .hgtags
>>
>> Changeset: 12537a93a848
>> Author: asaha
>> Date: 2011-04-08 21:37 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/12537a93a848
>>
>> Merge
>>
>>
>> Changeset: 540930dc854d
>> Author: kamg
>> Date: 2011-04-12 16:42 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/540930dc854d
>>
>> 7020373: JSR rewriting can overflow memory address size variables
>> Summary: Abort if incoming classfile's parameters would cause overflows
>> Reviewed-by: coleenp, dcubed, never
>>
>> ! src/share/vm/oops/generateOopMap.cpp
>> + test/runtime/7020373/Test7020373.sh
>> + test/runtime/7020373/testcase.jar
>>
>> Changeset: f0914807c671
>> Author: asaha
>> Date: 2011-04-20 07:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f0914807c671
>>
>> Merge
>>
>>
>> Changeset: bad27cd3f646
>> Author: asaha
>> Date: 2011-04-21 08:12 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/bad27cd3f646
>>
>> Merge
>>
>>
>> Changeset: 5e00ed79c8bb
>> Author: asaha
>> Date: 2011-04-21 16:38 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/5e00ed79c8bb
>>
>> Merge
>>
>>
>> Changeset: c97b08c7d72a
>> Author: asaha
>> Date: 2011-04-21 22:07 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c97b08c7d72a
>>
>> Merge
>>
>>
>> Changeset: 5def270bc147
>> Author: zgu
>> Date: 2011-04-15 09:34 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/5def270bc147
>>
>> 7016797: Hotspot: securely/restrictive load dlls and new API for
>> loading system dlls
>> Summary: Created Windows Dll wrapped to handle jdk6 and jdk7 platform
>> requirements, also provided more restictive Dll search orders for
>> Windows system Dlls.
>> Reviewed-by: acorn, dcubed, ohair, alanb
>>
>> ! make/windows/makefiles/compile.make
>> ! src/os/windows/vm/decoder_windows.cpp
>> ! src/os/windows/vm/jvm_windows.h
>> ! src/os/windows/vm/os_windows.cpp
>> ! src/os/windows/vm/os_windows.hpp
>>
>> Changeset: 089aee76df10
>> Author: asaha
>> Date: 2011-05-04 16:38 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/089aee76df10
>>
>> Merge
>>
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: ba2db55ddf8b
>> Author: asaha
>> Date: 2011-05-05 22:28 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ba2db55ddf8b
>>
>> Merge
>>
>> - make/linux/makefiles/cscope.make
>> - make/solaris/makefiles/cscope.make
>>
>> Changeset: 66c17ec20ee2
>> Author: asaha
>> Date: 2011-05-06 14:32 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/66c17ec20ee2
>>
>> Merge
>>
>>
>> Changeset: 7c948af3e651
>> Author: asaha
>> Date: 2011-05-24 11:09 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7c948af3e651
>>
>> Merge
>>
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: ec7055a259a6
>> Author: asaha
>> Date: 2011-05-26 17:24 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ec7055a259a6
>>
>> Merge
>>
>>
>> Changeset: 8d5208b557b3
>> Author: asaha
>> Date: 2011-05-26 21:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8d5208b557b3
>>
>> Merge
>>
>>
>> Changeset: 7bf54248da9f
>> Author: asaha
>> Date: 2011-06-06 10:18 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7bf54248da9f
>>
>> Merge
>>
>>
>> Changeset: a983caeb2b3e
>> Author: asaha
>> Date: 2011-06-03 07:53 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a983caeb2b3e
>>
>> Merge
>>
>>
>> Changeset: 0e9653efc6ea
>> Author: asaha
>> Date: 2011-06-06 10:55 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/0e9653efc6ea
>>
>> Merge
>>
>>
>> Changeset: a884a8b0ec6d
>> Author: asaha
>> Date: 2011-06-15 14:59 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a884a8b0ec6d
>>
>> 7055247: Ignore test of # 7020373
>> Reviewed-by: dcubed
>>
>> ! test/runtime/7020373/Test7020373.sh
>>
>> Changeset: 9d7c66d9a203
>> Author: lana
>> Date: 2011-06-15 16:04 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/9d7c66d9a203
>>
>> Merge
>>
>>
>> Changeset: f56542cb325a
>> Author: never
>> Date: 2011-06-02 13:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f56542cb325a
>>
>> 7050554: JSR 292 - need optimization for selectAlternative
>> Reviewed-by: kvn, jrose
>>
>> ! src/share/vm/ci/ciCallProfile.hpp
>> ! src/share/vm/ci/ciMethodHandle.cpp
>> ! src/share/vm/ci/ciMethodHandle.hpp
>> ! src/share/vm/compiler/compileBroker.cpp
>> ! src/share/vm/opto/callGenerator.cpp
>> ! src/share/vm/opto/callGenerator.hpp
>> ! src/share/vm/opto/doCall.cpp
>>
>> Changeset: f7d55ea6ee56
>> Author: never
>> Date: 2011-06-03 22:31 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f7d55ea6ee56
>>
>> 7045514: SPARC assembly code for JSR 292 ricochet frames
>> Reviewed-by: kvn, jrose
>>
>> ! src/cpu/sparc/vm/assembler_sparc.cpp
>> ! src/cpu/sparc/vm/assembler_sparc.hpp
>> ! src/cpu/sparc/vm/assembler_sparc.inline.hpp
>> ! src/cpu/sparc/vm/frame_sparc.cpp
>> ! src/cpu/sparc/vm/methodHandles_sparc.cpp
>> + src/cpu/sparc/vm/methodHandles_sparc.hpp
>> ! src/cpu/sparc/vm/registerMap_sparc.hpp
>> ! src/cpu/sparc/vm/runtime_sparc.cpp
>> ! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
>> ! src/cpu/sparc/vm/stubRoutines_sparc.hpp
>> ! src/cpu/sparc/vm/templateInterpreter_sparc.cpp
>> ! src/cpu/x86/vm/assembler_x86.cpp
>> ! src/cpu/x86/vm/methodHandles_x86.cpp
>> ! src/cpu/x86/vm/methodHandles_x86.hpp
>> ! src/cpu/x86/vm/runtime_x86_32.cpp
>> ! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
>> ! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
>> ! src/cpu/x86/vm/stubRoutines_x86_32.hpp
>> ! src/cpu/x86/vm/stubRoutines_x86_64.hpp
>> ! src/share/vm/compiler/oopMap.cpp
>> ! src/share/vm/opto/runtime.cpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>> ! src/share/vm/prims/methodHandleWalk.hpp
>> ! src/share/vm/prims/methodHandles.cpp
>> ! src/share/vm/prims/methodHandles.hpp
>> ! src/share/vm/runtime/sharedRuntime.cpp
>> ! src/share/vm/runtime/sharedRuntime.hpp
>>
>> Changeset: 293f68bda347
>> Author: kvn
>> Date: 2011-06-04 10:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/293f68bda347
>>
>> 7050280: assert(u->as_Unlock()->is_eliminated()) failed: sanity
>> Summary: Mark all associated (same box and obj) lock and unlock nodes
>> for elimination if some of them marked already.
>> Reviewed-by: iveresov, never
>>
>> ! src/share/vm/opto/escape.cpp
>> ! src/share/vm/opto/macro.cpp
>> ! src/share/vm/opto/macro.hpp
>>
>> Changeset: 14d3cdeabc9f
>> Author: trims
>> Date: 2011-06-07 16:40 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/14d3cdeabc9f
>>
>> Added tag hs21-b15 for changeset 82a81d5c5700
>>
>> ! .hgtags
>>
>> Changeset: 67c0f5f5deac
>> Author: trims
>> Date: 2011-06-07 16:44 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/67c0f5f5deac
>>
>> Merge
>>
>>
>> Changeset: 07c2e7ffd1fc
>> Author: jrose
>> Date: 2011-06-08 17:04 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/07c2e7ffd1fc
>>
>> 7047697: MethodHandle.invokeExact call for wrong method causes VM
>> failure if run with -Xcomp
>> Reviewed-by: never, twisti
>>
>> ! src/cpu/x86/vm/assembler_x86.cpp
>> ! src/cpu/x86/vm/assembler_x86.hpp
>> ! src/cpu/x86/vm/frame_x86.inline.hpp
>> ! src/cpu/x86/vm/methodHandles_x86.cpp
>> ! src/share/vm/code/pcDesc.cpp
>>
>> Changeset: 15e7628f9e92
>> Author: trims
>> Date: 2011-06-16 19:26 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/15e7628f9e92
>>
>> Merge
>>
>>
>> Changeset: fc043ce2136c
>> Author: trims
>> Date: 2011-06-16 19:26 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/fc043ce2136c
>>
>> 7055788: Bump the HS21 build number to 16
>> Summary: Update the HS21 build number to 16
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: a9b8b43b115f
>> Author: never
>> Date: 2011-06-14 14:41 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a9b8b43b115f
>>
>> 7052219: JSR 292: Crash in ~BufferBlob::MethodHandles adapters
>> Reviewed-by: twisti, kvn, jrose
>>
>> ! src/cpu/sparc/vm/methodHandles_sparc.cpp
>> ! src/cpu/x86/vm/methodHandles_x86.cpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>> ! src/share/vm/prims/methodHandles.cpp
>> ! src/share/vm/prims/methodHandles.hpp
>> ! src/share/vm/runtime/globals.hpp
>> ! src/share/vm/runtime/stubCodeGenerator.cpp
>> ! src/share/vm/runtime/stubCodeGenerator.hpp
>>
>> Changeset: 3275a6560cf7
>> Author: twisti
>> Date: 2011-06-14 12:25 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3275a6560cf7
>>
>> 7053520: JSR292: crash in invokedynamic with C1 using tiered and
>> compressed oops
>> Reviewed-by: iveresov, never
>>
>> ! src/share/vm/c1/c1_LIRGenerator.cpp
>>
>> Changeset: 38fa55e5e792
>> Author: never
>> Date: 2011-06-16 13:46 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/38fa55e5e792
>>
>> 7055355: JSR 292: crash while throwing WrongMethodTypeException
>> Reviewed-by: jrose, twisti, bdelsart
>>
>> ! src/cpu/sparc/vm/methodHandles_sparc.cpp
>> ! src/cpu/sparc/vm/stubGenerator_sparc.cpp
>> ! src/cpu/sparc/vm/templateInterpreter_sparc.cpp
>> ! src/cpu/x86/vm/methodHandles_x86.cpp
>> ! src/cpu/x86/vm/stubGenerator_x86_32.cpp
>> ! src/cpu/x86/vm/stubGenerator_x86_64.cpp
>> ! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
>> ! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
>> ! src/cpu/zero/vm/cppInterpreter_zero.cpp
>> ! src/share/vm/interpreter/interpreterRuntime.cpp
>> ! src/share/vm/interpreter/interpreterRuntime.hpp
>> ! src/share/vm/interpreter/templateInterpreter.cpp
>> ! src/share/vm/interpreter/templateInterpreterGenerator.hpp
>> ! src/share/vm/prims/methodHandles.cpp
>> ! src/share/vm/runtime/sharedRuntime.cpp
>> ! src/share/vm/runtime/sharedRuntime.hpp
>> ! src/share/vm/runtime/stubRoutines.cpp
>> ! src/share/vm/runtime/stubRoutines.hpp
>>
>> Changeset: 72701f797a7c
>> Author: schien
>> Date: 2011-06-20 16:25 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/72701f797a7c
>>
>> Added tag jdk7-b146 for changeset 38fa55e5e792
>>
>> ! .hgtags
>>
>> Changeset: f6ba9007b2c6
>> Author: jeff
>> Date: 2011-06-22 10:10 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f6ba9007b2c6
>>
>> 7057046: Add embedded license to THIRD PARTY README
>> Reviewed-by: lana
>>
>> ! THIRD_PARTY_README
>>
>> Changeset: 5bb91b0db2c9
>> Author: lana
>> Date: 2011-06-22 12:40 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/5bb91b0db2c9
>>
>> Merge
>>
>>
>> Changeset: 49d1ee0f1f0c
>> Author: trims
>> Date: 2011-06-21 02:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/49d1ee0f1f0c
>>
>> Added tag hs21-b16 for changeset 38fa55e5e792
>>
>> ! .hgtags
>>
>> Changeset: 782e2bb60c41
>> Author: kvn
>> Date: 2011-06-20 16:45 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/782e2bb60c41
>>
>> 7052494: Eclipse test fails on JDK 7 b142
>> Summary: Keep 'ne' test in Counted loop when we can't guarantee
>> during compilation that init< limit.
>> Reviewed-by: never
>>
>> ! src/share/vm/opto/loopTransform.cpp
>> ! src/share/vm/opto/loopnode.cpp
>> + test/compiler/7052494/Test7052494.java
>>
>> Changeset: a3081a3a2b54
>> Author: never
>> Date: 2011-06-21 09:04 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a3081a3a2b54
>>
>> 7056380: VM crashes with SIGSEGV in compiled code
>> Summary: code was using andq reg, imm instead of addq addr, imm
>> Reviewed-by: kvn, jrose, twisti
>>
>> ! src/cpu/x86/vm/assembler_x86.cpp
>> ! src/cpu/x86/vm/assembler_x86.hpp
>> ! src/cpu/x86/vm/x86_64.ad
>>
>> Changeset: 393e144bb99b
>> Author: never
>> Date: 2011-06-22 14:45 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/393e144bb99b
>>
>> 7057587: JSR 292 - crash with jruby in test/test_respond_to.rb
>> Summary: don't skip receiver when GC'ing compiled invokedynamic
>> callsites
>> Reviewed-by: twisti, kvn, jrose
>>
>> ! src/share/vm/code/nmethod.cpp
>> ! src/share/vm/opto/bytecodeInfo.cpp
>> ! src/share/vm/opto/doCall.cpp
>> ! src/share/vm/opto/parse.hpp
>>
>> Changeset: b3a485ccfe86
>> Author: trims
>> Date: 2011-06-23 22:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b3a485ccfe86
>>
>> Merge
>>
>>
>> Changeset: e9b51b4bdcc7
>> Author: trims
>> Date: 2011-06-23 22:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e9b51b4bdcc7
>>
>> 7057556: Bump the HS21 build number to 17
>> Summary: Update the HS21 build number to 17
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: 81d815b05abb
>> Author: jrose
>> Date: 2011-06-23 17:14 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/81d815b05abb
>>
>> 7056328: JSR 292 invocation sometimes fails in adapters for types not
>> on boot class path
>> Reviewed-by: never
>>
>> ! src/cpu/sparc/vm/templateTable_sparc.cpp
>> ! src/cpu/x86/vm/templateTable_x86_32.cpp
>> ! src/cpu/x86/vm/templateTable_x86_64.cpp
>> ! src/share/vm/ci/ciEnv.cpp
>> ! src/share/vm/ci/ciEnv.hpp
>> ! src/share/vm/ci/ciField.cpp
>> ! src/share/vm/ci/ciMethod.cpp
>> ! src/share/vm/ci/ciMethodHandle.cpp
>> ! src/share/vm/ci/ciObjArrayKlass.cpp
>> ! src/share/vm/ci/ciSignature.cpp
>> ! src/share/vm/ci/ciSignature.hpp
>> ! src/share/vm/classfile/javaClasses.cpp
>> ! src/share/vm/classfile/javaClasses.hpp
>> ! src/share/vm/classfile/systemDictionary.cpp
>> ! src/share/vm/interpreter/linkResolver.cpp
>> ! src/share/vm/oops/constantPoolKlass.cpp
>> ! src/share/vm/oops/constantPoolOop.cpp
>> ! src/share/vm/oops/constantPoolOop.hpp
>> ! src/share/vm/oops/cpCacheOop.cpp
>> ! src/share/vm/oops/cpCacheOop.hpp
>> ! src/share/vm/oops/methodOop.cpp
>> ! src/share/vm/oops/methodOop.hpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>> ! src/share/vm/prims/methodHandleWalk.hpp
>> ! src/share/vm/prims/methodHandles.cpp
>> ! src/share/vm/prims/methodHandles.hpp
>>
>> Changeset: 684b3ad7bfbc
>> Author: schien
>> Date: 2011-06-27 13:21 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/684b3ad7bfbc
>>
>> Added tag jdk7-b147 for changeset 81d815b05abb
>>
>> ! .hgtags
>>
>> Changeset: 9b0ca45cd756
>> Author: trims
>> Date: 2011-06-28 10:57 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/9b0ca45cd756
>>
>> Added tag hs21-b17 for changeset 81d815b05abb
>>
>> ! .hgtags
>>
>> Changeset: 790b18399cd4
>> Author: schien
>> Date: 2011-07-21 12:40 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/790b18399cd4
>>
>> Added tag jdk7u2-b01 for changeset 9b0ca45cd756
>>
>> ! .hgtags
>>
>> Changeset: 303a4d63b484
>> Author: jcoomes
>> Date: 2011-08-23 21:11 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/303a4d63b484
>>
>> 7082689: allow duplicate bug ids in jdk7u repos
>> Reviewed-by: johnc
>>
>> ! .jcheck/conf
>>
>> Changeset: 8580b4f22e29
>> Author: jcoomes
>> Date: 2011-08-23 21:17 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8580b4f22e29
>>
>> Merge
>>
>> ! .jcheck/conf
>> -
>> agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastAAccess0.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeFastIAccess0.java
>> ! make/hotspot_version
>> ! src/cpu/x86/vm/vm_version_x86.cpp
>> ! src/cpu/x86/vm/vm_version_x86.hpp
>> ! src/os/windows/vm/os_windows.cpp
>> ! src/share/tools/hsdis/README
>> ! src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>>
>> Changeset: 2c820a7d4f30
>> Author: schien
>> Date: 2011-08-30 10:20 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/2c820a7d4f30
>>
>> Added tag jdk7u2-b04 for changeset 8580b4f22e29
>>
>> ! .hgtags
>>
>> Changeset: e012eb9e136d
>> Author: schien
>> Date: 2011-08-31 15:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e012eb9e136d
>>
>> Added tag jdk7u2-b05 for changeset 2c820a7d4f30
>>
>> ! .hgtags
>>
>> Changeset: 45485117e6b9
>> Author: jcoomes
>> Date: 2011-09-06 21:29 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/45485117e6b9
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 43252bd4c09d
>> Author: jcoomes
>> Date: 2011-09-06 21:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/43252bd4c09d
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 8bab8fb7adb0
>> Author: schien
>> Date: 2011-09-08 16:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8bab8fb7adb0
>>
>> Added tag jdk7u2-b06 for changeset 43252bd4c09d
>>
>> ! .hgtags
>>
>> Changeset: 299ef5b2915d
>> Author: schien
>> Date: 2011-09-14 13:23 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/299ef5b2915d
>>
>> Added tag jdk7u2-b07 for changeset 8bab8fb7adb0
>>
>> ! .hgtags
>>
>> Changeset: 8035e71ac3f6
>> Author: jcoomes
>> Date: 2011-09-19 13:17 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8035e71ac3f6
>>
>> Merge
>>
>> ! .hgtags
>> - agent/src/os/solaris/dbx/Makefile
>> - agent/src/os/solaris/dbx/README
>> - agent/src/os/solaris/dbx/README-commands.txt
>> - agent/src/os/solaris/dbx/helloWorld.cpp
>> - agent/src/os/solaris/dbx/proc_service_2.h
>> - agent/src/os/solaris/dbx/shell_imp.h
>> - agent/src/os/solaris/dbx/svc_agent_dbx.cpp
>> - agent/src/os/solaris/dbx/svc_agent_dbx.hpp
>> - agent/src/os/win32/BasicList.hpp
>> - agent/src/os/win32/Buffer.cpp
>> - agent/src/os/win32/Buffer.hpp
>> - agent/src/os/win32/Dispatcher.cpp
>> - agent/src/os/win32/Dispatcher.hpp
>> - agent/src/os/win32/Handler.hpp
>> - agent/src/os/win32/IOBuf.cpp
>> - agent/src/os/win32/IOBuf.hpp
>> - agent/src/os/win32/LockableList.hpp
>> - agent/src/os/win32/Makefile
>> - agent/src/os/win32/Message.hpp
>> - agent/src/os/win32/Monitor.cpp
>> - agent/src/os/win32/Monitor.hpp
>> - agent/src/os/win32/README-commands.txt
>> - agent/src/os/win32/README.txt
>> - agent/src/os/win32/Reaper.cpp
>> - agent/src/os/win32/Reaper.hpp
>> - agent/src/os/win32/SwDbgSrv.cpp
>> - agent/src/os/win32/SwDbgSrv.dsp
>> - agent/src/os/win32/SwDbgSrv.dsw
>> - agent/src/os/win32/SwDbgSub.cpp
>> - agent/src/os/win32/SwDbgSub.dsp
>> - agent/src/os/win32/initWinsock.cpp
>> - agent/src/os/win32/initWinsock.hpp
>> - agent/src/os/win32/ioUtils.cpp
>> - agent/src/os/win32/ioUtils.hpp
>> - agent/src/os/win32/isNT4.cpp
>> - agent/src/os/win32/isNT4.hpp
>> - agent/src/os/win32/libInfo.cpp
>> - agent/src/os/win32/libInfo.hpp
>> - agent/src/os/win32/nt4internals.cpp
>> - agent/src/os/win32/nt4internals.hpp
>> - agent/src/os/win32/ports.h
>> - agent/src/os/win32/procList.cpp
>> - agent/src/os/win32/procList.hpp
>> - agent/src/os/win32/serverLists.cpp
>> - agent/src/os/win32/serverLists.hpp
>> - agent/src/os/win32/toolHelp.cpp
>> - agent/src/os/win32/toolHelp.hpp
>> - agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxAddress.java
>> - agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebugger.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxDebuggerLocal.java
>> - agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxOopHandle.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/DbxThreadFactory.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThread.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadContext.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/sparc/DbxSPARCThreadFactory.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86Thread.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadContext.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/dbx/x86/DbxX86ThreadFactory.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/AddressDataSource.java
>> - agent/src/share/classes/sun/jvm/hotspot/debugger/win32/DLL.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestDebugger.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/TestHelloWorld.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Address.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugInfoBuilder.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32CDebugger.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Debugger.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32DebuggerLocal.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntry.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32LDTEntryConstants.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32OopHandle.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32Thread.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/debugger/win32/Win32ThreadContext.java
>> - agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64Frame.java
>> -
>> agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/AMD64RegisterMap.java
>> ! make/hotspot_version
>> - make/solaris/makefiles/mapfile-vers-nonproduct
>> ! src/os/windows/vm/os_windows.cpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>> - src/share/vm/runtime/reflectionCompat.hpp
>>
>> Changeset: 17a87e00a541
>> Author: schien
>> Date: 2011-09-22 06:56 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/17a87e00a541
>>
>> Added tag jdk7u2-b08 for changeset 8035e71ac3f6
>>
>> ! .hgtags
>>
>> Changeset: 2c37082ade92
>> Author: cl
>> Date: 2011-10-25 13:50 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/2c37082ade92
>>
>> Added tag jdk7u2-b10 for changeset 17a87e00a541
>>
>> ! .hgtags
>>
>> Changeset: 92be6a664a86
>> Author: jcoomes
>> Date: 2011-10-26 12:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/92be6a664a86
>>
>> 7105275: wrong tag added to jdk7u master repos
>> Reviewed-by: asaha
>>
>> ! .hgtags
>>
>> Changeset: 7e508fbcb950
>> Author: jcoomes
>> Date: 2011-10-27 12:21 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7e508fbcb950
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> - make/templates/bsd-header
>> ! src/cpu/x86/vm/vm_version_x86.cpp
>> ! src/os/windows/vm/os_windows.cpp
>> ! src/share/vm/prims/methodHandleWalk.cpp
>>
>> Changeset: b6d9d5bbea50
>> Author: katleman
>> Date: 2011-11-16 16:09 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b6d9d5bbea50
>>
>> Added tag jdk7u4-b01 for changeset 7e508fbcb950
>>
>> ! .hgtags
>>
>> Changeset: 35aadd2e739b
>> Author: jcoomes
>> Date: 2011-11-18 19:19 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/35aadd2e739b
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> - src/share/vm/precompiled.hpp
>>
>> Changeset: 278a1c1706f0
>> Author: katleman
>> Date: 2011-12-09 17:36 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/278a1c1706f0
>>
>> Added tag jdk7u4-b03 for changeset 35aadd2e739b
>>
>> ! .hgtags
>>
>> Changeset: 21dbf8183550
>> Author: katleman
>> Date: 2011-12-15 09:37 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/21dbf8183550
>>
>> Added tag jdk7u4-b04 for changeset 278a1c1706f0
>>
>> ! .hgtags
>>
>> Changeset: a33d99dd8b24
>> Author: katleman
>> Date: 2011-12-14 17:30 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a33d99dd8b24
>>
>> Added tag jdk7u4-b02 for changeset 35aadd2e739b
>>
>> ! .hgtags
>>
>> Changeset: 7bb156f60fdc
>> Author: katleman
>> Date: 2011-12-15 12:57 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7bb156f60fdc
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 1647361df7ba
>> Author: amurillo
>> Date: 2011-12-16 15:07 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/1647361df7ba
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
>>
>> Changeset: de5af98a6fac
>> Author: cl
>> Date: 2011-12-21 20:02 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/de5af98a6fac
>>
>> Added tag jdk7u4-b05 for changeset 1647361df7ba
>>
>> ! .hgtags
>>
>> Changeset: b09b616c066f
>> Author: amurillo
>> Date: 2011-12-23 15:39 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b09b616c066f
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: 93189257531e
>> Author: katleman
>> Date: 2011-12-28 15:41 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/93189257531e
>>
>> Added tag jdk7u4-b06 for changeset b09b616c066f
>>
>> ! .hgtags
>>
>> Changeset: 3804879a5ea0
>> Author: amurillo
>> Date: 2012-01-14 01:07 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3804879a5ea0
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/cpu/x86/vm/vm_version_x86.cpp
>> ! src/cpu/x86/vm/vm_version_x86.hpp
>> ! src/os/windows/vm/os_windows.cpp
>> ! src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
>>
>> Changeset: 899ddc704d9f
>> Author: katleman
>> Date: 2012-01-19 09:35 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/899ddc704d9f
>>
>> Added tag jdk7u4-b07 for changeset 3804879a5ea0
>>
>> ! .hgtags
>>
>> Changeset: 9f7d76c6b0a8
>> Author: katleman
>> Date: 2012-01-23 10:02 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/9f7d76c6b0a8
>>
>> Added tag jdk7u4-b08 for changeset 899ddc704d9f
>>
>> ! .hgtags
>>
>> Changeset: c5695e7d2e4f
>> Author: amurillo
>> Date: 2012-01-24 14:50 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c5695e7d2e4f
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> - src/os/bsd/vm/decoder_bsd.cpp
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: f926bdee9aba
>> Author: katleman
>> Date: 2012-01-27 08:49 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f926bdee9aba
>>
>> Added tag jdk7u4-b09 for changeset c5695e7d2e4f
>>
>> ! .hgtags
>>
>> Changeset: 305636960fa4
>> Author: amurillo
>> Date: 2012-01-27 15:14 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/305636960fa4
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: 6b53e4c71c8a
>> Author: katleman
>> Date: 2012-02-03 01:39 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6b53e4c71c8a
>>
>> Added tag jdk7u4-b10 for changeset 305636960fa4
>>
>> ! .hgtags
>>
>> Changeset: acb171a8d7d6
>> Author: amurillo
>> Date: 2012-02-06 12:30 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/acb171a8d7d6
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: c0d7fd785f0b
>> Author: katleman
>> Date: 2012-02-09 12:55 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c0d7fd785f0b
>>
>> Added tag jdk7u4-b11 for changeset acb171a8d7d6
>>
>> ! .hgtags
>>
>> Changeset: 87b4042571ef
>> Author: amurillo
>> Date: 2012-02-10 12:03 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/87b4042571ef
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 963d912a0409
>> Author: katleman
>> Date: 2012-02-16 13:01 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/963d912a0409
>>
>> Added tag jdk7u4-b12 for changeset 87b4042571ef
>>
>> ! .hgtags
>>
>> Changeset: efb5f2662c96
>> Author: amurillo
>> Date: 2012-02-20 23:21 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/efb5f2662c96
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/cpu/x86/vm/vm_version_x86.hpp
>>
>> Changeset: 82e719a2e641
>> Author: katleman
>> Date: 2012-02-23 15:14 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/82e719a2e641
>>
>> Added tag jdk7u4-b13 for changeset efb5f2662c96
>>
>> ! .hgtags
>>
>> Changeset: 6b71938ee832
>> Author: katleman
>> Date: 2012-03-13 12:23 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6b71938ee832
>>
>> Added tag jdk7u6-b01 for changeset 82e719a2e641
>>
>> ! .hgtags
>>
>> Changeset: f1bccf74b888
>> Author: katleman
>> Date: 2012-03-19 23:17 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f1bccf74b888
>>
>> Added tag jdk7u6-b02 for changeset 6b71938ee832
>>
>> ! .hgtags
>>
>> Changeset: 1c483d994a78
>> Author: katleman
>> Date: 2012-03-01 13:44 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/1c483d994a78
>>
>> Added tag jdk7u4-b14 for changeset 82e719a2e641
>>
>> ! .hgtags
>>
>> Changeset: 3894b5f634a8
>> Author: katleman
>> Date: 2012-03-08 11:19 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3894b5f634a8
>>
>> Added tag jdk7u4-b15 for changeset 1c483d994a78
>>
>> ! .hgtags
>>
>> Changeset: c6a96f7a781d
>> Author: amurillo
>> Date: 2012-03-10 00:46 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c6a96f7a781d
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 376549fed156
>> Author: katleman
>> Date: 2012-03-16 07:29 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/376549fed156
>>
>> Added tag jdk7u4-b16 for changeset c6a96f7a781d
>>
>> ! .hgtags
>>
>> Changeset: bca9e76ea254
>> Author: asaha
>> Date: 2012-03-20 10:17 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/bca9e76ea254
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: b82c43fba5c0
>> Author: cl
>> Date: 2012-03-27 10:41 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b82c43fba5c0
>>
>> Added tag jdk7u6-b03 for changeset bca9e76ea254
>>
>> ! .hgtags
>>
>> Changeset: be0853fa2583
>> Author: cl
>> Date: 2012-04-02 14:14 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/be0853fa2583
>>
>> Added tag jdk7u6-b04 for changeset b82c43fba5c0
>>
>> ! .hgtags
>>
>> Changeset: e266ffd6a7d7
>> Author: amurillo
>> Date: 2012-03-16 17:20 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e266ffd6a7d7
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: cc347bb8cf1b
>> Author: katleman
>> Date: 2012-03-22 14:11 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/cc347bb8cf1b
>>
>> Added tag jdk7u4-b17 for changeset e266ffd6a7d7
>>
>> ! .hgtags
>>
>> Changeset: cd3d4ec354fd
>> Author: jcoomes
>> Date: 2011-09-20 22:26 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/cd3d4ec354fd
>>
>> 7093108: Bump the hs22 build number to 07
>> Reviewed-by: johnc
>> Contributed-by: alejandro.murillo at oracle.com
>>
>> ! make/hotspot_version
>>
>> Changeset: f79fb21f3cad
>> Author: jcoomes
>> Date: 2011-09-20 22:26 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f79fb21f3cad
>>
>> Added tag hs22-b07 for changeset cd3d4ec354fd
>>
>> ! .hgtags
>>
>> Changeset: b93bc193d73b
>> Author: jcoomes
>> Date: 2011-09-23 11:19 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b93bc193d73b
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: c407af9f1f59
>> Author: katleman
>> Date: 2011-09-26 12:06 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c407af9f1f59
>>
>> Added tag jdk7u2-b09 for changeset b93bc193d73b
>>
>> ! .hgtags
>>
>> Changeset: 8d4cd133d6a8
>> Author: tonyp
>> Date: 2011-09-20 09:59 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8d4cd133d6a8
>>
>> 7059019: G1: add G1 support to the SA
>> Summary: Extend the SA to recognize the G1CollectedHeap and implement
>> any code that's needed by our serviceability tools (jmap, jinfo,
>> jstack, etc.) that depend on the SA.
>> Reviewed-by: never, poonam, johnc
>>
>> ! agent/make/Makefile
>> +
>> agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/G1CollectedHeap.java
>> +
>> agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegion.java
>> +
>> agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionSeq.java
>> !
>> agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeapName.java
>> ! agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java
>> ! agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
>> ! agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java
>> ! make/sa.files
>> ! src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
>> + src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
>> ! src/share/vm/runtime/vmStructs.cpp
>>
>> Changeset: 66db4a2fc13c
>> Author: johnc
>> Date: 2011-09-20 15:39 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/66db4a2fc13c
>>
>> 7092412: G1: Some roots not marked during an initial mark that gets
>> an evacuation failure
>> Summary: As a result of the changes for 7080389, an evacuation
>> failure during an initial mark pause may result in some root objects
>> not being marked. Pass whether the caller is a root scanning closure
>> into the evacuation failure handling code so that the thread that
>> successfully forwards an object to itself also marks the object.
>> Reviewed-by: ysr, brutisso, tonyp
>>
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
>> ! src/share/vm/gc_implementation/g1/g1OopClosures.hpp
>>
>> Changeset: 2115638addd2
>> Author: tonyp
>> Date: 2011-09-21 01:27 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/2115638addd2
>>
>> 7045232: G1: pool names are inconsistent with other collectors (don't
>> have 'Space')
>> Summary: Make sure the eden and survivor pools have "Space" in their
>> name.
>> Reviewed-by: jmasa, ysr
>>
>> ! src/share/vm/services/g1MemoryPool.cpp
>>
>> Changeset: ce597819d5c6
>> Author: johnc
>> Date: 2011-09-21 10:04 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ce597819d5c6
>>
>> 7068215: G1: Print reference processing time during remark
>> Summary: Displays the elapsed time taken to perform reference
>> processing during remark as part of the PrintGCDetails output.
>> Reviewed-by: ysr
>>
>> ! src/share/vm/gc_implementation/g1/concurrentMark.cpp
>>
>> Changeset: ac196b091535
>> Author: tonyp
>> Date: 2011-09-21 13:36 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ac196b091535
>>
>> 7091032: G1: assert failure when NewRatio is used
>> Summary: The desired min / max heap sizes are miscalculated at
>> initialization when NewRatio is used. The changeset also includes an
>> additional small change to turn a print statement into a warning.
>> Reviewed-by: johnc, jmasa, ysr, brutisso
>>
>> ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
>>
>> Changeset: e804fc7a831e
>> Author: johnc
>> Date: 2011-09-21 15:24 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e804fc7a831e
>>
>> 7092245: G1: Wrong format specifier in G1PrintRegionLivenessInfo
>> header output
>> Summary: Cast HeapRegion::GrainBytes to size_t in output statement.
>> Reviewed-by: ysr, brutisso, pbk, tonyp
>>
>> ! src/share/vm/gc_implementation/g1/concurrentMark.cpp
>>
>> Changeset: c20e006ee26a
>> Author: tonyp
>> Date: 2011-09-22 07:18 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c20e006ee26a
>>
>> 7092238: G1: Uninitialized field gc_efficiency in
>> G1PrintRegionLivenessInfo output
>> Reviewed-by: jcoomes, johnc
>>
>> ! src/share/vm/gc_implementation/g1/heapRegion.cpp
>>
>> Changeset: d320dd70ca40
>> Author: johnc
>> Date: 2011-09-22 10:57 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/d320dd70ca40
>>
>> 6484982: G1: process references during evacuation pauses
>> Summary: G1 now uses two reference processors - one is used by
>> concurrent marking and the other is used by STW GCs (both full and
>> incremental evacuation pauses). In an evacuation pause, the reference
>> processor is embedded into the closures used to scan objects. Doing
>> so causes causes reference objects to be 'discovered' by the
>> reference processor. At the end of the evacuation pause, these
>> discovered reference objects are processed - preserving (and copying)
>> referent objects (and their reachable graphs) as appropriate.
>> Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
>>
>> !
>> src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
>> ! src/share/vm/gc_implementation/g1/concurrentMark.cpp
>> ! src/share/vm/gc_implementation/g1/concurrentMark.hpp
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
>> ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
>> ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
>> ! src/share/vm/gc_implementation/g1/g1MarkSweep.cpp
>> ! src/share/vm/gc_implementation/g1/g1OopClosures.hpp
>> ! src/share/vm/gc_implementation/g1/g1RemSet.cpp
>> ! src/share/vm/gc_implementation/g1/heapRegion.cpp
>> ! src/share/vm/gc_implementation/g1/heapRegion.hpp
>> ! src/share/vm/gc_implementation/g1/satbQueue.cpp
>> ! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
>> ! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
>> ! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
>> ! src/share/vm/memory/genCollectedHeap.cpp
>> ! src/share/vm/memory/referenceProcessor.cpp
>> ! src/share/vm/memory/referenceProcessor.hpp
>> ! src/share/vm/runtime/thread.cpp
>>
>> Changeset: 39c57c097027
>> Author: tonyp
>> Date: 2011-09-23 16:07 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/39c57c097027
>>
>> 7075646: G1: fix inconsistencies in the monitoring data
>> Summary: Fixed a few inconsistencies in the monitoring data, in
>> particular when reported from jstat.
>> Reviewed-by: jmasa, brutisso, johnc
>>
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
>> ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
>> ! src/share/vm/gc_implementation/g1/g1MonitoringSupport.cpp
>> ! src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp
>> ! src/share/vm/gc_implementation/g1/heapRegion.hpp
>> ! src/share/vm/gc_implementation/shared/generationCounters.cpp
>> ! src/share/vm/gc_implementation/shared/generationCounters.hpp
>> ! src/share/vm/services/g1MemoryPool.cpp
>> ! src/share/vm/services/g1MemoryPool.hpp
>>
>> Changeset: 9a9821a0bc8b
>> Author: johnc
>> Date: 2011-09-28 10:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/9a9821a0bc8b
>>
>> 7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be
>> preserving dead objs: g1CollectedHeap.cpp:3835
>> Summary: Some objects may not be marked in the event of an evacuation
>> failure in a partially young GC, during a marking cycle. Avoid this
>> situation by not allowing partially young GCs during a marking cycle.
>> Reviewed-by: tonyp, ysr, brutisso
>>
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
>> ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
>>
>> Changeset: 7afaeffa5d9b
>> Author: johnc
>> Date: 2011-10-03 12:49 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7afaeffa5d9b
>>
>> 7097053: G1: assert(da ? referent->is_oop() :
>> referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
>> Summary: During remembered set scanning, the reference processor
>> could discover a reference object whose referent was in the process
>> of being copied and so may not be completely initialized. Do not
>> perform reference discovery during remembered set scanning.
>> Reviewed-by: tonyp, ysr
>>
>> ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
>> ! src/share/vm/gc_implementation/g1/g1OopClosures.hpp
>> ! src/share/vm/gc_implementation/g1/g1RemSet.cpp
>> ! src/share/vm/gc_implementation/g1/heapRegion.cpp
>>
>> Changeset: aade124d1b1d
>> Author: tonyp
>> Date: 2011-10-03 19:04 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/aade124d1b1d
>>
>> 7097048: G1: extend the G1 SA changes to print per-heap space
>> information
>> Reviewed-by: brutisso, johnc
>>
>> !
>> agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/G1CollectedHeap.java
>> +
>> agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/G1MonitoringSupport.java
>> ! agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java
>> ! src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp
>> ! src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
>>
>> Changeset: 953ffc48897d
>> Author: never
>> Date: 2011-09-20 23:50 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/953ffc48897d
>>
>> 7092236: java/util/EnumSet/EnumSetBash.java fails
>> Reviewed-by: kvn, twisti, jrose
>>
>> ! src/share/vm/ci/ciEnv.cpp
>>
>> Changeset: 34d69affce86
>> Author: never
>> Date: 2011-09-29 09:53 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/34d69affce86
>>
>> 7092278: "jmap -finalizerinfo" throws
>> "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
>> Reviewed-by: kvn
>>
>> ! agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
>> + agent/src/share/classes/sun/jvm/hotspot/runtime/vmSymbols.java
>> ! agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java
>> ! src/share/vm/classfile/vmSymbols.hpp
>> ! src/share/vm/runtime/vmStructs.cpp
>>
>> Changeset: 876f4a66bd71
>> Author: bdelsart
>> Date: 2011-10-07 13:28 +0200
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/876f4a66bd71
>>
>> 7096366: PPC: corruption of floating-point values with DeoptimizeALot
>> Summary: fix for a deoptimization found on PPC, which could impact
>> other big endian platforms
>> Reviewed-by: roland, dholmes
>>
>> ! src/share/vm/c1/c1_LinearScan.cpp
>>
>> Changeset: c2ef8b5cd1f3
>> Author: never
>> Date: 2011-10-13 14:08 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c2ef8b5cd1f3
>>
>> 7100165: JSR 292: leftover printing code in methodHandleWalk.cpp
>> Reviewed-by: kvn, twisti
>>
>> ! src/share/vm/prims/methodHandleWalk.cpp
>>
>> Changeset: 623aec2a90f7
>> Author: jcoomes
>> Date: 2011-10-14 12:44 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/623aec2a90f7
>>
>> 7101102: Bump the hs22 build number to 08
>> Reviewed-by: johnc
>> Contributed-by: alejandro.murillo at oracle.com
>>
>> ! make/hotspot_version
>>
>> Changeset: d38fde25cf49
>> Author: jcoomes
>> Date: 2011-10-14 12:44 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/d38fde25cf49
>>
>> Added tag hs22-b08 for changeset 623aec2a90f7
>>
>> ! .hgtags
>>
>> Changeset: 482e282037d7
>> Author: jcoomes
>> Date: 2011-10-18 17:18 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/482e282037d7
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/share/vm/prims/methodHandleWalk.cpp
>>
>> Changeset: 0418640475c3
>> Author: katleman
>> Date: 2011-10-27 12:11 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/0418640475c3
>>
>> Added tag jdk7u2-b11 for changeset 482e282037d7
>>
>> ! .hgtags
>>
>> Changeset: 3e986ec5c123
>> Author: asaha
>> Date: 2011-10-31 22:04 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3e986ec5c123
>>
>> 7107063: Fork hs22.1 hsx from hs22.0 for 7u3 and reinitialize build
>> number
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: 68d4d1b6829a
>> Author: jeff
>> Date: 2011-10-31 12:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/68d4d1b6829a
>>
>> 7102337: Third Party License Readme updates for 7u2
>> Reviewed-by: lana, ohair
>>
>> ! THIRD_PARTY_README
>>
>> Changeset: b07e591a1675
>> Author: lana
>> Date: 2011-11-04 11:14 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b07e591a1675
>>
>> Merge
>>
>>
>> Changeset: 714bf7aefe10
>> Author: kvn
>> Date: 2011-10-14 10:07 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/714bf7aefe10
>>
>> 7100757: The BitSet.nextSetBit() produces incorrect result in 32bit
>> VM on Sparc
>> Summary: Instruction countTrailingZerosL() should use iRegIsafe dst
>> register since it is used in long arithmetic.
>> Reviewed-by: never, twisti
>>
>> ! src/cpu/sparc/vm/sparc.ad
>> + test/compiler/7100757/Test7100757.java
>>
>> Changeset: c8abdaa56b47
>> Author: jcoomes
>> Date: 2011-11-08 11:48 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c8abdaa56b47
>>
>> 7108550: Bump the hs22 build number to 09
>> Reviewed-by: johnc
>> Contributed-by: alejandro.murillo at oracle.com
>>
>> ! make/hotspot_version
>>
>> Changeset: 12a4ef429155
>> Author: jcoomes
>> Date: 2011-11-08 11:48 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/12a4ef429155
>>
>> Added tag hs22-b09 for changeset c8abdaa56b47
>>
>> ! .hgtags
>>
>> Changeset: 4061b13e3e6b
>> Author: jcoomes
>> Date: 2011-11-08 13:08 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/4061b13e3e6b
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: a67789172db1
>> Author: katleman
>> Date: 2011-11-10 11:46 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a67789172db1
>>
>> Added tag jdk7u2-b12 for changeset 4061b13e3e6b
>>
>> ! .hgtags
>>
>> Changeset: 742a2251c87b
>> Author: kvn
>> Date: 2011-11-10 20:17 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/742a2251c87b
>>
>> 7110586: C2 generates incorrect results
>> Summary: Exact limit of empty loop calculated incorrectly.
>> Reviewed-by: iveresov, never
>>
>> ! src/share/vm/opto/loopnode.cpp
>> + test/compiler/7110586/Test7110586.java
>>
>> Changeset: 0544a9618b87
>> Author: poonam
>> Date: 2011-11-16 16:27 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/0544a9618b87
>>
>> 7110428: Crash during HeapDump operation
>> Reviewed-by: ysr, dholmes
>>
>> ! src/share/vm/services/heapDumper.cpp
>>
>> Changeset: 3ba0bb2e7c8d
>> Author: jcoomes
>> Date: 2011-11-16 17:44 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3ba0bb2e7c8d
>>
>> 7112766: Bump the hs22 build number to 10
>> Reviewed-by: johnc
>> Contributed-by: alejandro.murillo at oracle.com
>>
>> ! make/hotspot_version
>>
>> Changeset: c6cd7638991b
>> Author: jcoomes
>> Date: 2011-11-16 17:44 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c6cd7638991b
>>
>> Added tag hs22-b10 for changeset 3ba0bb2e7c8d
>>
>> ! .hgtags
>>
>> Changeset: f17fe2f4b6aa
>> Author: jcoomes
>> Date: 2011-11-16 17:50 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f17fe2f4b6aa
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 0744602f85c6
>> Author: katleman
>> Date: 2011-11-17 22:14 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/0744602f85c6
>>
>> Added tag jdk7u2-b13 for changeset f17fe2f4b6aa
>>
>> ! .hgtags
>>
>> Changeset: c7bc239126d3
>> Author: asaha
>> Date: 2011-11-18 12:57 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c7bc239126d3
>>
>> Merge
>>
>> ! make/hotspot_version
>>
>> Changeset: b23c8435518c
>> Author: asaha
>> Date: 2011-11-29 10:14 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/b23c8435518c
>>
>> 7116462: Bump the hs21.1 build number to 02
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: df4652fd1ae5
>> Author: asaha
>> Date: 2011-11-29 11:13 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/df4652fd1ae5
>>
>> 7113740: hotspot_version file has wrong JDK_MINOR_VER
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: 7333a200d09e
>> Author: asaha
>> Date: 2011-11-30 13:53 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7333a200d09e
>>
>> Merge
>>
>> ! make/hotspot_version
>>
>> Changeset: a40d238623e5
>> Author: asaha
>> Date: 2011-11-30 15:32 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a40d238623e5
>>
>> Merge
>>
>>
>> Changeset: e20578af5890
>> Author: cl
>> Date: 2011-12-12 22:46 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e20578af5890
>>
>> Added tag jdk7u3-b02 for changeset a40d238623e5
>>
>> ! .hgtags
>>
>> Changeset: 6259c6d3bbb7
>> Author: cl
>> Date: 2011-12-12 23:08 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6259c6d3bbb7
>>
>> Added tag jdk7u2-b21 for changeset 0744602f85c6
>>
>> ! .hgtags
>>
>> Changeset: 6986bfb4c82e
>> Author: asaha
>> Date: 2012-01-10 13:12 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6986bfb4c82e
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 8e6375b46717
>> Author: katleman
>> Date: 2012-01-12 14:23 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/8e6375b46717
>>
>> Added tag jdk7u3-b03 for changeset 6986bfb4c82e
>>
>> ! .hgtags
>>
>> Changeset: 366e6ba09c99
>> Author: katleman
>> Date: 2012-01-23 09:47 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/366e6ba09c99
>>
>> Added tag jdk7u3-b04 for changeset 8e6375b46717
>>
>> ! .hgtags
>>
>> Changeset: 4c62237db349
>> Author: katleman
>> Date: 2012-01-27 12:03 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/4c62237db349
>>
>> Added tag jdk7u3-b20 for changeset 366e6ba09c99
>>
>> ! .hgtags
>>
>> Changeset: 6067412a3452
>> Author: katleman
>> Date: 2012-02-07 12:26 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6067412a3452
>>
>> Added tag jdk7u3-b05 for changeset 4c62237db349
>>
>> ! .hgtags
>>
>> Changeset: ce271da83629
>> Author: asaha
>> Date: 2012-03-23 09:32 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ce271da83629
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/share/vm/opto/loopnode.cpp
>> ! src/share/vm/runtime/vmStructs.cpp
>>
>> Changeset: f1b786625e0c
>> Author: jcoomes
>> Date: 2012-03-24 07:28 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f1b786625e0c
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 1b1e6060a7fd
>> Author: cl
>> Date: 2012-03-29 15:42 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/1b1e6060a7fd
>>
>> Added tag jdk7u4-b18 for changeset f1b786625e0c
>>
>> ! .hgtags
>>
>> Changeset: 43dfede919f5
>> Author: asaha
>> Date: 2012-04-02 09:29 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/43dfede919f5
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 77b43af50556
>> Author: asaha
>> Date: 2012-04-02 14:57 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/77b43af50556
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: be1d97cdee46
>> Author: katleman
>> Date: 2012-04-16 16:28 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/be1d97cdee46
>>
>> Added tag jdk7u6-b05 for changeset 77b43af50556
>>
>> ! .hgtags
>>
>> Changeset: a5bf59f9ec72
>> Author: katleman
>> Date: 2012-04-18 14:38 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a5bf59f9ec72
>>
>> Added tag jdk7u6-b06 for changeset be1d97cdee46
>>
>> ! .hgtags
>>
>> Changeset: a1292d4e0709
>> Author: amurillo
>> Date: 2012-03-30 13:22 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a1292d4e0709
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 30e3475c1a45
>> Author: katleman
>> Date: 2012-04-05 15:09 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/30e3475c1a45
>>
>> Added tag jdk7u4-b19 for changeset a1292d4e0709
>>
>> ! .hgtags
>>
>> Changeset: ad6f5eaa165e
>> Author: jcoomes
>> Date: 2012-04-10 16:54 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ad6f5eaa165e
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: c7c6b00122cf
>> Author: katleman
>> Date: 2012-04-12 14:15 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c7c6b00122cf
>>
>> Added tag jdk7u4-b20 for changeset ad6f5eaa165e
>>
>> ! .hgtags
>>
>> Changeset: dd238f9705f0
>> Author: asaha
>> Date: 2012-04-16 11:08 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/dd238f9705f0
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 515d07d42f87
>> Author: asaha
>> Date: 2012-04-17 11:51 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/515d07d42f87
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 144f8a1a43cb
>> Author: asaha
>> Date: 2012-04-19 07:47 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/144f8a1a43cb
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 6b668c1049a8
>> Author: katleman
>> Date: 2012-04-23 15:13 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6b668c1049a8
>>
>> Added tag jdk7u6-b07 for changeset 144f8a1a43cb
>>
>> ! .hgtags
>>
>> Changeset: 94d7a305da4d
>> Author: katleman
>> Date: 2012-05-02 14:13 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/94d7a305da4d
>>
>> Added tag jdk7u6-b08 for changeset 6b668c1049a8
>>
>> ! .hgtags
>>
>> Changeset: 103fc6756e1e
>> Author: katleman
>> Date: 2012-05-10 13:36 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/103fc6756e1e
>>
>> Added tag jdk7u6-b09 for changeset 94d7a305da4d
>>
>> ! .hgtags
>>
>> Changeset: 702b62a5e1a5
>> Author: amurillo
>> Date: 2012-05-11 11:52 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/702b62a5e1a5
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/cpu/x86/vm/vm_version_x86.cpp
>>
>> Changeset: 3be0dd52ccda
>> Author: katleman
>> Date: 2012-05-17 14:59 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/3be0dd52ccda
>>
>> Added tag jdk7u6-b10 for changeset 702b62a5e1a5
>>
>> ! .hgtags
>>
>> Changeset: 5921bdc6ce5c
>> Author: amurillo
>> Date: 2012-05-18 11:35 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/5921bdc6ce5c
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 897d453d26ac
>> Author: katleman
>> Date: 2012-05-24 15:27 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/897d453d26ac
>>
>> Added tag jdk7u6-b11 for changeset 5921bdc6ce5c
>>
>> ! .hgtags
>>
>> Changeset: f08a3a0e60c3
>> Author: amurillo
>> Date: 2012-05-25 13:52 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f08a3a0e60c3
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: 36f64ab3c9ca
>> Author: katleman
>> Date: 2012-05-31 14:06 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/36f64ab3c9ca
>>
>> Added tag jdk7u6-b12 for changeset f08a3a0e60c3
>>
>> ! .hgtags
>>
>> Changeset: 28746e6d615f
>> Author: amurillo
>> Date: 2012-06-01 12:26 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/28746e6d615f
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 25ed7b390a12
>> Author: katleman
>> Date: 2012-06-06 18:39 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/25ed7b390a12
>>
>> Added tag jdk7u6-b13 for changeset 28746e6d615f
>>
>> ! .hgtags
>>
>> Changeset: 6b0f17814138
>> Author: amurillo
>> Date: 2012-06-08 13:16 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6b0f17814138
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/os/windows/vm/os_windows.cpp
>>
>> Changeset: 55e66d61e481
>> Author: katleman
>> Date: 2012-06-14 15:45 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/55e66d61e481
>>
>> Added tag jdk7u6-b14 for changeset 6b0f17814138
>>
>> ! .hgtags
>>
>> Changeset: e5f7f95411fb
>> Author: asaha
>> Date: 2012-03-06 10:21 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/e5f7f95411fb
>>
>> 7151573: Fork hs23.1 hsx from hs23.0 for 7u5 and reinitialize build
>> number
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: 06a8c35d1d2a
>> Author: katleman
>> Date: 2012-03-07 15:49 -0800
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/06a8c35d1d2a
>>
>> Added tag jdk7u5-b01 for changeset e5f7f95411fb
>>
>> ! .hgtags
>>
>> Changeset: 74887fa0c368
>> Author: asaha
>> Date: 2012-03-16 14:33 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/74887fa0c368
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 149b6bbf77ff
>> Author: asaha
>> Date: 2012-03-23 10:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/149b6bbf77ff
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: 6a7aac2ae8db
>> Author: kamg
>> Date: 2012-03-29 13:22 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6a7aac2ae8db
>>
>> 7110720: Issue with vm config file loadingIssue with vm config file
>> loading
>> Summary: disabling default config files if -XX:-ReadDefaultConfigFiles
>> Reviewed-by: phh, jrose, dcubed, dholmes
>>
>> ! src/share/vm/compiler/compilerOracle.cpp
>> ! src/share/vm/compiler/compilerOracle.hpp
>> ! src/share/vm/opto/runtime.cpp
>> ! src/share/vm/runtime/arguments.cpp
>> + test/runtime/7110720/Test7110720.sh
>>
>> Changeset: 5d7066bade31
>> Author: asaha
>> Date: 2012-03-30 09:01 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/5d7066bade31
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: fc1294d2611b
>> Author: asaha
>> Date: 2012-03-30 11:33 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/fc1294d2611b
>>
>> 7158116: Bump the hs23.1 build number to b02
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: aa04a01605ea
>> Author: asaha
>> Date: 2012-03-30 11:34 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/aa04a01605ea
>>
>> Merge
>>
>> ! src/share/vm/runtime/arguments.cpp
>>
>> Changeset: 549ba5646494
>> Author: never
>> Date: 2012-04-04 20:44 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/549ba5646494
>>
>> 7152811: Issues in client compiler
>> Reviewed-by: kvn, jrose
>>
>> ! src/share/vm/ci/ciField.cpp
>> ! src/share/vm/ci/ciField.hpp
>>
>> Changeset: 5b2d6cfb602b
>> Author: asaha
>> Date: 2012-04-06 14:00 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/5b2d6cfb602b
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: dcf91dc1f50e
>> Author: never
>> Date: 2012-04-11 17:38 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/dcf91dc1f50e
>>
>> 7160677: missing else in fix for 7152811
>> Reviewed-by: kvn
>>
>> ! src/share/vm/ci/ciField.cpp
>>
>> Changeset: dc978aca3ceb
>> Author: asaha
>> Date: 2012-04-12 15:50 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/dc978aca3ceb
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: db2b0f27fea1
>> Author: katleman
>> Date: 2012-04-13 13:50 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/db2b0f27fea1
>>
>> Added tag jdk7u5-b02 for changeset dc978aca3ceb
>>
>> ! .hgtags
>>
>> Changeset: 93ec23d55b87
>> Author: katleman
>> Date: 2012-04-16 15:03 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/93ec23d55b87
>>
>> Added tag jdk7u4-b30 for changeset c7c6b00122cf
>>
>> ! .hgtags
>>
>> Changeset: 1eb9f79307a8
>> Author: katleman
>> Date: 2012-04-20 11:09 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/1eb9f79307a8
>>
>> Added tag jdk7u4-b21 for changeset 93ec23d55b87
>>
>> ! .hgtags
>>
>> Changeset: dcfa1289a007
>> Author: asaha
>> Date: 2012-04-23 13:20 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/dcfa1289a007
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: add74a570ab2
>> Author: asaha
>> Date: 2012-04-23 14:26 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/add74a570ab2
>>
>> 7163621: Bump the hs23.1 build number to b03
>> Reviewed-by: jcoomes
>>
>> ! make/hotspot_version
>>
>> Changeset: bf2255796a93
>> Author: kamg
>> Date: 2012-05-03 15:57 -0400
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/bf2255796a93
>>
>> 7160757: Problem with hotspot/runtime_classfile
>> Summary: Allow only current and super invokespecials of<init>
>> Reviewed-by: never, coleenp, dcubed
>>
>> ! src/share/vm/classfile/verifier.cpp
>> + test/runtime/7160757/Test7160757.java
>>
>> Changeset: aed9d0f0f050
>> Author: katleman
>> Date: 2012-05-07 12:59 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/aed9d0f0f050
>>
>> Added tag jdk7u4-b22 for changeset 1eb9f79307a8
>>
>> ! .hgtags
>>
>> Changeset: f11f0f1db115
>> Author: katleman
>> Date: 2012-05-07 14:59 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/f11f0f1db115
>>
>> Added tag jdk7u4-b31 for changeset aed9d0f0f050
>>
>> ! .hgtags
>>
>> Changeset: 9ed92188eccc
>> Author: asaha
>> Date: 2012-05-08 10:18 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/9ed92188eccc
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 6024bdfed9bf
>> Author: asaha
>> Date: 2012-05-08 11:18 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6024bdfed9bf
>>
>> Merge
>>
>> ! .hgtags
>>
>> Changeset: 42ee6a26a543
>> Author: katleman
>> Date: 2012-05-10 09:58 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/42ee6a26a543
>>
>> Added tag jdk7u5-b04 for changeset 6024bdfed9bf
>>
>> ! .hgtags
>>
>> Changeset: 6434cb74457e
>> Author: katleman
>> Date: 2012-05-16 10:30 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/6434cb74457e
>>
>> Added tag jdk7u5-b05 for changeset 42ee6a26a543
>>
>> ! .hgtags
>>
>> Changeset: 562c9e5ed2f8
>> Author: katleman
>> Date: 2012-05-24 13:54 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/562c9e5ed2f8
>>
>> Added tag jdk7u5-b30 for changeset 6434cb74457e
>>
>> ! .hgtags
>>
>> Changeset: ced728021cf5
>> Author: asaha
>> Date: 2012-06-15 13:53 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/ced728021cf5
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>> ! src/share/vm/classfile/verifier.cpp
>> ! src/share/vm/runtime/arguments.cpp
>>
>> Changeset: a3b7e95435f5
>> Author: vita
>> Date: 2012-06-22 16:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/a3b7e95435f5
>>
>> Added tag jdk7u6-b15 for changeset ced728021cf5
>>
>> ! .hgtags
>>
>> Changeset: cefe884c708a
>> Author: amurillo
>> Date: 2012-06-26 16:06 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/cefe884c708a
>>
>> Merge
>>
>> ! .hgtags
>> ! make/hotspot_version
>>
>> Changeset: c4dedc59d44d
>> Author: katleman
>> Date: 2012-06-27 17:19 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/c4dedc59d44d
>>
>> Added tag jdk7u6-b16 for changeset cefe884c708a
>>
>> ! .hgtags
>>
>> Changeset: 270a40a57b3d
>> Author: amurillo
>> Date: 2012-06-29 15:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/270a40a57b3d
>>
>> Merge
>>
>> ! make/hotspot_version
>>
>> Changeset: 7a37cec9d0d4
>> Author: amurillo
>> Date: 2012-06-29 15:43 -0700
>> URL:
>> http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/7a37cec9d0d4
>>
>> Added tag hs23.2-b08 for changeset 270a40a57b3d
>>
>> ! .hgtags
>>
--
Alejandro E Murillo, Java Performance
Phone: (303) 955-2584.
Timezone: US/Mountain (UTC-0700)
More information about the hotspot-dev
mailing list