- 16 10月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: move rare executed part of G1 write barrier from hot path. Reviewed-by: kvn, twisti, roland Contributed-by: staffan.friberg@oracle.com
-
- 15 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 13 10月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: catch problem case, assert it matches valid input, new test Reviewed-by: jrose, twisti, kvn
-
- 12 10月, 2013 2 次提交
- 11 10月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Increased the LRG AllStack mask size since the previous size was not big enough when compiling huge methods (60k+ nodes) Reviewed-by: kvn, roland, twisti
-
- 10 10月, 2013 3 次提交
- 09 10月, 2013 4 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
-
由 adlertz 提交于
Summary: Replace uninitialised pointer with NULL at argument. Reviewed-by: kvn, roland, twisti
-
由 twisti 提交于
Reviewed-by: kvn, iveresov
-
由 acorn 提交于
Reviewed-by: coleenp, bharadwaj
-
- 08 10月, 2013 3 次提交
- 07 10月, 2013 2 次提交
- 09 10月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam). Reviewed-by: coleenp, iklam
-
- 10 10月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Fix typos and errors in descriptions of vm options in globals.hpp Reviewed-by: jmasa, jwilhelm
-
- 08 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr@sap.com Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
-
- 07 10月, 2013 4 次提交
- 05 10月, 2013 2 次提交
- 04 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Add a new initialization function to VirtualSpace which allows the caller to override the max commit granularity. Reviewed-by: stefank, ehelin, tschatzl
-
- 05 10月, 2013 2 次提交
-
-
由 stefank 提交于
Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM. Reviewed-by: jwilhelm, tschatzl, brutisso
-
由 jwilhelm 提交于
Summary: Changed a few descriptions and variable names to young gen. Reviewed-by: tschatzl, jcoomes
-
- 04 10月, 2013 4 次提交
-
-
由 anoll 提交于
Summary: Ensure the thread is in correct state; rewrote test in Java Reviewed-by: kvn, twisti
-
由 coleenp 提交于
Summary: Redefined class in stack trace may not be found by method_idnum so handle null. Reviewed-by: sla, dcubed, sspitsyn
-
由 coleenp 提交于
Summary: Remove unnecessary volatile keyword on stack locals within instanceKlass.cpp to work around Solaris Studio C++ compiler issue Reviewed-by: coleenp, dcubed Contributed-by: lois.foltan@oracle.com
-
由 jwilhelm 提交于
Summary: Use instance variables directly within the collector policy classes and remove unused setters. Reviewed-by: tschatzl, jcoomes
-
- 03 10月, 2013 3 次提交
-
-
由 jwilhelm 提交于
Summary: Removed stray includes and some minor cleanup of GenerationSizer Reviewed-by: tschatzl, jcoomes
-
由 jwilhelm 提交于
Summary: Remove a few redundant switch-statements Reviewed-by: jcoomes, tschatzl
-
由 roland 提交于
Summary: add replace_in_map() calls following some null checks in type checks Reviewed-by: kvn
-
- 08 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 03 10月, 2013 2 次提交
-
-
由 dsamersoff 提交于
Summary: Usage of u4 as a type for thread_id cause a compilation error on platform, where thread_id is a pointer Reviewed-by: sla, sspitsyn, minqi
-
由 dsamersoff 提交于
Summary: Couple of nits in os_bsd.cpp brake compilation of open hotspot on non-apple platforms Reviewed-by: sla, sspitsyn
-