- 31 3月, 2015 1 次提交
-
-
由 ptbrunet 提交于
Summary: move files from open to closed Reviewed-by: erikj, serb, azvegint Contributed-by: peter.brunet@oracle.com
-
- 02 3月, 2015 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: peytoia
-
- 25 2月, 2015 1 次提交
-
-
由 aivanov 提交于
Reviewed-by: ant, dtitov, dcherepanov
-
- 30 1月, 2015 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb, igerasim
-
- 23 1月, 2015 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: alanb
-
- 20 11月, 2014 1 次提交
-
-
由 rriggs 提交于
Reviewed-by: dholmes, martin
-
- 03 2月, 2015 2 次提交
- 28 1月, 2015 1 次提交
-
-
由 msheppar 提交于
8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c Summary: explicitly initialze local function variables Reviewed-by: alanb
-
- 24 1月, 2015 1 次提交
-
-
由 alanb 提交于
8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons Summary: added null checks to JNI functoin call return values Reviewed-by: chegar, coffeys
-
- 14 11月, 2014 1 次提交
-
-
由 alexsch 提交于
Reviewed-by: pchelko, anthony, ksrini
-
- 12 11月, 2014 1 次提交
-
-
由 prr 提交于
Reviewed-by: serb, vadim
-
- 08 11月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: ctornqvi
-
- 15 10月, 2014 1 次提交
-
-
由 okutsu 提交于
Reviewed-by: peytoia, aefimov
-
- 24 9月, 2014 1 次提交
-
-
由 sgabdura 提交于
Summary: Create custom Security Descriptor for Named Pipe. Reviewed-by: mgronlun, dsamersoff, uta
-
- 23 9月, 2014 1 次提交
-
-
由 serb 提交于
Reviewed-by: azvegint, alexsch
-
- 04 10月, 2014 1 次提交
-
-
由 vinnie 提交于
Reviewed-by: valeriep
-
- 23 9月, 2014 1 次提交
-
-
由 serb 提交于
Reviewed-by: azvegint, alexsch
-
- 18 9月, 2014 2 次提交
- 09 9月, 2014 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: chegar
-
- 11 9月, 2014 1 次提交
-
-
由 alexsch 提交于
Reviewed-by: serb, prr, skoivu
-
- 23 8月, 2014 1 次提交
-
-
由 bpb 提交于
Summary: Wrap some native methods in Java methods. Reviewed-by: rriggs
-
- 12 9月, 2014 1 次提交
-
-
由 chegar 提交于
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack Reviewed-by: michaelm
-
- 21 8月, 2014 1 次提交
-
-
由 serb 提交于
Reviewed-by: alexsch, prr
-
- 14 8月, 2014 1 次提交
-
-
由 serb 提交于
Reviewed-by: azvegint, prr
-
- 06 8月, 2014 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar, alanb
-
- 11 7月, 2014 1 次提交
-
-
由 serb 提交于
Reviewed-by: pchelko, anthony
-
- 18 7月, 2014 1 次提交
-
-
由 jbachorik 提交于
8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c Reviewed-by: sundar, kevinw
-
- 02 7月, 2014 1 次提交
-
-
由 mcherkas 提交于
Reviewed-by: anthony, pchelko Contributed-by: artem.malenko@oracle.com
-
- 06 8月, 2014 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: chegar, alanb
-
- 02 7月, 2014 1 次提交
-
-
由 serb 提交于
8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert Reviewed-by: anthony, pchelko, azvegint
-
- 16 12月, 2014 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: kirk.shoop@microsoft.com, v-valkop@microsoft.com
-
- 19 10月, 2014 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: kirk.shoop@microsoft.com, v-valkop@microsoft.com
-
- 23 6月, 2014 1 次提交
-
-
由 coffeys 提交于
Reviewed-by: chegar
-
- 21 6月, 2014 4 次提交
-
-
由 msheppar 提交于
Summary: added ExceptionCheck fater JNI calls Reviewed-by: chegar
-
由 msheppar 提交于
8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c Summary: check JNI return values, check for pending exceptions, check malloc return value and raise OOME as needed Reviewed-by: alanb
-
由 msheppar 提交于
Summary: NI return checks, NULL return checks for malloc added Reviewed-by: alanb, chegar
-
由 msheppar 提交于
8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions Summary: Check for JNI pending exceptions. Add null checks after malloc calls Reviewed-by: alanb, chegar
-
- 20 6月, 2014 1 次提交
-
-
由 msheppar 提交于
Summary: added JNI call NULL return checks Reviewed-by: alanb, mchung
-