- 01 12月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Revert 7116481 to current hsx/hotspot-main Reviewed-by: kamg
-
- 30 11月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Add -XX:+UnlockCommercialVMOptions to gate use of commercial feature switches in the same way as -XX:UnlockDiagnosticVMOptions gates use of diagnostic feature switches. Reviewed-by: jwilhelm, kamg
-
- 10 11月, 2011 1 次提交
-
-
由 dholmes 提交于
Summary: Disable PrintVMOptions by default for all builds Reviewed-by: dsamersoff, twisti
-
- 09 11月, 2011 2 次提交
- 03 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 28 10月, 2011 1 次提交
-
-
由 dholmes 提交于
Summary: Disable PrintVMOptions in embedded debug builds so tests are unaffected by extra output Reviewed-by: twisti, coleenp, phh, fparain, dsamersoff
-
- 25 10月, 2011 2 次提交
-
-
由 never 提交于
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc Reviewed-by: never Contributed-by: NOmair Majid <omajid@redhat.com>
-
由 twisti 提交于
7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I Reviewed-by: kvn, iveresov
-
- 24 10月, 2011 2 次提交
- 14 10月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: NChristos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
-
- 11 10月, 2011 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, never, jcoomes, bobv
-
- 05 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception. Reviewed-by: kamg, kvn Contributed-by: volker.simonis@gmail.com
-
- 30 9月, 2011 2 次提交
- 26 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti, jrose Contributed-by: NKurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
-
- 13 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 23 9月, 2011 1 次提交
-
-
由 johnc 提交于
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
-
- 20 9月, 2011 1 次提交
-
-
由 tonyp 提交于
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
-
- 12 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 11 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, kvn, coleenp
-
- 10 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 08 9月, 2011 2 次提交
-
-
由 bdelsart 提交于
Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
-
由 ysr 提交于
Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose. Reviewed-by: jcoomes, mchung, stefank
-
- 06 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 03 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use BIS and prefetch in arraycopy stubs for Sparc (BIS for T4 only). Reviewed-by: never, iveresov
-
- 01 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: iveresov, kvn
-
- 30 8月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, dholmes, stefank, coleenp
-
- 26 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays. Reviewed-by: never, twisti, ysr
-
- 25 8月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Support interleaving on NUMA systems for collectors that don't have NUMA-awareness. Reviewed-by: iveresov, ysr Contributed-by: NTom Deneau <tom.deneau@amd.com>
-
- 17 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: on T4 2 BIS instructions should be issued to prefetch 64 bytes Reviewed-by: iveresov, phh, twisti
-
- 10 8月, 2011 1 次提交
-
-
由 dsamersoff 提交于
Summary: Buffer overflow in os::get_line_chars Reviewed-by: coleenp, dholmes, dcubed Contributed-by: aph@redhat.com
-
- 03 8月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any). Reviewed-by: kvn, ysr
-
- 28 7月, 2011 2 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, twisti Contributed-by: NXerxes Ranby <xerxes@zafena.se>
-
由 never 提交于
Reviewed-by: kvn
-
- 22 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
-
- 21 7月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Added feedback disabling flag to common(), fixed handling of TieredStopAtLevel. Reviewed-by: kvn, never
-
- 09 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers. Reviewed-by: never, twisti
-
- 08 7月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-