Coleen Phillimore
fd8665fbe7
Merge
2015-07-14 18:34:11 +00:00
Coleen Phillimore
302ba17d8a
Merge
2015-07-14 17:23:57 +00:00
Daniel D. Daugherty
0db4f21ce2
8130448: thread dump improvements, comment additions, new diagnostics inspired by 8077392
...
Reviewed-by: dholmes, coleenp
2015-07-14 09:33:20 -07:00
Gerard Ziemski
f1d95bc678
8079156: [TESTBUG] 32 bit Java 9-fastdebug hit assertion in client mode with StackShadowPages flag value from 32 to 50
...
We increase CodeBufer instr size to account for stack banging code generation.
Reviewed-by: coleenp, dholmes, kvn
2015-07-14 11:08:41 -05:00
Vladimir Ivanov
92d8281194
8078629: VM should constant fold Unsafe.get*() loads from final fields
...
Reviewed-by: kvn, jrose, psandoz
2015-07-14 06:44:50 -07:00
Semyon Sadetsky
58be04ef9d
8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
...
Reviewed-by: alexsch, azvegint
2015-07-14 13:57:16 +03:00
Katja Kantserova
055105c707
8130057: serviceability/sa/TestStackTrace.java should be quarantined
...
Reviewed-by: egahlin, jbachorik
2015-07-14 11:40:49 +02:00
Xue-Lei Andrew Fan
a80c4c9493
8130461: HandshakeStatus.NEED_UNWRAP_AGAIN applies only to DTLS
...
Reviewed-by: wetmore
2015-07-14 00:53:09 +00:00
Ivan Gerasimov
9b9fde193f
6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
...
Reviewed-by: sherman
2015-07-14 02:03:35 +03:00
Iris Clark
ff809e03ad
Merge
2015-07-13 13:40:02 -07:00
Iris Clark
e03303bf08
Merge
2015-07-13 13:33:16 -07:00
Iris Clark
7671e1df26
Merge
2015-07-13 13:24:17 -07:00
Iris Clark
11a87851d7
Merge
2015-07-13 13:24:07 -07:00
Iris Clark
1c6723be5b
Merge
2015-07-13 13:23:44 -07:00
Iris Clark
11dad5584b
Merge
2015-07-13 13:23:31 -07:00
Eric Caspole
34bcc977bc
8129961: SIGSEGV when copying to survivor space
...
Remove "include_young" parameter from GenCollectedHeap::no_allocs_since_save_marks() since all existing uses pass true to always rescan young gen.
Reviewed-by: jmasa, kbarrett
2015-07-13 11:49:23 -04:00
Athijegannathan Sundararajan
94c9e33a38
8130853: Non-extensible global is not handled property
...
Reviewed-by: jlaskey, hannesw
2015-07-13 20:09:14 +05:30
Jan Lahoda
85193a1a26
8129909: Add -Xdoclint/package: to javadoc
...
Adding -Xdoclint/package: command line option, similar to the javac -Xdoclint/package: option, to javadoc.
Reviewed-by: darcy, jjg, ksrini
2015-07-13 16:33:42 +02:00
Xue-Lei Andrew Fan
6055fda904
8130864: Better server identity handling
...
Reviewed-by: jnimeh, asmotrak, ahgross
2015-07-13 13:37:22 +00:00
Katja Kantserova
21b0285502
8131035: [TESTBUG] sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java needs to enable UsePerfData
...
Reviewed-by: jbachorik, dholmes
2015-07-13 15:35:57 +02:00
Jean-Francois Denise
0cfe8fe36a
Merge
2015-07-13 15:10:01 +02:00
Jean-Francois Denise
bff48ef15d
8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements
...
Check JNI NewArray for NULL value
Reviewed-by: lfoltan, alanb, dholmes
2015-07-13 14:05:17 +01:00
Alexander Stepanov
629ace2fd4
8080880: some docs cleanup for langtools
...
Minor cleanup for docs
Reviewed-by: jjg
2015-07-13 16:57:52 +04:00
Lutz Schmidt
b75ed4ce34
8131048: ppc: implement CRC32 intrinsic
...
Reviewed-by: kvn, simonis
2015-07-13 09:44:38 +02:00
Ed Nevill
d3196fb464
8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM
...
Fix typo in match rule in vsub2f
Reviewed-by: kvn, aph
2015-07-15 16:05:53 +00:00
David Holmes
ef59ce7332
8130728: Disable WorkAroundNPTLTimedWaitHang by default
...
Reviewed-by: dcubed
2015-07-12 22:54:54 -04:00
Ivan Gerasimov
2496181289
8081297: SSL Problem with Tomcat
...
Reviewed-by: xuelei, jnimeh, ahgross
2015-07-11 14:54:07 +03:00
Dmitry Dmitriev
8486cb7650
8130332: StarvationMonitorInterval, PreInflateSpin, VerifyGenericSignatures and CountInterpCalls VM Options can be deprecated or removed in JDK 9
...
Deprecate StarvationMonitorInterval and PreInflateSpin, remove VerifyGenericSignatures and CountInterpCalls
Reviewed-by: coleenp, gziemski
2015-07-11 12:36:46 +03:00
Vladimir Kozlov
b5284a93ce
8129920: Vectorized loop unrolling
...
Optimize loop opts for vectorizible loops.
Reviewed-by: kvn, roland
2015-07-10 11:59:09 -07:00
Anthony Scarpino
963c3852a3
8130341: GHASH 32bit intrinsics has AEADBadTagException
...
Reviewed-by: kvn, mcberg
2015-07-10 11:31:49 -07:00
Jaroslav Bachorik
794f1616f0
Merge
2015-07-10 16:37:41 +02:00
Jaroslav Bachorik
61b8d4769d
Merge
2015-07-10 16:37:18 +02:00
Sergey Bylokhov
45f00a6646
8129511: PlatformMidi.c:83 uses malloc without malloc header
...
Reviewed-by: ant, azvegint
2015-07-10 16:15:21 +03:00
Semyon Sadetsky
318513bcf7
8098835: [PIT] Endless loop in JEditorPane
...
Reviewed-by: alexsch, serb
2015-07-10 21:19:41 +03:00
Katja Kantserova
d8e8d8f1fa
8076471: Remove hprof agent tests in JDK
...
Reviewed-by: alanb
2015-07-10 14:48:13 +02:00
Sergey Bylokhov
ddced53edf
8129894: NSApplicationAWT.m:343:72: error: comparison of constant 777 with expression of type 'NSEventSubtype'
...
Reviewed-by: alexsch, azvegint
2015-07-10 15:38:40 +03:00
Miroslav Kos
4807976fb7
8130753: Sync-up javadoc changes in jax-ws area - includes JAX-B API, JAX-WS API, SAAJ-API
...
Reviewed-by: joehw
2015-07-10 11:42:59 +02:00
Andrei Eremeev
a7cf8786ff
8044411: Implement classfile tests for RuntimeAnnotations and RuntimeParameterAnnotations attribute
...
Reviewed-by: jjg, shurailine, anazarov
2015-07-10 12:42:00 +03:00
Ahmed Ashour
e834520e7e
8130888: Typos in nashorn sources
...
Reviewed-by: hannesw, mhaupt
2015-07-10 12:55:10 +05:30
Michael Haupt
6ec4c73462
8130862: let hg ignore TestNG ZIP file in Nashorn test library directory
...
Reviewed-by: hannesw, sundar
2015-07-10 08:42:35 +02:00
Alejandro Murillo
a761654ef9
Merge
2015-07-09 22:46:18 -07:00
Alejandro Murillo
867e029083
Merge
2015-07-09 22:46:18 -07:00
Alejandro Murillo
8f84825191
Merge
2015-07-09 22:46:16 -07:00
Alejandro Murillo
33ab883a0c
Merge
2015-07-09 22:46:15 -07:00
Lana Steuck
4cc413c0d8
Merge
2015-07-09 16:38:22 -07:00
Lana Steuck
fbb54463fe
Merge
2015-07-09 16:38:16 -07:00
Lana Steuck
5135397f4e
Merge
2015-07-09 16:37:55 -07:00
Lana Steuck
9e84f7b580
Merge
2015-07-09 16:37:15 -07:00
Lana Steuck
0562d6d2ea
Merge
2015-07-09 16:36:48 -07:00
Lana Steuck
95ec260d12
Merge
2015-07-09 16:36:38 -07:00