src/share/vm/opto/stringopts.hpp

changeset 3760
8f972594effc
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/opto/stringopts.hpp	Fri May 11 14:54:35 2012 -0700
     1.2 +++ b/src/share/vm/opto/stringopts.hpp	Mon May 14 09:36:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 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 @@ -41,9 +41,6 @@
    1.11  
    1.12    // Memory slices needed for code gen
    1.13    int char_adr_idx;
    1.14 -  int value_field_idx;
    1.15 -  int count_field_idx;
    1.16 -  int offset_field_idx;
    1.17  
    1.18    // Integer.sizeTable - used for int to String conversion
    1.19    ciField* size_table_field;

mercurial