summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdtrace_jni/common/dtj_jnitab.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-20940 llquantize() dreams of JNIRichard Lowe1-2/+9
Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2008-03-036545859 ERROR: /opt/SUNWdtrt/tst/common/java_api/tst.Bean.ksh stdout mismatchtomee1-1/+11
6650894 'dtest -i java' errors 6652174 add "-target 1.5" javac flag to build dtest Java classes 6652183 add "-Xlint" javac flag to Java DTrace API build 6652217 Java DTrace API loses aggregation record order 6667597 Java DTrace API does not handle negative average in avg() action 6667606 Java DTrace API needs to support stddev() action 6668854 DTrace Java tests should run by default 6668856 dtest -u is useless
2007-02-136517428 readObject() methods should call initCause() on InvalidObjectExceptiontomee1-1/+5
6517433 replace StringBuffer with StringBuilder 6521523 aggregation drops can hang the Java DTrace API
2006-09-206457918 Java DTrace API does not support umod()/ufunc()/usym(), ↵tomee1-2/+39
mod()/func()/sym() 6467507 Java DTrace API javadoc links to DTrace guide broken 6468139 ufunc() aggregation key sorts strangely 6470482 Aggregation key integer representation and ordering differs between Java API and libdtrace 6470519 LocalConsumer CLOSED state reverts to STOPPED
2006-02-16PSARC 2006/054 DTrace JNI Bindingtomee1-0/+853
6384263 PSARC 2006/054 DTrace JNI Binding