hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp
changeset 4745 5ec280d96474
parent 4448 d6ec2737186c
child 5547 f4b087cbb361
--- a/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp	Wed Jan 27 14:06:27 2010 -0800
+++ b/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp	Thu Jan 28 08:36:34 2010 -0800
@@ -1,6 +1,6 @@
 /*
  * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
- * Copyright 2007, 2008, 2009 Red Hat, Inc.
+ * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -47,8 +47,10 @@
                         int total_args_passed,
                         int comp_args_on_stack,
                         const BasicType *sig_bt,
-                        const VMRegPair *regs) {
-  return new AdapterHandlerEntry(
+                        const VMRegPair *regs,
+                        AdapterFingerPrint *fingerprint) {
+  return AdapterHandlerLibrary::new_entry(
+    fingerprint,
     ShouldNotCallThisStub(),
     ShouldNotCallThisStub(),
     ShouldNotCallThisStub());