- 27 12月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Make object non-scalarizable if it has field with multiple bases one of which is null Reviewed-by: kvn, twisti
-
- 19 12月, 2013 2 次提交
- 17 12月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Use signed data type so that no underflow can happen Reviewed-by: kvn, roland
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 20 12月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: A method with no declared methods was getting an AME overpass method with the latest change. The method_ordering array was not updated for the new methods. Reviewed-by: dcubed, acorn, dsamersoff, lfoltan, hseigel
-
- 16 12月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Create AME overpass methods and fix method search logic Reviewed-by: kamg, acorn, lfoltan, coleenp
-
- 13 12月, 2013 2 次提交
-
-
由 roland 提交于
Summary: no call to SystemDictionary::notice_modification() when class is defined through Unsafe.defineAnonymousClass() can caused missed dependency change. Reviewed-by: kvn, twisti
-
由 drchase 提交于
Summary: replace test condition with reference to the proper predicate, encode folk wisdom into an assert Reviewed-by: twisti, coleenp
-
- 12 12月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: JFR needs this fix to run on PPC Reviewed-by: sla, mikael
-
- 11 12月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution. Reviewed-by: acorn, coleenp Contributed-by: lois.foltan@oracle.com
-
- 09 12月, 2013 1 次提交
-
-
由 stefank 提交于
8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1) Summary: Fixed overflow bug in VirtualSpaceNode::is_available Reviewed-by: mgerdin, brutisso, coleenp, jmasa
-
- 10 12月, 2013 1 次提交
-
-
由 sjohanss 提交于
Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass. Reviewed-by: stefank, jmasa, mgerdin
-
- 09 12月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: brutisso, jmasa, jwilhelm
-
- 07 12月, 2013 3 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
由 kvn 提交于
Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive Reviewed-by: jrose, twisti
-
由 hseigel 提交于
8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61 Summary: Check first that a class is not a dynamically-generated bytecode associated with 1.4 reflection implementation, to emitting an ICCE of an invokespecial IMR of a method in an indirect superinterface. Reviewed-by: acorn, hseigel Contributed-by: lois.foltan@oracle.com
-
- 04 12月, 2013 4 次提交
-
-
由 hseigel 提交于
Summary: Use the anonymous class's host class for protected access checks Reviewed-by: acorn, coleenp, lfoltan
-
由 sspitsyn 提交于
8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution Reviewed-by: sla, dholmes, dsamersoff Contributed-by: serguei.spitsyn@oracle.com
-
由 acorn 提交于
Reviewed-by: hseigel, lfoltan, coleenp
-
由 acorn 提交于
Reviewed-by: coleenp, lfoltan, hseigel
-
- 02 12月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs Reviewed-by: kvn
-
- 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 2 次提交
-
-
由 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
-
由 sjohanss 提交于
Summary: Reduced the number of calls to follow_class_loader and instead marked and pushed the klass holder directly. Also removed unneeded calls to adjust_klass. Reviewed-by: coleenp, jmasa, mgerdin, tschatzl
-
- 23 11月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, egahlin
-
- 22 11月, 2013 2 次提交
- 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
-