23980 Commits

Author SHA1 Message Date
Xue-Lei Andrew Fan
451daea8f4 8037346: Need to terminate server process if client runs into problems
Reviewed-by: weijun
2014-03-17 10:07:13 +00: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
Dmitry Samersoff
903d462556 Merge 2014-03-15 04:03:42 -07:00
Vladimir Kozlov
d3f1dc78ef 8037226: compiler/7196199/Test7196199.java fails on 32-bit linux with MaxVectorSize > 16
Verify YMM registers after signal processing and set limit on vector's size.

Reviewed-by: iveresov, twisti
2014-03-14 17:28:58 -07:00
Yumin Qi
f2fbd2207d 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
Under non-interactive shell, with -Xcheck:jni, check_signal_handler will print out Warning for SHURDOWN2_SIGNAL (SIGINT) which is replaced by non-interactive shell. Fix by supply more information of the replacement to user.

Reviewed-by: acorn, dsamersoff
2014-03-14 14:17:11 -07:00
Eric McCorkle
53e3990b7c 8037420: Silent failures in Annotate.actualEnterTypeAnnotations
Remove two silent failures

Reviewed-by: jjg
2014-03-14 15:35:13 -04:00
Alejandro Murillo
1597e5f92a Merge 2014-03-14 10:31:11 -07: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
Erik Helin
e88724d567 Merge 2014-03-14 13:27:18 +01:00
Erik Joelsson
1afb74429d 8010767: Build fails on OEL6 with 16 cores
Reviewed-by: tbell, ihse
2014-03-14 13:17:23 +01:00
Erik Joelsson
ac1be38a4c 8010767: Build fails on OEL6 with 16 cores
Reviewed-by: tbell, ihse
2014-03-14 13:16:46 +01:00
Frederic Parain
2655375438 8036128: Remove deprecated VM flag UseVMInterruptibleIO
Reviewed-by: acorn, dholmes, dcubed, coleenp
2014-03-14 12:02:54 +00: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
Aleksei Efimov
1b8b577a18 8037180: [TEST_BUG] test/sun/util/calendar/zi/Zoneinfo.java incorrectly calculates raw GMT offset change time
Reviewed-by: coffeys, okutsu
2014-03-14 15:50:20 +04:00
Aleksei Efimov
f461af84fd 8037012: (tz) Support tzdata2014a
Reviewed-by: coffeys, okutsu, sherman
2014-03-14 15:49:46 +04:00
Erik Joelsson
afa5b5c349 8037281: Improve CacheFind and enable on all platforms
Reviewed-by: tbell, ihse
2014-03-14 12:31:28 +01:00
Erik Joelsson
6151bfe1cb 8037281: Improve CacheFind and enable on all platforms
Reviewed-by: tbell, ihse
2014-03-14 12:31:08 +01: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
Nils Eliasson
8c46e61622 Merge 2014-03-14 09:26:27 +01:00
Erik Helin
358b5bbebc Merge 2014-03-14 09:18:39 +01: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
Igor Veresov
a415d90691 8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto
Fix the type of osrBuffer parameter to depend on bitness

Reviewed-by: kvn, twisti
2014-03-13 14:55:34 -07:00
Igor Veresov
af7a190f21 8037149: C1: getThreadTemp should return a T_LONG register on 64bit
Fix the type of the register returned by getThreadTemp() to depend on bitness

Reviewed-by: kvn, twisti
2014-03-13 14:55:10 -07:00
Vicente Romero
2564e82ad1 8034924: Incorrect inheritance of inaccessible static method
Reviewed-by: jjg, jlahoda
2014-03-13 20:13:43 +00: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
Vicente Romero
73e0ab9b7f 8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar
Reviewed-by: jjg
2014-03-13 17:36:51 +00: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
Erik Joelsson
29a22468e2 8037238: JDK 9 images don't rebuild when access bridge jars rebuild
Reviewed-by: tbell
2014-03-13 17:18:11 +01:00
Petr Pchelko
ff28ead70b 8037287: Windows build failed after JDK-8030787
Reviewed-by: serb, bagiras
2014-03-13 15:33:43 +04:00
Athijegannathan Sundararajan
572d581262 8015958: DataView constructor is not defined
Reviewed-by: attila, hannesw, lagergren
2014-03-13 15:58:24 +05:30
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
Ivan Gerasimov
106b5b9af8 7011804: SequenceInputStream with lots of empty substreams can cause StackOverflowError
Reviewed-by: chegar, alanb
2014-03-13 07:52:17 +04:00
Ivan Gerasimov
91eeeafb13 8036088: Replace strtok() with its safe equivalent strtok_s() in DefaultProxySelector.c
Reviewed-by: chegar
2014-03-13 07:24:12 +04:00
Daniel Fuchs
769affa9c4 8036916: Deprecation warnings in LogManager
Reviewed-by: mchung
2014-03-12 20:18:47 +01:00
Ivan Gerasimov
d3271335ad 8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
Reviewed-by: martin, dholmes
2014-03-12 21:45:20 +04:00
Joe Darcy
776fc07a91 8037173: Fix serial lint warnings in sun.audio
Reviewed-by: alanb, serb
2014-03-12 09:20:06 -07:00
Joe Darcy
0463ed5369 8037174: Fix serial lint warnings in sun.applet
Reviewed-by: alanb, pchelko
2014-03-12 09:16:03 -07:00
Jason Uh
323843f397 8021804: Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
Reviewed-by: mullan
2014-03-12 08:55:35 -07:00
Hannes Wallnöfer
6f1436baa2 8034055: delete on global object not properly guarded
Reviewed-by: sundar, lagergren
2014-03-12 16:33:28 +01:00
Sergey Bylokhov
26664e596d 8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
Reviewed-by: pchelko, azvegint
2014-03-12 16:59:11 +04:00
Sergey Bylokhov
36955ccbc2 8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp
Reviewed-by: pchelko, azvegint
2014-03-12 16:09:47 +04:00
Erik Helin
1d21f8975b Merge 2014-03-12 13:02:47 +01:00