Mark Sheppard
|
e506d671fa
|
8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
Malloc null return checks and pending exception checks
Reviewed-by: alanb
|
2014-03-20 23:12:55 +00:00 |
|
Mark Sheppard
|
6e01e594da
|
8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
Check JNI return values, check for pending exceptions, check malloc return value and raise OOME as needed
Reviewed-by: alanb
|
2014-03-20 22:57:39 +00:00 |
|
Lance Andersen
|
5163011f0e
|
8037507: Fix broken link in javax/sql/rowset/package.html
Reviewed-by: darcy
|
2014-03-20 18:18:11 -04:00 |
|
Mark Sheppard
|
3a73293102
|
8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
Check JNI return values and pending exceptions, Check malloc returns, and throw OOME as appropriate
Reviewed-by: alanb
|
2014-03-20 21:27:22 +00:00 |
|
Mark Sheppard
|
86b7f002f4
|
8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
Added ExceptionCheck fater JNI calls
Reviewed-by: chegar
|
2014-03-20 21:14:51 +00:00 |
|
Mark Sheppard
|
706fe7b1db
|
8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
Added JNI call NULL return checks
Reviewed-by: alanb, mchung
|
2014-03-20 21:03:43 +00:00 |
|
Mark Sheppard
|
226c059658
|
8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
Check malloc return value and added JUN_ThrowOutOfMemoryException
Reviewed-by: alanb
|
2014-03-20 16:19:08 +00:00 |
|
Petr Pchelko
|
33ad6f8979
|
8037840: [macosx] Rewrite CWarning window to eliminate the ExecutorService
Reviewed-by: anthony, serb
|
2014-03-20 16:58:58 +04:00 |
|
Petr Pchelko
|
ede414e780
|
8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
Reviewed-by: anthony, serb, prr
|
2014-03-20 12:10:53 +04:00 |
|
Anthony Scarpino
|
fff6b1883a
|
7107611: sun.security.pkcs11.SessionManager is scalability blocker
Reviewed-by: valeriep
|
2014-03-19 11:48:06 -07:00 |
|
Phil Race
|
2ab0405188
|
Merge
|
2014-03-19 11:13:35 -07:00 |
|
Sergey Bylokhov
|
a8bfc3d374
|
8037868: The build is broken after the JDK-8035630
Reviewed-by: prr, pchelko, bagiras
|
2014-03-19 21:05:28 +04:00 |
|
Henry Jen
|
0701c5f13f
|
8037743: 2d nightly: wrong class cast to DigraphNode
Reviewed-by: prr, serb
|
2014-03-19 09:00:50 -07:00 |
|
Petr Pchelko
|
13a9b31a66
|
8037776: [macosx] Swing app fails to exit after last window is disposed when security manager is enabled
Reviewed-by: anthony, serb
|
2014-03-19 18:27:31 +04:00 |
|
Phil Race
|
fb4712700f
|
8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c
Reviewed-by: serb, jgodinez
|
2014-03-18 16:01:31 -07:00 |
|
Phil Race
|
8adea7db6f
|
8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
Reviewed-by: serb, jgodinez
|
2014-03-18 15:52:03 -07:00 |
|
Phil Race
|
4fee93a750
|
8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
Reviewed-by: serb, jgodinez
|
2014-03-18 15:49:19 -07:00 |
|
Phil Race
|
abd0683c07
|
8034095: [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
Reviewed-by: serb, jgodinez
|
2014-03-18 15:48:03 -07:00 |
|
Petr Pchelko
|
b578066e0b
|
8035168: [macosx] Remove CThreading class
Reviewed-by: serb, anthony
|
2014-03-18 23:22:45 +04:00 |
|
Phil Race
|
2beb211aef
|
8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
Reviewed-by: serb, jgodinez
|
2014-03-18 11:31:11 -07:00 |
|
Kumar Srinivasan
|
8725d75174
|
8037529: [asm] add back @Suppress tags, removed by last bulk refresh
Reviewed-by: psandoz
|
2014-03-18 10:02:25 -07:00 |
|
Sergey Bylokhov
|
21e9bfc83e
|
8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
Reviewed-by: anthony, prr
|
2014-03-18 18:11:41 +04:00 |
|
Sergey Bylokhov
|
e63f78cc99
|
8028050: Typo correction needed s/Classlaoder/Classloader/
Reviewed-by: pchelko, azvegint
|
2014-03-18 16:07:01 +04:00 |
|
Alexander Scherbatiy
|
a246384219
|
8035069: [macosx] Loading resolution variants by demand
Reviewed-by: serb, pchelko
|
2014-03-18 14:48:47 +04:00 |
|
Paul Sandoz
|
761e2c85b3
|
8037106: Optimize Arrays.asList(...).forEach
Reviewed-by: alanb, martin, mduigou, ulfzibis
|
2014-03-18 11:24:38 +01:00 |
|
Petr Pchelko
|
eaa221b268
|
8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
Reviewed-by: anthony, serb
|
2014-03-18 12:30:17 +04:00 |
|
Alexander Zvegintsev
|
3c9e8bee0c
|
8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
Reviewed-by: serb, pchelko
|
2014-03-17 20:09:41 +04:00 |
|
Alexander Zvegintsev
|
8774e390b2
|
8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
Reviewed-by: serb, pchelko
|
2014-03-17 19:44:16 +04:00 |
|
Alexander Zvegintsev
|
0dccaa3eb3
|
8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
Reviewed-by: serb, pchelko
|
2014-03-17 19:38:34 +04:00 |
|
Alexander Zvegintsev
|
a255b4d7a0
|
8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
Reviewed-by: serb, pchelko
|
2014-03-17 19:35:13 +04:00 |
|
Alexander Zvegintsev
|
b88756e8fd
|
8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
Reviewed-by: anthony, serb
|
2014-03-17 19:30:54 +04:00 |
|
Sergey Bylokhov
|
87514d9f0e
|
8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending
Reviewed-by: pchelko, azvegint
|
2014-03-17 16:33:28 +04:00 |
|
Sergey Bylokhov
|
eb2ad0bddf
|
8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
Reviewed-by: pchelko, azvegint
|
2014-03-17 15:31:58 +04:00 |
|
Petr Pchelko
|
3e98d762b9
|
8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
Reviewed-by: anthony, art, serb
|
2014-03-17 13:10:24 +04:00 |
|
Petr Pchelko
|
f80b2f863c
|
8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
Reviewed-by: anthony, serb, azvegint
|
2014-03-17 13:03:39 +04:00 |
|
Kumar Srinivasan
|
47e00453cc
|
8037221: [asm] refresh internal ASM version
Reviewed-by: psandoz, sundar
|
2014-03-14 08:44:39 -07:00 |
|
Oleg Pekhovskiy
|
9fc69a0f41
|
8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
Reviewed-by: serb, pchelko
|
2014-03-14 19:27:40 +04:00 |
|
Oleg Pekhovskiy
|
8e4fd2a0f9
|
8037377: Windows: compilation failed after the fix for 8033712
Reviewed-by: serb, pchelko
|
2014-03-14 19:20:48 +04:00 |
|
Sergey Bylokhov
|
03e958a5a9
|
8036103: Cleanup of java.awt and java.awt.peer packages
Reviewed-by: bagiras, pchelko
|
2014-03-14 18:14:41 +04:00 |
|
Petr Pchelko
|
a3cc5f5cf3
|
8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
Reviewed-by: anthony, serb
|
2014-03-14 17:48:28 +04:00 |
|
Petr Pchelko
|
72344ee850
|
8037099: [macosx] Remove all references to GC from native OBJ-C code
Reviewed-by: anthony, serb
|
2014-03-14 16:01:04 +04:00 |
|
Oleg Pekhovskiy
|
1cd40d19c9
|
8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
Reviewed-by: serb, pchelko
|
2014-03-14 14:23:33 +04:00 |
|
Weijun Wang
|
6a81209e6f
|
8037262: typo in error message in KrbAsReq.authenticate()
Reviewed-by: mullan, juh
|
2014-03-14 09:29:16 +08:00 |
|
Joe Darcy
|
25d1d45fd9
|
8035692: Fix serial lint warnings in mac-specific code
Reviewed-by: alanb, prr
|
2014-03-13 16:29:26 -07:00 |
|
Joe Darcy
|
15594ec61d
|
8037139: Fix serial lint warnings in sun.print
Reviewed-by: prr
|
2014-03-13 12:48:11 -07:00 |
|
Joe Darcy
|
7c9de3ea76
|
8033712: Fix more serial lint warnings in sun.awt
Reviewed-by: alanb, serb, prr
|
2014-03-13 12:40:27 -07:00 |
|
Sergey Bylokhov
|
23e6201109
|
8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp
Reviewed-by: pchelko, azvegint
|
2014-03-13 20:48:33 +04:00 |
|
Petr Pchelko
|
ff28ead70b
|
8037287: Windows build failed after JDK-8030787
Reviewed-by: serb, bagiras
|
2014-03-13 15:33:43 +04:00 |
|
Petr Pchelko
|
8294a35add
|
8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
Reviewed-by: serb, prr
|
2014-03-13 12:52:29 +04:00 |
|
Artem Smotrakov
|
727989dc5d
|
8028591: NegativeArraySizeException in sun.security.util.DerInputStream.getUnalignedBitString()
Reviewed-by: mullan, weijun
|
2014-03-13 15:13:22 +08:00 |
|