comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotBackend.java @ 21413:15a46a918fc1

removed unnecessary HotSpotCodeCache.MarkId enum (JBS:GRAAL-53) converted some uses of GraalInternalError to InternalError
author Doug Simon <doug.simon@oracle.com>
date Mon, 18 May 2015 22:27:24 +0200
parents 422e60a2f4b9
children 1da7aef31a08
comparison
equal deleted inserted replaced
21412:6df10903c955 21413:15a46a918fc1
62 // @formatter:on 62 // @formatter:on
63 } 63 }
64 64
65 /** 65 /**
66 * Descriptor for {@link ExceptionHandlerStub}. This stub is called by the 66 * Descriptor for {@link ExceptionHandlerStub}. This stub is called by the
67 * {@linkplain HotSpotVMConfig#codeInstallerMarkIdExceptionHandlerEntry exception handler} in a 67 * {@linkplain HotSpotVMConfig#MARKID_EXCEPTION_HANDLER_ENTRY exception handler} in a compiled
68 * compiled method. 68 * method.
69 */ 69 */
70 public static final ForeignCallDescriptor EXCEPTION_HANDLER = new ForeignCallDescriptor("exceptionHandler", void.class, Object.class, Word.class); 70 public static final ForeignCallDescriptor EXCEPTION_HANDLER = new ForeignCallDescriptor("exceptionHandler", void.class, Object.class, Word.class);
71 71
72 /** 72 /**
73 * Descriptor for SharedRuntime::get_ic_miss_stub(). 73 * Descriptor for SharedRuntime::get_ic_miss_stub().