Phil Race
7d3eaecdfb
Merge
2014-02-27 10:35:05 -08:00
Xueming Shen
037c46281a
8035814: Broken link in java.nio.charset.StandardCharsets
...
Fixed the broken link
Reviewed-by: alanb
2014-02-27 09:43:28 -08:00
Sergey Bylokhov
187432f3b8
8027778: [macosx] Full screen not working properly on 7u45 and jdk8
...
8010999: [macosx] a constrain of the top level window should be improved
8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions
Reviewed-by: anthony, pchelko
2014-02-27 19:01:32 +04:00
Petr Pchelko
2fc105a21f
8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
...
Reviewed-by: anthony, serb
2014-02-27 16:14:22 +04:00
Petr Pchelko
dc26996620
8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
...
Reviewed-by: anthony, serb
2014-02-27 16:11:16 +04:00
Volker Simonis
36a8ed24d8
8035876: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code'
...
Reviewed-by: alanb, chegar
2014-02-27 10:53:07 +01:00
Stefan Karlsson
959bdfb211
8035746: Add missing Klass::oop_is_instanceClassLoader() function
...
Reviewed-by: mgerdin, coleenp
2014-02-27 10:36:50 +01:00
Stefan Karlsson
ba2326e19f
8035648: Don't use Handle in java_lang_String::print
...
Reviewed-by: coleenp, pliden
2014-02-27 10:34:55 +01:00
Magnus Ihse Bursie
7fc4ffd40b
8035730: Configure fails in cygwin if current dir is in /home/user
...
Reviewed-by: tbell
2014-02-27 09:40:35 +01:00
Roland Westrelin
58c97205d0
8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
...
Biased locking's revoke_bias locks monitor in compiled frame with eliminated lock
Reviewed-by: kvn, iveresov
2014-02-27 09:37:16 +01:00
Magnus Ihse Bursie
ad1e6aab2a
8035825: Warn instead of fail when calling the configure wrapper directly
...
Reviewed-by: dholmes, tbell
2014-02-27 09:17:58 +01:00
Eric McCorkle
816bfaa7bc
8035766: Execute TypeAnnotate visitor at queue flush time
...
Moved execution of TypeAnnotate visitor into Worker for type annotations
Reviewed-by: jjg
2014-02-27 00:29:22 -05:00
Paul Govereau
dd0e29f8b7
6533516: Warning needed for file with future time stamps
...
Reviewed-by: jjg, vromero
2014-02-26 18:05:02 -08:00
Igor Veresov
2c99a4ef9f
8035283: Second phase of branch shortening doesn't account for loop alignment
...
Added missing check for loop padding case.
Reviewed-by: kvn, jrose
2014-02-26 16:45:15 -08:00
Paul Govereau
f6250d7784
8034048: javac crash with method references plus lambda plus var args
...
Reviewed-by: jjg, vromero
2014-02-26 15:38:55 -08:00
Yumin Qi
bfb1c42657
6498581: ThreadInterruptTest3 produces wrong output on Windows
...
There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
Co-authored-by: David Holmes <david.holmes@oracle.com>
Reviewed-by: acorn, kvn
2014-02-26 15:20:41 -08:00
Ivan Gerasimov
e66ea0fddc
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
...
Reviewed-by: mchung, mduigou, rriggs
2014-02-27 02:44:04 +04:00
Yong Jeffrey Huang
648627721f
8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
...
Reviewed-by: okutsu
2014-02-26 19:11:00 -08:00
Stuart Marks
4a47af288d
8034999: change rmidRunning to a simple lookup
...
Reviewed-by: darcy
2014-02-26 18:22:56 -08:00
Brent Christian
1c27a0720c
8027640: String.indexOf(String,int) for the empty string case not specified
...
Spec & wording clean up of indexOf(), lastIndexOf()
Reviewed-by: psandoz
2014-02-26 13:02:05 -08:00
Goetz Lindenmaier
c01a8b9263
8035396: Introduce accessor for tmp_oop in frame
...
Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr().
Reviewed-by: kvn, twisti
2014-02-26 11:33:34 -08:00
Valerie Peng
9eec94e88c
8031340: Better TLS/EC management
...
Make sure private key structure is freed for EC key pair generation
Reviewed-by: vinnie
2014-02-26 18:56:33 +00:00
Michael McMahon
814e8d0479
8035653: InetAddress.getLocalHost crash
...
Reviewed-by: chegar
2014-02-26 16:18:08 +00:00
Staffan Larsen
e1e850a132
8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to
...
Reviewed-by: dcubed, mgronlun
2014-02-26 15:47:44 +01:00
Jesper Wilhelmsson
ead6152f73
8035822: Unable to test minimalVM
...
Moved the test code inside INCLUDE_ALL_GCS
Reviewed-by: dholmes, stefank
2014-02-26 14:52:42 +01:00
Attila Szegedi
e9e7dd2ec1
8035820: Optimistic recompilation
...
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Reviewed-by: hannesw, jlaskey, sundar
2014-02-26 13:17:57 +01:00
Albert Noll
6dcf058035
Merge
2014-02-26 02:54:49 -08:00
Albert Noll
1258452546
Merge
2014-02-26 02:38:46 -08:00
Albert Noll
aa570e227c
8034839: jvm hangs with gc/gctests/LoadUnloadGC test
...
Provide fast lookup of checked dependencies via hashmap
Reviewed-by: kvn, roland
2014-02-26 11:29:47 +01:00
Henry Jen
ac4f26242b
8033898: undefined symbol when build hotspot with Xcode5
...
Reviewed-by: sla, dholmes
2014-02-25 23:59:04 -08:00
Petr Pchelko
904f2d837a
8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
...
Reviewed-by: serb, anthony
2014-02-26 11:55:45 +04:00
Henry Jen
97a80c5f9d
8019470: Changes needed to compile JDK 8 on MacOS with clang compiler
...
Reviewed-by: erikj, ihse
2014-02-25 23:38:52 -08:00
Niclas Adlertz
94a86285a7
8010500: [parfait] Possible null pointer dereference at hotspot/src/share/vm/opto/loopnode.hpp
...
Added NULL check for loopnode() in get_pre_loop_end()
Reviewed-by: kvn, roland
2014-02-26 07:46:46 +01:00
Albert Noll
39b5a040cd
8032642: [TESTBUG] Fix testbugs in compiler/startup/.*
...
Fixed issues with these tests
Reviewed-by: kvn, twisti
2014-02-26 07:44:59 +01:00
Eric McCorkle
38cc470411
8035758: Move annotation codepaths from MemberEnter.java to Annotate.java
...
Cosmetic code cleanup patch, moving code to the file where it ought to reside.
Reviewed-by: vromero
2014-02-25 14:06:48 -05:00
Roland Westrelin
84c68fc78a
Merge
2014-02-25 10:42:25 -08:00
Roland Westrelin
493557fc90
8031752: Failed speculative optimizations should be reattempted when root of compilation is different
...
Support for speculative traps that keep track of the root of the compilation in which a trap occurs.
Reviewed-by: kvn, twisti
2014-02-25 18:16:24 +01:00
Niclas Adlertz
5d4b624caf
8033260: assert(lrg._area >= 0.0) failed: negative spill area
...
Change type from float to double on block frequency, and add check for +Inf - +Inf operation
Reviewed-by: kvn, roland
2014-02-25 17:51:27 +01:00
Petr Pchelko
e7bd13ff88
8028285: RMI Thread can no longer call out to AWT
...
Reviewed-by: art, serb, ddehaven
2014-02-25 19:48:47 +04:00
Magnus Ihse Bursie
e7066f3923
8035725: Must keep microsoft VS_PATH on PATH after toolchain detection
...
Reviewed-by: erikj
2014-02-25 15:19:32 +01:00
Sergey Bylokhov
b5df3005f0
8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
...
Reviewed-by: anthony, bagiras
2014-02-25 17:37:55 +04:00
Athijegannathan Sundararajan
18489cc7a4
8030197: Nashorn: Object.defineProperty() can be lured to change fixed NaN property
...
Reviewed-by: attila, jlaskey
2014-02-25 18:56:10 +05:30
Sergey Bylokhov
12333aa589
8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending
...
Reviewed-by: anthony, bagiras
2014-02-25 17:19:15 +04:00
Niclas Adlertz
532b570e81
8032656: Tag the MachSpillCopies with purpose information
...
Subclassed the MachSpillCopyNode with different subnodes for different spill purposes to enhance debugging / visualization
Reviewed-by: kvn, roland
2014-02-25 14:09:02 +01:00
Sergey Bylokhov
3da1253e45
8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m
...
Reviewed-by: anthony, bagiras
2014-02-25 17:01:40 +04:00
Albert Noll
a609fe84bb
8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
...
Ensure appropriate min. number of compiler threads (1 for non-tiered, and 2 for tiered)
Reviewed-by: kvn
2014-02-25 13:52:37 +01:00
Alexander Scherbatiy
2ef086d668
8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
...
Reviewed-by: serb, pchelko
2014-02-25 16:46:52 +04:00
Sergey Bylokhov
74ff5d8776
6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit
...
Reviewed-by: anthony, pchelko
2014-02-25 16:12:22 +04:00
Alexander Zvegintsev
c45342182e
8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
...
Reviewed-by: pchelko, serb
2014-02-25 14:28:36 +04:00
Erik Helin
a45b9ead44
Merge
2014-02-25 11:02:11 +01:00