Kim Barrett
b585c203ac
8048949: Requeue queue implementation
...
Devirtualize flush and move calls.
Reviewed-by: brutisso, tschatzl, mschoene
2014-07-31 11:10:02 +02:00
Aleksei Efimov
c77c24b62d
8032908: getTextContent doesn't return string in JAXP
...
Reviewed-by: joehw
2014-07-31 11:34:34 +04:00
Aleksei Efimov
5be9b5e8ec
8032908: getTextContent doesn't return string in JAXP
...
Reviewed-by: joehw
2014-07-31 11:31:57 +04:00
Thomas Schatzl
a959c0971e
8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
...
Eager reclaim also needs to clear marks of eagerly reclaimed regions if they have already been marked during concurrent mark.
Reviewed-by: jmasa
2014-07-31 09:23:24 +02:00
Tobias Hartmann
e3073f2e53
8053915: bigapps assert failure in C2: modified node is not on IGVN._worklist
...
Add modified node to the IGVN worklist in 'PhaseIdealLoop::do_range_check'.
Reviewed-by: kvn, roland
2014-07-31 08:39:47 +02:00
Tobias Hartmann
efc7daaf82
8054081: Crashes with assert "modified node is not on IGVN._worklist"
...
Modified safepoint nodes are not added to the IGVN worklist by 'PhaseMacroExpand::scalar_replacement()'
Reviewed-by: kvn, roland
2014-08-05 08:25:10 +02:00
Coleen Phillimore
d230f0b4fd
8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
...
Didn't handle NULL bcp for native methods
Reviewed-by: dcubed, sspitsyn
2014-07-31 00:50:55 +00:00
Serguei Spitsyn
73cc0f6b76
Merge
2014-07-30 15:14:49 -07:00
Lana Steuck
0d6421b218
Merge
2014-07-30 11:49:59 -07:00
Lana Steuck
d4ac511615
Merge
2014-07-30 11:49:49 -07:00
Lana Steuck
8678a25ccf
Merge
2014-07-30 11:49:41 -07:00
Lana Steuck
3640bd0029
Merge
2014-07-30 11:49:28 -07:00
Lana Steuck
6c3cdfab32
Merge
2014-07-30 11:49:27 -07:00
Lana Steuck
0b3bee5d5e
Merge
2014-07-30 11:49:21 -07:00
Lana Steuck
96bf72e44e
Merge
2014-07-30 11:49:10 -07:00
Phil Race
3cc3d82ad9
8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
...
Reviewed-by: bae, serb
2014-07-30 11:08:41 -07:00
Joe Wang
0bd7232f50
8053965: Xerces update breaks profile build
...
Reviewed-by: lancea, alanb
2014-07-30 10:09:11 -07:00
Attila Szegedi
d8c8841e2a
8051839: GuardedInvocation needs to clone an argument
...
Reviewed-by: hannesw, sundar
2014-07-30 10:06:42 -07:00
Chris Hegarty
343fd87ea8
8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
...
Reviewed-by: rriggs, mduigou
2014-07-30 17:42:18 +01:00
Alexander Zuev
5284120119
8047072: javap OOM on fuzzed classfile
...
Reviewed-by: jjg
2014-07-30 20:31:39 +04:00
Sergey Lugovoy
ce3b922118
8049318: Test hideLocationProperties.js fails on Window due to backslash in path
...
Reviewed-by: lagergren, sundar
2014-07-30 16:49:02 +04:00
Sergey Bylokhov
984d53cb40
7058697: Unexpected exceptions in MID parser code
...
Reviewed-by: prr, pchelko
2014-07-30 16:11:47 +04:00
Dmitriy Ermashov
602ce6a6d1
8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3)
...
Reviewed-by: alexsch
2014-07-30 14:29:36 +04:00
Weijun Wang
c5d6fb2678
8052999: ProblemList update for Unreachable.java
...
Reviewed-by: xuelei
2014-07-30 15:28:09 +08:00
Joe Wang
16cbc58194
8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer
...
Reviewed-by: lancea
2014-07-29 20:52:36 -07:00
Maurizio Cimadamore
560c7c91fe
8051958: Cannot assign a value to final variable in lambda
...
Remove Attr.owner and refactor code for detecting forward field references
Reviewed-by: vromero
2014-07-29 15:31:57 -07:00
Marcus Lagergren
99e23fa4ab
8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
...
Reviewed-by: attila, jlaskey
2014-07-29 14:35:24 -07:00
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