- 28 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Fix errors in 6939207. Reviewed-by: kvn
-
- 25 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 for SPARC needs to support JSR 292. Reviewed-by: kvn, never
-
- 23 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Factored cleanup of instruction decode which prepares for enhanced ldc semantics. Reviewed-by: twisti
-
- 21 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
-
- 20 5月, 2010 3 次提交
-
-
由 twisti 提交于
Summary: This moves the oops from Codeblob to nmethod. Reviewed-by: kvn, never
-
由 ysr 提交于
Summary: Changed LP64 to _LP64 in collectedHeap.cpp. Reviewed-by: kvn, jcoomes
-
由 ysr 提交于
6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption Summary: Corrected mis-spelling of COMPILER2 in #ifdef, which could cause heap corruption in CMS due to precleaning when +ReduceInitialCardMarks. Thanks to ChenGuang Sun <suncg03@gmail.com> for bringing this typo to our attention. Reviewed-by: tonyp, jmasa, jcoomes, kvn
-
- 19 5月, 2010 4 次提交
- 18 5月, 2010 2 次提交
- 17 5月, 2010 2 次提交
-
-
由 dcubed 提交于
Summary: Use resolve_external_guard() instead of resolve_non_null(). Reviewed-by: thurka, kamg, acorn
-
由 ysr 提交于
Summary: When using compressed oops, use compressed promoted pointers in b63:b31 of the mark word, so as not to interfere with the CMS "freeness bit" at b7. Updated mark-word layout documentation. Reviewed-by: minqi, poonam, jmasa, coleenp
-
- 15 5月, 2010 1 次提交
-
-
由 apetrusenko 提交于
6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to Summary: Extended the failing assertion with the new message format to get more data. Reviewed-by: tonyp
-
- 13 5月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: jcoomes Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 12 5月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: The way Zero currently handles deoptimization can lead to methods being freed while they are still being executed. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 prr 提交于
6951582: Build problems on win64 Summary: Changes to enable building JDK7 with Microsoft Visual Studio 2010 Reviewed-by: ohair, art, ccheung, dcubed
-
- 11 5月, 2010 2 次提交
- 07 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Zero needs a couple of new methods to allow Shark to access the new frame anchor field. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 06 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Moves the logic for determining the size of the Zero stack into the ZeroStack class. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 05 5月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: The commit for 6939134 broke Zero. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 coleenp 提交于
Summary: Add comparison functions for compressed oops to use bubblesort. Reviewed-by: never, coleenp Contributed-by: volker.simonis@gmail.com
-
- 04 5月, 2010 3 次提交
-
-
由 twisti 提交于
Summary: Missed Zero changes for 6943304. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 ysr 提交于
Summary: GC-locker induced concurrent full gc should be asynchronous; policy now controlled by a separate flag, which defaults to false. Reviewed-by: jmasa
-
由 ysr 提交于
Summary: On sun4v/CMT avoid use of memset() in BOT updates so as to prevent concurrent BOT readers from seeing the phantom zeros arising from memset()'s use of BIS. Reviewed-by: jmasa, johnc, minqi, poonam, tonyp
-
- 02 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Adjust MethodType lookup logic to search off the BCP, but not to cache those results Reviewed-by: twisti
-
- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-
- 30 4月, 2010 3 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, never, gbenson
-
由 twisti 提交于
Summary: Zero will exit with an error when invoked with -Xcheck:jni. Reviewed-by: twisti, kamg Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 iveresov 提交于
Summary: Disable the use of pcmpestri until it can be guaranteed that the load doesn't cross in to the uncommited space. See 6942326. Reviewed-by: never, kvn
-
- 29 4月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC. Reviewed-by: kvn, never, jrose
-
- 28 4月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: c1 does sign-extension when it loads ints and shorts from memory to 64-bit registers. This causes problems for c2 because it relies on the fact the int passed in a 64-bit register is zero-extended. Reviewed-by: never
-
- 27 4月, 2010 2 次提交
-
-
由 never 提交于
Reviewed-by: twisti, dcubed
-
由 never 提交于
Reviewed-by: never, twisti Contributed-by: NHiroshi Yamauchi <yamauchi@google.com>
-
- 23 4月, 2010 2 次提交
-
-
由 jcoomes 提交于
Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
-
由 johnc 提交于
6871109: G1: remove the concept of the scan only prefix Summary: Removed scan only regions and associated code. The young portion of the collection set is now constructed incrementally - when a young region is retired as the current allocation region it is added to the collection set. Reviewed-by: apetrusenko, iveresov, tonyp
-
- 20 4月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: Make tmpdir buffer sizes MAX_PATH+1 Reviewed-by: dholmes, coleenp Contributed-by: andreas.kohn@fredhopper.com
-