src/share/vm/adlc/forms.hpp

changeset 3882
8c92982cbbc4
parent 2314
f95d63e2154a
child 4159
8e47bac5643a
     1.1 --- a/src/share/vm/adlc/forms.hpp	Thu Jun 14 14:59:52 2012 -0700
     1.2 +++ b/src/share/vm/adlc/forms.hpp	Fri Jun 15 01:25:19 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -172,7 +172,8 @@
    1.11      idealB      =  6,  // Byte    type
    1.12      idealC      =  7,  // Char    type
    1.13      idealS      =  8,  // String  type
    1.14 -    idealN      =  9   // Narrow oop types
    1.15 +    idealN      =  9,  // Narrow oop types
    1.16 +    idealV      = 10   // Vector  type
    1.17    };
    1.18    // Convert ideal name to a DataType, return DataType::none if not a 'ConX'
    1.19    Form::DataType  ideal_to_const_type(const char *ideal_type_name) const;

mercurial