comparison src/cpu/sparc/vm/sharedRuntime_sparc.cpp @ 22468:f58e7b5fe0ab

made JavaThread::_jvmci a union
author Doug Simon <doug.simon@oracle.com>
date Tue, 25 Aug 2015 22:58:03 +0200
parents b14500c9da22
children a69a8d96ee6e
comparison
equal deleted inserted replaced
22467:d1019456c4d2 22468:f58e7b5fe0ab
3540 3540
3541 #if INCLUDE_JVMCI 3541 #if INCLUDE_JVMCI
3542 masm->block_comment("BEGIN JVMCI"); 3542 masm->block_comment("BEGIN JVMCI");
3543 int implicit_exception_uncommon_trap_offset = __ offset() - start; 3543 int implicit_exception_uncommon_trap_offset = __ offset() - start;
3544 __ ld_ptr(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset()), O7); 3544 __ ld_ptr(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset()), O7);
3545 DEBUG_ONLY(__ st(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset())));) 3545 __ st(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset())));
3546 __ add(O7, -8, O7); 3546 __ add(O7, -8, O7);
3547 3547
3548 int uncommon_trap_offset = __ offset() - start; 3548 int uncommon_trap_offset = __ offset() - start;
3549 3549
3550 // Save everything in sight. 3550 // Save everything in sight.