Vladimir Kozlov
7a9fc5ff21
Merge
2014-07-29 21:28:09 +00:00
Marcus Lagergren
5c93b19922
8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
...
Removed the native casts that slow down the compiler unnecessarily. I also modified the compile-octane harness so that it can run with --verbose and --iterations flags so that you can run the compiler for an arbitrary time, gathering a mission control executing profile.
Reviewed-by: attila, jlaskey
2014-07-29 14:21:45 -07:00
David Dehaven
2faea92bcf
Merge
2014-07-29 13:53:21 -07:00
Vladimir Kozlov
4e83db432d
8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
...
Add missing check for reexecute flag to VerifyStack code.
Reviewed-by: roland
2014-07-29 13:40:58 -07:00
Anton Melnikov
7e86fa8cbe
8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c
...
Reviewed-by: prr, serb
2014-07-30 00:00:22 +04:00
David Dehaven
39082eb3c0
Merge
2014-07-29 09:09:55 -07:00
Dmitry Samersoff
465d2abf4d
8053902: Fix for 8030115 breaks build on Windows and Solaris
...
Move variable definition to top of function
Reviewed-by: prr
2014-07-29 13:08:27 -07:00
Jaroslav Bachorik
dea2dc0312
8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently
...
Reviewed-by: sla
2014-07-29 15:37:54 +02:00
Joel Borggrén-Franck
27bdc99451
8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
...
Update javadoc and align implementation with new spec
Reviewed-by: psandoz
2014-08-12 10:16:58 +02:00
Claes Redestad
ea2632f91d
8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
...
Reviewed-by: alanb
2014-08-12 14:57:36 +01:00
Ivan Gerasimov
e11665c8f2
8054841: (process) ProcessBuilder leaks native memory
...
Reviewed-by: rriggs, alanb
2014-08-12 00:13:57 +04:00
Pavel Rappo
7075a99ae9
8054857: Fix typos in java.lang.** packages
...
Reviewed-by: alanb
2014-08-11 21:03:59 +01:00
Lana Steuck
cee705c197
Merge
2014-08-11 11:27:24 -07:00
Lance Andersen
75c0916977
8054555: javadoc cleanup for java.sql and javax.sql
...
Reviewed-by: darcy, igerasim
2014-08-11 14:22:22 -04:00
Lana Steuck
5d86ee1e4e
Merge
2014-08-11 11:00:20 -07:00
Mark Sheppard
1db8e112f7
8054118: java/net/ipv6tests/UdpTest.java failed intermittently
...
Ignore the Teredo interface on windows test machines
Reviewed-by: chegar
2014-08-11 15:34:24 +01:00
Weijun Wang
bbaf4bdb09
6997010: Consolidate java.security files into one file with modifications
...
Reviewed-by: mullan, erikj
2014-08-11 11:11:55 +08:00
Lana Steuck
5f5c882323
Added tag jdk9-b26 for changeset dca4e4c83da4
2014-08-09 21:27:33 -07:00
Jamil Nimeh
8c2cdfb147
8054366: Broken link in SecureRandom.html
...
Reviewed-by: xuelei, mullan, wetmore
2014-08-08 14:17:14 -07:00
Tobias Hartmann
c36b77bbfd
8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
...
Fixed parfait warnings caused by __HI and __LO macros in sharedRuntimeMath.hpp by using a union.
Reviewed-by: kvn, drchase
2014-07-29 13:56:29 +02:00
Tobias Hartmann
d2a5b70cdf
8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
...
Fixed parfait warnings in globalDefinitions files by using a union for casts.
Reviewed-by: kvn
2014-07-29 13:54:16 +02:00
Alexander Stepanov
035f6b8d1b
8050885: move awt automated tests from AWT_Modality to OpenJDK repository - part 4
...
Reviewed-by: pchelko
2014-07-29 15:03:05 +04:00
Steve Sides
fe144b6f90
8042284: Add block tags for @return and @param to swing plaf classes
...
Reviewed-by: prr
2014-07-29 12:55:08 +04:00
Pushan Hinduja
eff10fb399
8050924: Fix doclint missing tag warnings in javax.swing.plaf.basic parts 5b,6b of 7
...
Fix doclint missing tag warnings
Co-authored-by: Anisha Nagarajan <anisha.nagarajan1@gmail.com>
Reviewed-by: prr
2014-07-29 12:45:24 +04:00
Martin Doerr
071c3a3924
8050973: CMS/G1 GC: add missing Resource and Handle mark
...
Add Resource/HandleMark in the work() method of some AbstractGangTask to reclaim these resources earlier.
Reviewed-by: tschatzl, goetz
2014-07-29 10:26:09 +02:00
Jaroslav Bachorik
5c80bd2210
8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
...
Reviewed-by: dholmes, dsamersoff, sspitsyn
2014-07-29 10:06:02 +02:00
Joe Darcy
764a2d8fd8
8030942: Explicitly state floating-point summation requirements on non-finite inputs
...
Reviewed-by: psandoz
2014-07-28 23:46:03 -07:00
Filipp Zhinkin
e8d1955b5e
8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
...
Call rtm_deopt() only if there were no compilation bailouts before.
Reviewed-by: kvn
2014-07-28 15:06:38 -07:00
Pavel Rappo
5a7fabe3e0
8051422: Remove JNDI dependency on java.applet.Applet
...
Reviewed-by: alanb, chegar
2014-07-28 16:24:38 +01:00
Petr Pchelko
0b40742fe1
8051588: DataTransferer.getInstance throws ClassCastException in headless mode
...
Reviewed-by: serb, alexsch
2014-07-28 19:11:52 +04:00
Petr Pchelko
0fecd77694
8037485: Refactor java.awt.datatransfer to eliminate dependency on AWT
...
Reviewed-by: alanb, mchung, plevart, serb
2014-07-28 19:02:56 +04:00
Petr Pchelko
97d17a4ea2
8051449: Incorrect parsing of the default flavor mapping
...
Reviewed-by: serb, alexsch
2014-07-28 18:43:09 +04:00
Dmitry Samersoff
037f9fdccf
8049046: Deprecated Function in hotspot/src/os/solaris/vm/attachListener_solaris.cpp
...
Replace door_cred with door_ucred call
Reviewed-by: dholmes, sspitsyn
2014-07-28 07:31:17 -07:00
Artem Malinko
62e5aae84f
8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
...
Reviewed-by: ant, pchelko
2014-07-28 16:09:26 +04:00
Sergey Bylokhov
94f1aff5ba
8035165: Expose internal representation in sun.awt.X11
...
Reviewed-by: pchelko, prr
2014-07-26 04:02:56 +04:00
Sergey Bylokhov
c18253fc9a
8049057: JNI exception pending in jdk/src/windows/native/sun/windows/
...
Reviewed-by: pchelko, prr
2014-07-26 03:18:05 +04:00
Tim Bell
b8d8e19278
Added tag jdk9-b24 for changeset 263f68539584
2014-07-25 15:38:12 -07:00
Tim Bell
0e56704088
Added tag jdk9-b24 for changeset abe2821cc591
2014-07-25 15:38:12 -07:00
Tim Bell
7664fa0572
Added tag jdk9-b24 for changeset 83960d9537f6
2014-07-25 15:38:10 -07:00
Tim Bell
9c599247cf
Added tag jdk9-b24 for changeset 6073de33135f
2014-07-25 15:38:09 -07:00
Tim Bell
80312982e8
Added tag jdk9-b24 for changeset ba581cb2983f
2014-07-25 15:38:09 -07:00
Tim Bell
5550d93edd
Added tag jdk9-b24 for changeset d6c0b1381379
2014-07-25 15:38:08 -07:00
Tim Bell
ea5ec7739c
Added tag jdk9-b24 for changeset 4efd3f7a2c81
2014-07-25 15:38:07 -07:00
Tim Bell
b0cbbc38c4
Added tag jdk9-b24 for changeset 789a49ce93c8
2014-07-25 15:38:06 -07:00
Jaroslav Bachorik
924b9f9fde
8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
...
Reviewed-by: dfuchs, egahlin, olagneau
2014-07-25 15:07:49 +02:00
Weijun Wang
7f8815e010
8051953: Add Unreachable.java test to ProblemList on Windows
...
Reviewed-by: chegar
2014-07-25 17:11:03 +08:00
Andrey Nazarov
0f64892089
8050979: Provide javadoc for "framework" classes in langtools tests
...
Reviewed-by: jjg
2014-07-24 15:12:48 -07:00
Jon Masamitsu
7774fe7ed1
Merge
2014-07-24 15:06:36 -07:00
Bradford Wetmore
6a2504398e
8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
...
Reviewed-by: mullan
2014-07-24 22:22:43 +01:00
Alejandro Murillo
2fc29c20b3
Merge
2014-07-24 13:25:02 -07:00