Re: review request (L): 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute

2010-11-30 Thread Christian Thalinger
On Nov 30, 2010, at 4:35 AM, John Rose wrote: src/share/vm/oops/constantPoolOop.hpp: - void copy_entry_to(int from_i, constantPoolHandle to_cp, int to_i, TRAPS); + static void copy_entry_to(constantPoolHandle from_cp, int from_i, constantPoolHandle to_cp, int to_i, TRAPS); Maybe I'm

Re: review request (L): 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute

2010-11-29 Thread John Rose
On Nov 25, 2010, at 2:27 AM, Christian Thalinger wrote: On Nov 25, 2010, at 8:42 AM, John Rose wrote: On Nov 22, 2010, at 6:57 PM, John Rose wrote: Because of a strong and reasonable request from the IBM JVM team, the JSR 292 class file format for CONSTANT_InvokeDynamic is changing one

Re: review request (L): 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute

2010-11-25 Thread Christian Thalinger
On Nov 25, 2010, at 8:42 AM, John Rose wrote: On Nov 22, 2010, at 6:57 PM, John Rose wrote: Because of a strong and reasonable request from the IBM JVM team, the JSR 292 class file format for CONSTANT_InvokeDynamic is changing one more time. ... I will be putting out a review request soon

review request (L): 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute

2010-11-24 Thread John Rose
On Nov 22, 2010, at 6:57 PM, John Rose wrote: Because of a strong and reasonable request from the IBM JVM team, the JSR 292 class file format for CONSTANT_InvokeDynamic is changing one more time. ... I will be putting out a review request soon for this. Here is a JVM change which moves the