comparison src/share/vm/c1/c1_LIR.hpp @ 1175:614b7e3a9f48

6879943: CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029 Reviewed-by: kvn, cfang
author never
date Fri, 15 Jan 2010 16:15:45 -0800
parents ff1a29907b6c
children 3cf667df43ef
comparison
equal deleted inserted replaced
1174:ddb7834449d0 1175:614b7e3a9f48
1 /* 1 /*
2 * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2000-2010 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
1998 class LIR_OpVisitState: public StackObj { 1998 class LIR_OpVisitState: public StackObj {
1999 public: 1999 public:
2000 typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode; 2000 typedef enum { inputMode, firstMode = inputMode, tempMode, outputMode, numModes, invalidMode = -1 } OprMode;
2001 2001
2002 enum { 2002 enum {
2003 maxNumberOfOperands = 14, 2003 maxNumberOfOperands = 16,
2004 maxNumberOfInfos = 4 2004 maxNumberOfInfos = 4
2005 }; 2005 };
2006 2006
2007 private: 2007 private:
2008 LIR_Op* _op; 2008 LIR_Op* _op;