Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] solaris vs. the rest

Compilation of the following program crashes (stacktrace at the end of this msg) under Solaris, but not under MacOS or windoze...

// start code -----------------------------------
aspect A <T extends Pair<T> > {}

class Pair<FROM> {}
// end code -----------------------------------

has anyone seen similar behavior?

Thanks.
Jeff
--
Jeffrey Palm --> http://jeffpalm.com





Back to the top