[RFA] Add JDWP VM_INIT JVMTI callback
Keith Seitz
keiths@redhat.com
Fri Jan 19 01:31:00 GMT 2007
Andrew Haley wrote:
> Keith: as well as Marco's fixes, please fix your warnings.
Okay, I've committed Marco's fix.
Here's a patch which removes the warnings and does some reformatting of
the long lines (and other really minor whitespace stuff that indent found).
However, it contains a lot of method decls like:
jint
gnu::classpath::jdwp::
some_method (MAYBE_UNUSED type1 argument1, MAYBE_UNUSED type2 argument2,
MAYBE_UNUSED type3 argument3)
{
// ...
}
and such. Indent was very inconsistent about how to format some of these
lines, so I chose the one I thought looked the best.
Any suggestions on how to clean these long lines up better or is this
sufficient?
Keith
ChangeLog
2007-01-18 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused
parameters in
methods and reformat.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: natvmvm-reformat.patch
Type: text/x-patch
Size: 3671 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070119/e23b4f17/attachment.bin>
More information about the Java-patches
mailing list