- 06 1月, 2014 1 次提交
-
-
由 goetz 提交于
Summary: Swap the Projs in the block list so that the new block is added behind the proper node. Reviewed-by: kvn
-
- 20 12月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets. Reviewed-by: kvn
-
- 12 12月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: JFR needs this fix to run on PPC Reviewed-by: sla, mikael
-
- 11 12月, 2013 2 次提交
-
-
由 goetz 提交于
Summary: Add StoreStore barriers after object initialization and after constructor calls in the C++ interpreter. Reviewed-by: kvn
-
由 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
-
- 10 12月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Add support for replacement variable CondRegister in adlc. Reviewed-by: kvn
-
- 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 2 次提交
- 06 12月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: Extend ELF-decoder to support PPC64 function descriptor tables Reviewed-by: kvn, zgu
-
- 28 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC64 use tdi instruction that does a compare and raises SIGTRAP for NULL and range checks. Reviewed-by: kvn
-
- 27 11月, 2013 2 次提交
- 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 2 次提交
- 22 11月, 2013 4 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, kvn
-
由 goetz 提交于
Summary: smaller shared changes required to build the C2 compiler on PPC64. Reviewed-by: kvn
-
由 goetz 提交于
Summary: Fixed Implicit NULL check optimization for AIX, where the page at address '0' is only write-protected. Reviewed-by: kvn
-
由 hseigel 提交于
Summary: Exclude private methods when checking for final method override. Reviewed-by: kamg, coleenp, dholmes, mseledtsov
-
- 21 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: extends MachCall nodes so that they can issue constants to the constant table Reviewed-by: kvn
-
- 20 11月, 2013 2 次提交
- 18 11月, 2013 2 次提交
- 16 11月, 2013 3 次提交
-
-
由 coleenp 提交于
Summary: Fix reversing rewriting for invokespecial Reviewed-by: jrose, hseigel
-
由 goetz 提交于
Summary: Add additional, more verbose syntax checks in adlc. Fix printing constant's problem in format(). Reviewed-by: kvn
-
由 goetz 提交于
Summary: Add a field to C2 LoadNode and StoreNode classes which indicates whether the load/store should do an acquire/release on platforms which support it. Reviewed-by: kvn
-
- 15 11月, 2013 2 次提交