comparison src/share/vm/memory/universe.hpp @ 1913:3b2dea75431e

6984311: JSR 292 needs optional bootstrap method parameters Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
author jrose
date Sat, 30 Oct 2010 13:08:23 -0700
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1912:8213b0f5c92d 1913:3b2dea75431e
1 /* 1 /*
2 * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. 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.
338 static klassOop* intArrayKlassObj_addr() { return &_intArrayKlassObj; } 338 static klassOop* intArrayKlassObj_addr() { return &_intArrayKlassObj; }
339 static klassOop* shortArrayKlassObj_addr() { return &_shortArrayKlassObj; } 339 static klassOop* shortArrayKlassObj_addr() { return &_shortArrayKlassObj; }
340 static klassOop* longArrayKlassObj_addr() { return &_longArrayKlassObj; } 340 static klassOop* longArrayKlassObj_addr() { return &_longArrayKlassObj; }
341 static klassOop* singleArrayKlassObj_addr() { return &_singleArrayKlassObj; } 341 static klassOop* singleArrayKlassObj_addr() { return &_singleArrayKlassObj; }
342 static klassOop* doubleArrayKlassObj_addr() { return &_doubleArrayKlassObj; } 342 static klassOop* doubleArrayKlassObj_addr() { return &_doubleArrayKlassObj; }
343 static klassOop* systemObjArrayKlassObj_addr() { return &_systemObjArrayKlassObj; }
343 344
344 // The particular choice of collected heap. 345 // The particular choice of collected heap.
345 static CollectedHeap* heap() { return _collectedHeap; } 346 static CollectedHeap* heap() { return _collectedHeap; }
346 347
347 // For UseCompressedOops 348 // For UseCompressedOops