- 04 12月, 2013 2 次提交
- 27 11月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null. Reviewed-by: acorn, jrose, coleenp
-
- 26 11月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints. Reviewed-by: acorn, hseigel, coleenp Contributed-by: lois.foltan@oracle.com
-
- 23 11月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, egahlin
-
- 22 11月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Exclude private methods when checking for final method override. Reviewed-by: kamg, coleenp, dholmes, mseledtsov
-
- 20 11月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: Minimal VM doesn't run Reviewed-by: coleenp, dholmes
-
- 18 11月, 2013 2 次提交
- 16 11月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Fix reversing rewriting for invokespecial Reviewed-by: jrose, hseigel
-
- 15 11月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Move handle_full_code_cache() out of block that forbids safepoints Reviewed-by: kvn, iveresov
-
- 19 11月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Change _abstract_method_handler to return AbstractMethodError i2c, c2i and c2iv entries. Reviewed-by: kvn, vlivanov
-
- 15 11月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: roland, kvn
-
- 14 11月, 2013 2 次提交
-
-
由 minqi 提交于
Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too Reviewed-by: coleenp, hseigel, rdurbin
-
由 coleenp 提交于
Summary: Create extra constant pool cache entries for invokespecial/InterfaceMethodref to hold the alternate resolution. Reviewed-by: jrose, lfoltan, hseigel
-
- 13 11月, 2013 3 次提交
-
-
由 acorn 提交于
Summary: Need to process defaults for interfaces for invokespecial Reviewed-by: lfoltan, hseigel, coleenp, jrose
-
由 roland 提交于
Summary: null classes should be expected in profiles with conflicts Reviewed-by: kvn, iveresov
-
由 roland 提交于
Summary: inlined method handle calls can call methods with different signatures Reviewed-by: kvn, iveresov
-
- 12 11月, 2013 5 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, kvn
-
由 roland 提交于
Summary: receiver type collected by profiling for default method may be interface Reviewed-by: kvn, iveresov
-
由 rbackman 提交于
Reviewed-by: iveresov, kvn
-
由 anoll 提交于
Summary: Fixed proper sweeping of small code cache sizes Reviewed-by: kvn, iveresov
-
由 kvn 提交于
Summary: Exclude last input argument's stack slots from vector's spilling masks. Reviewed-by: iveresov
-
- 09 11月, 2013 1 次提交
-
-
由 sjohanss 提交于
Summary: Needed to update _space_alignment in generation sizer to ensure correct sizing of spaces. Reviewed-by: jmasa, tschatzl
-
- 11 11月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: Remove min_gen1_size argument from adjust_gen0_sizes() Reviewed-by: tschatzl, brutisso
-
- 10 11月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: Update NewSize when _initial_gen0_size is changed Reviewed-by: tschatzl, brutisso
-
- 08 11月, 2013 3 次提交
-
-
由 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
-
由 jmasa 提交于
Reviewed-by: brutisso, tschatzl, mgerdin
-
由 vlivanov 提交于
Reviewed-by: kvn, iveresov
-
- 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
-
- 01 11月, 2013 2 次提交
-
-
由 coleenp 提交于
8026948: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint might not work with anonymous classes Summary: Walk methods in breakpoints for marking on stack so they aren't deallocated by redefine classes. Use class_holder rather than class_loader to keep GC from reclaiming class owning the method. Reviewed-by: sspitsyn, ehelin, sla
-
由 coleenp 提交于
Summary: Should compare bounds greater than or equal 4G when deciding if shift is needed or CDS area + compressed class space are within 4G of each other. Reviewed-by: stefank, hseigel, zgu
-
- 31 10月, 2013 2 次提交
- 30 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: duke
-