Jonathan Lu

Results 4 issues of Jonathan Lu

**Description** As from my understanding, the primary difference between Dragonwell and OpenJDK would be: Dragonwell provides some value-add features, such as Wisp, which are highly optimized and targeted for cloud-native...

enhancement

**Description** Multi-tenant CPU throttling feature presumes a rather simple execution environment, which only supports one user ('/cpu/ajdk_multi_tenant' directory can be owned by only one user) in the system to invoke...

enhancement

The type of the second parameter of GetStaticObjectField should be 'jclass' instead of 'jobject', this can be found by specifying jvm option "-Xcheck:jni". ``` JNIEXPORT jint JNICALL Java_com_hadoop_compression_lzo_LzoDecompressor_decompressBytesDirect( JNIEnv *env,...

Given that we are working on an opensource project, I'd like to propose to opensource the releasing process. Maybe following work can be documented on Wiki: - Release model -...

documentation