- 20 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: rbp not restored when stack overflow is thrown from deopt/uncommon trap blobs Reviewed-by: kvn, iveresov
-
- 14 11月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too Reviewed-by: coleenp, hseigel, rdurbin
-
- 13 11月, 2013 2 次提交
- 12 11月, 2013 2 次提交
- 08 11月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class Reviewed-by: stefank, zgu Contributed-by: aleksey.timofeev@oracle.com
-
- 07 11月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Change checks for isHumongous() to continuesHumongous() as installing a code root for a humongous object is valid, but not for continuations of humongous objects. Cleaned up asserts. Reviewed-by: jmasa, tamao
-
- 06 11月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Uncommon trap blob did not bang all the stack shadow pages Reviewed-by: kvn, twisti, iveresov, jrose
-
- 05 11月, 2013 2 次提交
- 04 11月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 02 11月, 2013 1 次提交
-
-
由 jwilhelm 提交于
7057939: jmap shows MaxNewSize=4GB when Java is using parallel collector Summary: Major cleanup of the collectorpolicy classes Reviewed-by: tschatzl, jcoomes
-
- 31 10月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Put a band-aid to disable CHA-based inlining for interfaces with default methods in C1 Reviewed-by: kvn, twisti
-
- 30 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: duke
-
- 28 10月, 2013 2 次提交
- 26 10月, 2013 2 次提交
-
-
由 anoll 提交于
8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers) Summary: Exit compiler threads early during startup so that wrong error message is not printed Reviewed-by: iveresov, twisti
-
由 coleenp 提交于
Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops Reviewed-by: stefank, hseigel, goetz
-
- 23 10月, 2013 4 次提交
-
-
由 roland 提交于
Summary: record unused type profile information with type system, propagate and use it. Reviewed-by: kvn, twisti
-
由 farvidsson 提交于
Summary: Fixes a bug with vmArgs when using JDKToolLauncher Reviewed-by: sla, dholmes
-
由 hseigel 提交于
Summary: Created simple regression test for the bug Reviewed-by: hseigel, lfoltan, zgu Contributed-by: mikhailo.seledtsov@oracle.com
-
由 hseigel 提交于
Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE. Reviewed-by: acorn, dholmes Contributed-by: lois.foltan@oracle.com
-
- 22 10月, 2013 1 次提交
-
-
由 dholmes 提交于
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles Reviewed-by: sla, sspitsyn
-
- 21 10月, 2013 2 次提交
- 20 10月, 2013 3 次提交
- 18 10月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, kamg
-
- 17 10月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Added check for NULL prior to continuation of method look up to avoid runtime crash during look up of Object's superclass' methods. Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
-
- 15 10月, 2013 3 次提交
- 18 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 14 10月, 2013 1 次提交
-
-
由 sjohanss 提交于
Summary: Using strtod() instead of atof() when parsing -Xminf and -Xmaxf. Reviewed-by: brutisso, pliden
-
- 11 10月, 2013 2 次提交
- 13 10月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: catch problem case, assert it matches valid input, new test Reviewed-by: jrose, twisti, kvn
-
- 10 10月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
-