23941 Commits

Author SHA1 Message Date
Per Lidén
4a4c0fce93 8029075: String deduplication in G1
Implementation of JEP 192, http://openjdk.java.net/jeps/192

Reviewed-by: brutisso, tschatzl, coleenp
2014-03-18 19:07:22 +01:00
Coleen Phillimore
4880019b3e 8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array
Call ProtectionDomain constructor instead of making all fields null.

Reviewed-by: fparain, zgu
2014-03-18 13:45:27 -04: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
Nils Eliasson
5827f6e16c Merge 2014-03-18 14:22:42 +01:00
Sergey Bylokhov
e63f78cc99 8028050: Typo correction needed s/Classlaoder/Classloader/
Reviewed-by: pchelko, azvegint
2014-03-18 16:07:01 +04:00
Erik Joelsson
cd9da7c362 8037483: issue with the crypto / sec zip unzipping in the jdk8 build
Reviewed-by: ihse
2014-03-18 12:31:16 +01: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
Volker Simonis
02186906ef 8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
Reviewed-by: mchung, alanb
2014-03-18 11:10:53 +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
Serguei Spitsyn
6c36e9d3fd 6976636: JVM/TI test ex03t001 fails assertion
Relax assert in the post_class_unload for the CMS case

Reviewed-by: dcubed, dsamersoff
2014-03-17 19:29:29 -07:00
Dan Smith
d9e857f304 8034980: Fix @summary tag of test/tools/javac/parser/T4910483.java
Reviewed-by: vromero
2014-03-17 14:03:59 -06:00
Zhengyu Gu
da4aab3c1d 8025550: valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes()
Fixed initialized variable that could miscount arena memory

Reviewed-by: coleenp, ccheung
2014-03-17 13:39:17 -04:00
Matherey Nunez
2937094508 8037378: Write sanity tests for bytecode persistence feature
Reviewed-by: sundar, hannesw
2014-03-17 18:27:30 +01: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
Bharadwaj Yadavalli
52f97b0ee1 8036576: jtreg failed on Test6792161 timed out
Increase time out value of test since debug VM executes additional code

Reviewed-by: kvn
2014-03-17 11:33:21 -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
Athijegannathan Sundararajan
e34f74421a 8037400: Remove getInitialMap getters and GlobalObject interface
Reviewed-by: lagergren, jlaskey, attila
2014-03-17 18:02:00 +05:30
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
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