Daniel D. Daugherty
176ce8de18
Merge
2013-02-28 05:55:18 -08:00
Sergey Bylokhov
f5f12c7995
8008660: Failure in 2D Queue Flusher thread on Mac
...
Reviewed-by: swingler, bae
2013-02-28 17:04:19 +04:00
Chris Hegarty
e161c78dc3
8006409: ThreadLocalRandom should dropping padding fields from its serialized form
...
Reviewed-by: dl, martin, alanb, shade
2013-02-28 12:39:29 +00:00
Bengt Rutisson
02472faab5
Merge
2013-02-28 09:01:08 +01:00
Gary Collins
093d1163e4
7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
...
Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS}
Reviewed-by: kvn
2013-02-27 20:36:14 -08:00
Daniel D. Daugherty
776841b1bc
8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
...
Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock.
Reviewed-by: sla, acorn
2013-02-27 15:00:30 -08:00
Kevin Walls
37cdc7b1f8
7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
...
Reviewed-by: poonam, sla
2013-02-27 22:40:14 +00:00
David Katleman
aaac35b3d7
Merge
2013-02-27 13:10:30 -08:00
Serguei Spitsyn
c26ee9d321
Merge
2013-02-27 12:20:34 -08:00
Mike Duigou
5262142601
8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
...
Reviewed-by: alanb
2013-02-27 11:00:20 -08:00
Edvard Wendelin
f5518d2c81
Merge
2013-02-27 18:13:20 +01:00
Kevin Walls
84144898c1
Merge
2013-02-27 16:40:30 +00:00
Denis Fokin
e19091b0b1
8009158: Incomplete fix for 7178079
...
Reviewed-by: serb, anthony
2013-02-27 20:34:04 +04:00
Vladimir Ivanov
3b1ccee969
Merge
2013-02-27 08:03:10 -08:00
Denis Fokin
b097b0d234
7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13
...
Reviewed-by: serb, anthony
2013-02-27 19:38:36 +04:00
Attila Szegedi
c44210c971
8009150: Previous dead code elimination was incomplete
...
Reviewed-by: hannesw, lagergren
2013-02-27 16:25:15 +01:00
Attila Szegedi
5b7d451617
8009146: Eliminate some dead code in preparation for immutable AST
...
Reviewed-by: hannesw, lagergren
2013-02-27 15:49:05 +01:00
Attila Szegedi
a1ade22dc0
8009143: Eliminate Dynalink dependency on java.beans
...
Reviewed-by: jlaskey, lagergren, sundar
2013-02-27 15:20:26 +01:00
Alan Bateman
9f8e932d41
8008950: jdk8/tl failing with SetupJavaCompilation BUILD_NASGEN contains missing directory -c on Windows
...
Reviewed-by: chegar, sundar
2013-02-27 14:12:45 +00:00
Kevin Walls
13505fc4e5
8008807: SA: jstack crash when target has mismatched bitness (Linux)
...
Reviewed-by: rbackman, sla, poonam
2013-02-27 14:02:26 +00:00
Igor Ignatyev
50efb858e0
8007439: C2: adding successful message of inlining
...
Reviewed-by: kvn, vlivanov
2013-02-27 05:58:48 -08:00
Coleen Phillimore
fd02968ebe
Merge
2013-02-27 07:35:32 -05:00
Alan Bateman
013fa331c6
8004288: (fs) Files.probeContentType problems
...
Reviewed-by: ahgross, sherman
2013-02-27 11:44:41 +00:00
David Holmes
b660eb6528
Merge
2013-02-27 04:58:45 -05:00
Volker Simonis
76fa595599
8008959: Fix non-PCH build on Linux, Windows and MacOS X
...
Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
Reviewed-by: coleenp, stefank, dholmes
2013-02-27 09:40:30 +01:00
Edvard Wendelin
adf04b176e
Merge
2013-02-27 09:28:02 +01:00
Andrew Brygin
14d39ee359
8001034: Memory management improvements
...
Reviewed-by: mschoene, prr, jgodinez
2013-02-27 12:10:59 +04:00
Joe Darcy
1caebc408d
8008279: Remove InvalidContainerAnnotationError.java
...
Reviewed-by: jfranck
2013-02-26 17:38:29 -08:00
Joe Darcy
a26b355e8b
8009102: Several docs warnings in Project Lambda APIs
...
Reviewed-by: mduigou
2013-02-26 17:01:04 -08:00
Christian Thalinger
e95e6b9070
8004336: Better handling of method handle intrinsic frames
...
Reviewed-by: kvn, jrose, ahgross
2013-02-26 16:16:54 -08:00
David Chase
899bcf76ae
8007776: Test6852078.java timeouts
...
If more than 100 seconds and more than 100 iterations have both passed, then exit is allowed.
Reviewed-by: kvn
2013-02-26 15:38:24 -08:00
Alan Bateman
18e1157d3b
8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
...
Reviewed-by: mduigou
2013-02-26 22:39:50 +00:00
David Katleman
bed9464bce
Merge
2013-02-26 13:23:55 -08:00
David Katleman
98d3004bd9
Merge
2013-02-26 13:23:06 -08:00
Edvard Wendelin
7ecb0fd433
Merge
2013-02-26 20:36:52 +01:00
Robert Field
b0dc9de25e
8008770: SerializedLambda incorrect class loader for lambda deserializing class
...
Current thread's context ClassLoader was used to load class by name, pass class not name in serialization (Thank you Peter Levart for test and prototype. Thank you Sundar and Peter for unofficial reviews)
Reviewed-by: forax
2013-02-26 10:38:58 -08:00
Athijegannathan Sundararajan
7bdfa989ff
8009021: nasgen should be run on boot jdk rather than currenly built jdk
...
Reviewed-by: jlaskey
2013-02-26 22:57:51 +05:30
Tim Bell
20b2cd4890
8009019: Updates to generated-configure.sh required for 8008914
...
Reviewed-by: sundar, jlaskey, jjg
2013-02-26 09:25:44 -08:00
Mikael Vidstedt
960480c53d
8008081: Print outs do not have matching arguments
...
Corrected formatted prints to have matching arguments, removed dead print_frame_layout function
Reviewed-by: sla, dholmes
2013-02-26 08:54:03 -08:00
Alan Bateman
8eaa894f7c
8008977: profiles build broken by Nashorn build changes
...
Reviewed-by: chegar
2013-02-26 14:16:48 +00:00
Erik Joelsson
61e56e8ead
8008978: nashorn-rules.gmk missing
...
Co-authored-by: James Laskey <james.laskey@oracle.com>
Reviewed-by: alanb
2013-02-26 14:08:19 +00:00
Rickard Bäckman
1a74b23a2f
8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
...
Reviewed-by: kvn, sla
2013-02-26 14:09:52 +01:00
Roland Westrelin
c84424d4af
8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
...
GetAndSetP's MachNode should capture bottom type.
Reviewed-by: kvn
2013-02-26 12:18:30 +01:00
Chris Hegarty
c52a86e9c7
Merge
2013-02-26 11:18:19 +00:00
Chris Hegarty
4e9403c378
Merge
2013-02-26 11:06:49 +00:00
Krystal Mo
f5666f9a69
7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
...
REF_invokeSpecial DMHs (which are unusual) get marked explicitly; tweak the MHI to use this bit
Reviewed-by: jrose, twisti
2013-02-26 11:05:26 +00:00
Vicente Romero
9f2721bfb1
8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass
...
Reviewed-by: jjg, mcimadamore
2013-02-26 09:04:19 +00:00
Dmitry Cherepanov
8936d472bd
Merge
2013-02-26 12:54:39 +04:00
Edvard Wendelin
11923f546e
Merge
2013-02-26 06:47:57 +01:00
Erik Joelsson
5c31bde4c0
8008914: Add nashorn to the tl build
...
Co-authored-by: James Laskey <james.laskey@oracle.com>
Reviewed-by: mr, tbell, jjh
2013-02-25 15:08:11 -08:00