src/share/vm/compiler/disassembler.hpp

changeset 4093
5a98bf7d847b
parent 3156
f08d439fab8c
child 4117
f2e12eb74117
     1.1 --- a/src/share/vm/compiler/disassembler.hpp	Thu Sep 20 03:49:15 2012 -0700
     1.2 +++ b/src/share/vm/compiler/disassembler.hpp	Mon Sep 24 12:44:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -48,7 +48,8 @@
    1.11    friend class decode_env;
    1.12   private:
    1.13    // this is the type of the dll entry point:
    1.14 -  typedef void* (*decode_func)(void* start, void* end,
    1.15 +  typedef void* (*decode_func)(uintptr_t start_va, uintptr_t end_va,
    1.16 +                               unsigned char* buffer, uintptr_t length,
    1.17                                 void* (*event_callback)(void*, const char*, void*),
    1.18                                 void* event_stream,
    1.19                                 int (*printf_callback)(void*, const char*, ...),

mercurial