This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

JvSynchronize nitpick


For JvSynchronize, why not make `synchronized' a macro (or slightly
name mangled) that expands into the current JvSynchronize syntax?

So C++ code would look like:

{ synchronized (OBJ); CODE; }

which is more in line with the Java syntax.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]