equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * Copyright 2013, 2014 SAP AG. All rights reserved. |
3 * Copyright 2013, 2015 SAP AG. All rights reserved. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 * |
5 * |
6 * This code is free software; you can redistribute it and/or modify it |
6 * This code is free software; you can redistribute it and/or modify it |
7 * under the terms of the GNU General Public License version 2 only, as |
7 * under the terms of the GNU General Public License version 2 only, as |
8 * published by the Free Software Foundation. |
8 * published by the Free Software Foundation. |
32 // fail with a guarantee ("not enough space for interpreter generation"); |
32 // fail with a guarantee ("not enough space for interpreter generation"); |
33 // if too small. |
33 // if too small. |
34 // Run with +PrintInterpreter to get the VM to print out the size. |
34 // Run with +PrintInterpreter to get the VM to print out the size. |
35 // Max size with JVMTI |
35 // Max size with JVMTI |
36 |
36 |
37 const static int InterpreterCodeSize = 210*K; |
37 const static int InterpreterCodeSize = 230*K; |
38 |
38 |
39 #endif // CPU_PPC_VM_TEMPLATEINTERPRETER_PPC_HPP |
39 #endif // CPU_PPC_VM_TEMPLATEINTERPRETER_PPC_HPP |
40 |
40 |
41 |
41 |