29164 Commits

Author SHA1 Message Date
Lana Steuck
c8921d009f Merge 2014-03-25 12:31:39 -07:00
Konstantin Shefov
ba63fad3f1 8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
Reviewed-by: pchelko, azvegint
2014-03-25 18:23:59 +04:00
Petr Pchelko
1bdb6807d0 8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
Reviewed-by: serb, anthony
2014-03-25 16:31:02 +04:00
Igor Veresov
ddc2f91ab4 8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support
Remove the overly strict assert

Reviewed-by: kvn, twisti
2014-03-24 23:13:46 -07:00
Vladimir Kozlov
04e8f32451 8038286: nm->set_rtm_state() should be called after (nm != NULL) check
Move set_rtm_state() call after (nm != NULL) check

Reviewed-by: iveresov, twisti
2014-03-24 17:44:27 -07:00
Mike Duigou
ef9ad46ff8 8030681: add "serve" command and --quiet and --verbose options to hgforest
Reviewed-by: ihse
2014-03-24 15:40:29 -07:00
Petr Pchelko
dc0b41d3d3 8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
Reviewed-by: prr, serb
2014-03-24 23:02:05 +04:00
Alejandro Murillo
3273c46daf 8038262: Workaround for ccache in vm.make is missing for aix
Reviewed-by: simonis, kvn
2014-03-24 11:51:40 -07:00
Calvin Cheung
1c9ebd2beb 8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
Added an assert for checking the return value is <= max_jint

Reviewed-by: coleenp, minqi
2014-03-24 10:48:44 -07:00
Phil Race
32ee4129bf Merge 2014-03-24 10:43:59 -07:00
Attila Szegedi
0cbec476dd 8037534: Use scope types to determine optimistic types
Reviewed-by: hannesw, lagergren
2014-03-24 18:41:06 +01:00
Attila Szegedi
a7394f09e5 8038223: Symbol trace debug output takes time
Reviewed-by: hannesw, lagergren
2014-03-24 18:40:11 +01:00
Paul Sandoz
0ba46cd40c 8037857: Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
Reviewed-by: alanb
2014-03-24 17:07:08 +01:00
Poonam Bajaj
1516f610a1 6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
Native pointers less than 64 bits wide should be extended as an unsigned number.

Reviewed-by: kvn, kevinw
2014-03-24 08:43:10 -07:00
Alan Bateman
252aa24c76 8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException
Reviewed-by: chegar
2014-03-24 15:09:47 +00:00
Jaroslav Bachorik
676f82b33f 8037274: sun.tools.attach.WindowsVirtualMachine#createPipe() needs more descriptive message when pipe creation fails
Reviewed-by: alanb, dcubed, allwin
2014-03-24 13:16:25 +01:00
Ivan Gerasimov
be3c17a489 6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
Reviewed-by: martin, rriggs, alanb
2014-03-24 14:14:03 +04:00
David Dehaven
84a944681a 8038027: DTDBuilder should be run in headless mode
Reviewed-by: ihse
2014-03-24 10:40:19 +01:00
Volker Simonis
3c590f1afe 8037298: Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile
Reviewed-by: ihse
2014-03-24 10:15:52 +01:00
Joe Darcy
98e3dea4f3 8034169: Fix serial lint warnings in javax.swing
Reviewed-by: alanb, prr
2014-03-23 13:49:48 -07:00
Dmitry Samersoff
ba76cc617e Merge 2014-03-23 08:31:44 -07:00
Roger Riggs
6f687a5536 8036571: (process) Process process arguments carefully
Reviewed-by: alanb, ahgross, jeff, robm
2014-03-22 12:51:48 -04:00
Vladimir Kozlov
93c0cc2aa8 8038181: Can't build product VM without precompiled header
Added missing #include.

Reviewed-by: twisti
2014-03-21 18:03:11 -07:00
Alexander Zuev
9157f3845d 8037046: Validate libraries to be loaded
Reviewed-by: ksrini, ahgross
2014-03-22 02:21:11 +04:00
Christian Thalinger
33ccc261e0 8035788: Provide more consistency for lookups
Reviewed-by: jrose, vlivanov, ahgross
2014-07-14 13:57:44 +04:00
Filipp Zhinkin
8167043964 8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions
Reviewed-by: iveresov, kvn, iignatyev
2014-03-22 00:26:48 +04:00
Phil Race
beef7a6745 8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
Reviewed-by: jgodinez, serb
2014-03-21 11:33:52 -07:00
Phil Race
95688c3510 8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
Reviewed-by: jgodinez, serb
2014-03-21 11:32:23 -07:00
Petr Pchelko
eae3043acf 8038106: PIT: access problem to a PrinterJob on OS X
Reviewed-by: serb, anthony, azvegint
2014-03-21 21:56:50 +04:00
Sergey Malenkov
a8e03c4648 8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
Reviewed-by: alexsch, serb
2014-03-21 21:47:51 +04:00
Sergey Malenkov
b4989e7f65 8035177: KSS: sun.awt.shell.ShellFolder
Reviewed-by: alexsch, serb
2014-03-21 21:40:52 +04:00
Attila Szegedi
85bc811235 Merge 2014-03-21 17:52:03 +01:00
Sergey Malenkov
ab85ac58f0 8035171: KSS: sun.awt.shell.Win32ShellFolderManager2
Reviewed-by: alexsch, serb
2014-03-21 20:31:14 +04:00
Athijegannathan Sundararajan
4036a466ca 8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
Reviewed-by: jlaskey, hannesw
2014-03-21 20:24:01 +05:30
Konstantin Shefov
b2db801ee9 7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
Reviewed-by: pchelko, serb
2014-03-21 17:36:37 +03:00
Staffan Larsen
5deaaa84e9 8037225: sun/tools/jinfo/Basic.sh fails
Reviewed-by: alanb
2014-03-21 14:45:54 +01:00
Alexey Ivanov
34be848c9c 8032878: Editable combos in table do not behave as expected
Reviewed-by: alexp, alexsch
2014-03-21 17:17:16 +04:00
Sergey Bylokhov
d305e25197 8037117: Javadoc cleanup of javax.sound.midi.spi package
Reviewed-by: art, pchelko
2014-03-21 16:51:53 +04:00
Konstantin Shefov
795e3203c5 8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
Reviewed-by: pchelko, serb, anthony
2014-03-21 16:32:26 +04:00
Konstantin Shefov
d8901d1799 8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
Reviewed-by: pchelko, azvegint, serb
2014-03-21 15:25:42 +04:00
Andrew Brygin
724df6d805 8036022: D3D: rendering with XOR composite causes InternalError
Reviewed-by: flar, serb
2014-03-21 15:13:55 +04:00
Sergey Bylokhov
b6edca7385 7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping
Reviewed-by: anthony, pchelko
2014-03-21 15:09:49 +04:00
Staffan Larsen
966f3bc845 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
Reviewed-by: alanb
2014-03-21 09:38:04 +01:00
Staffan Larsen
89a408692d 8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
Reviewed-by: erikj, ihse
2014-03-21 09:35:43 +01:00
Erik Helin
386f42f40c Merge 2014-03-21 09:11:56 +01:00
Mark Sheppard
f60c942caa 8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
NI return checks, NULL return checks for malloc added

Reviewed-by: alanb, chegar
2014-03-21 00:57:23 +00:00
Mark Sheppard
4d1b400d2d 8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
Check for JNI pending exception and NULL returns from JNI calls in DualStackPlainDatagramSocketImpl.c

Reviewed-by: alanb
2014-03-21 00:13:40 +00:00
Mark Sheppard
299a78721f 8025293: JNI exception pending checks in java.net
Enhance the return check for JNI native calls, check for NULL and pending exceptions

Reviewed-by: alanb, chegar
2014-03-21 00:01:59 +00:00
Mark Sheppard
d278ecae87 8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
Check for JNI pending exceptions. Add null checks after malloc calls

Reviewed-by: alanb, chegar
2014-03-20 23:34:38 +00:00
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