comparison src/cpu/ppc/vm/cppInterpreter_ppc.cpp @ 17804:fd1b9f02cc91

8036976: PPC64: implement the template interpreter Reviewed-by: kvn, coleenp Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
author goetz
date Mon, 10 Mar 2014 12:58:02 +0100
parents 31e80afe3fed
children 92aa6797d639 63c5920a038d
comparison
equal deleted inserted replaced
17803:31e80afe3fed 17804:fd1b9f02cc91
1351 // on native method exit. If we do have an exception, we'll end up 1351 // on native method exit. If we do have an exception, we'll end up
1352 // in the caller's context to handle it, so if we don't do the 1352 // in the caller's context to handle it, so if we don't do the
1353 // notify here, we'll drop it on the floor. 1353 // notify here, we'll drop it on the floor.
1354 1354
1355 __ notify_method_exit(true/*native method*/, 1355 __ notify_method_exit(true/*native method*/,
1356 ilgl /*illegal state (not used for native methods)*/); 1356 ilgl /*illegal state (not used for native methods)*/,
1357 1357 InterpreterMacroAssembler::NotifyJVMTI,
1358 1358 false /*check_exceptions*/);
1359 1359
1360 //============================================================================= 1360 //=============================================================================
1361 // Handle exceptions 1361 // Handle exceptions
1362 1362
1363 // See if we must unlock. 1363 // See if we must unlock.