Iris Clark
2804e200a2
8141104: jdk.jshell.TaskFactory code for java.specification.version = 1.9 should be adjusted for Verona
...
Reviewed-by: ksrini, jlahoda
2015-11-19 13:23:32 -08:00
Sergei Pikalev
b70aa4aee0
8130880: Create sampleapi regression test
...
Reviewed-by: ksrini, vromero
2015-11-19 13:14:16 -08:00
Xueming Shen
969487d380
8143330: Two implementation methods of AbstractStringBuilder are mistakenly declared as "protected" in JDK9b93
...
Reviewed-by: darcy, alanb
2015-11-19 12:57:59 -08:00
Jan Lahoda
16f32db97e
8143334: @ignore langtools/test/jdk/jshell/ToolBasicTest.java
...
Reviewed-by: ksrini
2015-11-19 19:03:03 +01:00
Omair Majid
90cb525183
8142898: Prefer isFile()/isDirectory() over exists() in SoftSynthesizer
...
Reviewed-by: serb
2015-11-19 12:52:41 -05:00
Lana Steuck
765f0a1576
Added tag jdk9-b93 for changeset eee09e6b6e93
2015-11-19 09:36:39 -08:00
Lana Steuck
0330357a52
Added tag jdk9-b93 for changeset cc74095d6fae
2015-11-19 09:36:37 -08:00
Lana Steuck
133cf4f651
Added tag jdk9-b93 for changeset b9b536d2fa22
2015-11-19 09:36:30 -08:00
Lana Steuck
f2c0436658
Added tag jdk9-b93 for changeset 3467d493922e
2015-11-19 09:36:27 -08:00
Lana Steuck
e320d3549c
Added tag jdk9-b93 for changeset 615eaeb62fda
2015-11-19 09:36:25 -08:00
Lana Steuck
fda399cca8
Added tag jdk9-b93 for changeset 7ca001ccf8c1
2015-11-19 09:36:21 -08:00
Lana Steuck
b67a809118
Added tag jdk9-b93 for changeset 7ff3446300cd
2015-11-19 09:36:19 -08:00
Lana Steuck
169ec66401
Added tag jdk9-b93 for changeset 24d8c58c9dcd
2015-11-19 09:36:17 -08:00
Harold Seigel
71fe04f939
8143078: Remove JVM_DefineClassWithSourceCond() API
...
Remove the method and remove unneeded argument to jvm_define_class_common()
Reviewed-by: dholmes, coleenp
2015-11-19 11:54:32 -05:00
Maurizio Cimadamore
875bccb11e
8067767: type inference performance regression
...
Overhaul implememntation of inference incorporation
Reviewed-by: vromero
2015-11-19 16:43:11 +00:00
Hannes Wallnöfer
bc8fbeee55
8143304: Random failures when script size exceeds token limits
...
Reviewed-by: sundar, attila, lagergren
2015-11-19 14:37:14 +01:00
Goetz Lindenmaier
975140c530
8143307: Crash in C2 local code motion
...
Reviewed-by: kvn
2015-11-19 12:53:33 +01:00
Zoltan Majo
0aebabc831
Merge
2015-11-23 15:16:19 +01:00
Zoltan Majo
e2896c949d
8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
...
Remove the unused PrintNMethodsAtLevel flag.
Reviewed-by: roland
2015-11-23 15:09:45 +01:00
Zoltan Majo
d0382697c4
8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
...
Check that SSE is enabled before using SSE instructions in string-related intrinsics. Make the UseSSE42Intrinsics dependent on UseSSE >= 4.
Reviewed-by: kvn
2015-11-23 08:11:30 +01:00
Ed Nevill
e9d7b65314
8143067: aarch64: guarantee failure in javac
...
Fix adrp going out of range during code relocation
Reviewed-by: aph, kvn
2015-11-19 15:15:20 +00:00
Ahmed Khawaja
e28d9ba105
8143012: CRC32 Intrinsics support on SPARC
...
Reviewed-by: kvn, roland
2015-11-20 08:29:10 -08:00
Tobias Hartmann
ea052022fa
8140390: Char stores/loads accessing byte arrays must be marked as unmatched
...
Mark unmatched char stores/loads emitted by CompactStrings.
Reviewed-by: roland, vlivanov, jrose
2015-11-20 10:09:42 +01:00
Michael Berg
2ae7dcf853
8142980: SKX SpecJvm2008 - Derby
...
Fix EVEX and AVX512 problems found by testing on 64-bit SKX and KNL EVEX enabled platforms.
Reviewed-by: iveresov, kvn, vlivanov
2015-11-19 16:07:22 -08:00
Srikanth Adayapalam
54029caa26
8143217: javac throws NPE when printing diagnostics for Lambda expressions
...
Fix compiler crash when -XDdumpLambdaToMethodStats option is in effect.
Reviewed-by: mcimadamore
2015-11-19 17:19:06 +05:30
Michael Haupt
4897df19a3
8143297: Nashorn compilation time reported in nanoseconds
...
Reviewed-by: hannesw, sundar
2015-11-19 11:28:34 +01:00
Sergey Bylokhov
267d7007df
8143256: The build is broken after JDK-8081411
...
Reviewed-by: omajid
2015-11-19 01:52:52 +03:00
Daniel D. Daugherty
dcd4a03963
Merge
2015-11-18 22:00:09 +00:00
Claes Redestad
7563066613
8143253: java/lang/invoke/CompileThresholdBootstrapTest.java failing on mach5
...
Reviewed-by: lancea
2015-11-18 20:56:00 +01:00
Coleen Phillimore
6626f4fc68
Merge
2015-11-18 19:55:37 +00:00
Gerald Thornbrugh
d56280ca10
8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
...
Add libadimalloc.so SIGSEGV defines and a test to validate the correct message is printed in the hs_err file
Reviewed-by: dcubed, dholmes
2015-11-18 09:32:52 -08:00
Coleen Phillimore
72756888e9
8141570: Fix Zero interpreter build for --disable-precompiled-headers
...
Change to include atomic.inline.hpp and allocation.inline.hpp only in .cpp files and some build fixes from Kim to build on ubuntu without devkits
Reviewed-by: kbarrett, sgehwolf, erikj
2015-11-18 11:47:55 -05:00
Gerard Ziemski
1777e00cca
8141641: Runtime: implement range for ErrorLogTimeout
...
Implement range=(0, jlong_max/1000)
Reviewed-by: coleenp, ddmitriev, dholmes
2015-11-18 10:46:02 -06:00
Claes Redestad
e9b75962b3
8143232: Fix java.lang.invoke bootstrap when specifying COMPILE_THRESHOLD
...
Reviewed-by: vlivanov
2015-11-18 17:39:40 +01:00
Hannes Wallnöfer
9e8fa2b8c2
8131929: Add option for debuggable scopes
...
Reviewed-by: attila, lagergren
2015-11-18 17:12:47 +01:00
Alexander Scherbatiy
b0439e6dbf
8081411: Add an API for painting an icon with a SynthContext
...
Reviewed-by: serb, azvegint
2015-11-18 19:13:42 +04:00
David Lindholm
ac45dea45e
8145092: Use Unified Logging for the GC logging
...
JEP-271
Reviewed-by: sjohanss, brutisso
2015-11-18 14:51:10 +01:00
Michael Haupt
1d4561775d
8081512: Remove sun.invoke.anon classes, or move / co-locate them with tests
...
Reviewed-by: mchung, sundar
2015-12-09 11:02:54 +00:00
Srikanth Adayapalam
6ce337adaf
8142931: java compiler: type erasure doesn't work since 9-b28
...
Reinstate pre JDK-8055054 behavior with respect to erasing wildcard types.
Reviewed-by: mcimadamore
2015-11-18 16:37:12 +05:30
Goetz Lindenmaier
0410c05b22
8143215: gcc 4.1.2: fix three issues breaking the build
...
Also fix some more recent introduced missing casts.
Reviewed-by: stuefe, simonis, kbarrett, tschatzl
2015-11-18 11:31:59 +01:00
Vadim Pakhnushev
c6b9bd52d8
8141229: [Parfait] Null pointer dereference in cmsstrcasecmp of cmserr.c
...
Reviewed-by: prr, serb
2015-11-18 11:35:23 +03:00
Christoph Langer
cd715bbcb2
8139436: sun.security.mscapi.KeyStore might load incomplete data
...
Reviewed-by: vinnie, weijun
2015-11-18 08:43:52 +08:00
Yumin Qi
581c251007
8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
...
Check constantTag for class constant data consistency at method resolution
Reviewed-by: coleenp, vlivanov
2015-11-17 15:14:29 -08:00
Kim Barrett
e8c5bc2024
8143014: Access PtrQueue member offsets through derived classes
...
Moved accessors to derived classes and updated callers.
Reviewed-by: tschatzl, jmasa, twisti
2015-11-17 16:40:52 -05:00
Phil Race
d095f6db51
Merge
2015-11-17 13:24:06 -08:00
Prasanta Sadhukhan
18cd974bce
8067059: PrinterJob.pageDialog() with DialogSelectionType.NATIVE returns a PageFormat when cancelled
...
Reviewed-by: jgodinez, prr
2015-11-18 00:20:15 +03:00
Phil Race
5f60908938
Merge
2015-11-17 13:09:16 -08:00
Phil Race
eedb3870a2
Merge
2015-11-17 10:29:28 -08:00
Jean-Francois Denise
8938be4ae5
8143126: Unwanted System.out in jimage
...
Reviewed-by: mchung
2015-11-17 18:07:32 +01:00
Prasanta Sadhukhan
73b1044258
8039412: Stack overflow on Linux using DialogTypeSelection.NATIVE
...
Reviewed-by: prr, rchamyal
2015-11-17 19:15:48 +03:00