- 20 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Implement Safefetch as stub routines. This reduces compiler and os dependencies. Reviewed-by: twisti, kvn
-
- 03 7月, 2013 2 次提交
-
-
由 twisti 提交于
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual Reviewed-by: kvn
-
由 drchase 提交于
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
-
- 02 7月, 2013 2 次提交
-
-
由 coleenp 提交于
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty Summary: Allocate medium chunks for class metaspace when class loader has lots of classes Reviewed-by: mgerdin, jmasa
-
由 anoll 提交于
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k Summary: Introduce a minimum code cache size that guarantees that the VM can startup. Reviewed-by: kvn, twisti
-
- 03 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Undo recent changes (and add more comments) in Ideal_allocation(). Reviewed-by: roland
-
- 02 7月, 2013 2 次提交
- 29 6月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient). Reviewed-by: kvn, dsamersoff, hseigel, johnc
-
- 02 7月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression. Reviewed-by: jmasa, tamao, brutisso
-
- 01 7月, 2013 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, brutisso, jmasa, ysr Contributed-by: per.liden@oracle.com
-
- 27 6月, 2013 2 次提交
- 26 6月, 2013 4 次提交
- 25 6月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
-
- 24 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Replace _indy by _jsr292 and also fix VERIFY_OOP macros. Reviewed-by: kvn
-
- 26 6月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Replaces unused decodeN at MemBarAcquire with its corresponding loadN if loadN is used at more than one place. Reviewed-by: kvn, twisti
-
- 25 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: remove unused breakpoint relocation type Reviewed-by: kvn
-
- 24 6月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Added Atomic::inc(short*) to support this change. Reviewed-by: coleenp, dcubed, dholmes, minqi
-
- 21 6月, 2013 2 次提交
-
-
由 coleenp 提交于
Summary: Add code pc location for compiled code Reviewed-by: kvn, coleenp Contributed-by: doug.simon@oracle.com
-
由 coleenp 提交于
Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce Reviewed-by: kvn, mgerdin, dholmes
-
- 20 6月, 2013 2 次提交
- 19 6月, 2013 5 次提交
-
-
由 poonam 提交于
Summary: Missing linebreak in hotspot log. Reviewed-by: brutisso, tschatzl Contributed-by: vladimir.kempik@oracle.com
-
由 adlertz 提交于
8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc Summary: Remove unnecessary LoadN / DecodeN nodes at MemBarAcquire nodes. Reviewed-by: kvn, roland
-
由 brutisso 提交于
Reviewed-by: tschatzl, dholmes, coleenp, johnc
-
由 johnc 提交于
Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets. Changes were also reviewed by Per Liden <per.liden@oracle.com>. Reviewed-by: tschatzl, stefank, twisti
-
由 minqi 提交于
Summary: Windows reserves and only partially commits thread stack. For detecting more thread stack space for execution, Windows installs one-shot page as guard page just before the current commited edge. It will trigger STACK_OVERFLOW_EXCEPTION when lands on last 4 pages of thread stack space. StackYellowPages default value is 2 on Windows (plus 1 page of StackRedPages, 3 pages guarded by hotspot) so the exception happens one page before Yellow pages. Same route executed second time will have one more page brought in, this leads same execution with different stack depth(interpreter mode). We need match Windows settings so the stack overflow exception will not happen before Yellow pages. Reviewed-by: dholmes Contributed-by: andreas.schoesser@sap.com
-
- 18 6月, 2013 3 次提交
- 14 6月, 2013 3 次提交
-
-
由 brutisso 提交于
Summary: Increase HeapBaseMinAddress for G1 from 256m to 1g on Solaris x86 Reviewed-by: mgerdin, coleenp, kvn
-
由 adlertz 提交于
8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block Summary: Disable rematerialization for negD node Reviewed-by: kvn, roland
-
由 drchase 提交于
Summary: replace linked data structure with array (performance) Reviewed-by: kvn Contributed-by: christian.thalinger@oracle.com, david.r.chase@oracle.com
-
- 12 6月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: dholmes, sla
-
- 01 7月, 2013 1 次提交
-
-
由 fparain 提交于
Reviewed-by: zgu, coleenp Contributed-by: volker.simonis@gmail.com
-
- 30 6月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: changed AND to OR Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
-