Commit Graph

13228 Commits

Author SHA1 Message Date
Chris Hegarty
a5f7704c26 8140687: Move @Contended to the jdk.internal.vm.annotation package
Reviewed-by: alanb, dholmes, psandoz, shade
2015-11-24 11:50:20 +00:00
Rachna Goel
da87510683 7011840: TEST_BUG java/util/Locale/LocaleEnhanceTest.java
Outputting extra information in LocaleEnhanceTest.java

Reviewed-by: peytoia, naoto
2015-11-24 14:46:09 +05:30
Aleksey Shipilev
7fafbde248 8136500: Integer/Long getChars and stringSize should be more idiomatic
Reviewed-by: igerasim, sherman, psandoz, jrose
2015-11-24 19:02:33 +03:00
Erik Joelsson
81ef7af09e 8143141: Bring in minor build changes from the jigsaw/jake forest
Reviewed-by: ihse, mchung
2015-11-24 15:46:14 +01:00
Attila Szegedi
b651c20764 8141338: Move jdk.internal.dynalink package to jdk.dynalink
Reviewed-by: alanb, mchung, sundar
2015-11-24 10:22:26 +01:00
Naveen Kumar
0138e1fe6e 8073211: javadoc of Format parseObject methods should specify NullPointerExceptions
Reviewed-by: naoto, peytoia, okutsu
2015-11-24 13:22:00 +09:00
Laurent Bourgès
155cc1f5bc 8143849: Integrate Marlin renderer per JEP 265
Reviewed-by: flar, prr
2015-11-23 15:02:19 -08:00
Jim Graham
8571ce9809 8143848: changeset was pushed with wrong attributions
Reviewed-by: prr
2015-11-23 14:56:43 -08:00
Jiangli Zhou
fa7027d6e4 Merge 2015-11-23 23:42:47 +01:00
Jim Graham
be42ed8890 8076529: Marlin antialiasing renderer integration
Reviewed-by: flar, prr
2015-11-23 14:35:55 -08:00
Mandy Chung
500a73cdb1 8140450: Implement JEP 259: Stack-Walking API
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Hamlin Li <huaming.li@oracle.com>
Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn
2015-11-23 12:44:50 -08:00
Brian Burkhalter
17a615784e 8143342: Integrate Java Image I/O support for TIFF per JEP 262
Port TIFF reader and writer plugins from JAI Image I/O Tools to JDK 9

Reviewed-by: prr, serb
2015-11-23 12:26:12 -08:00
Alexandre Iline
fb7027bca9 8139430: Refactor test library to decrease module dependencies of tests
Reviewed-by: mchung, alanb
2015-11-23 11:49:04 -08:00
Jiangli Zhou
451f42dd5b Merge 2015-11-23 14:37:04 -05:00
Xueming Shen
f9fa8afa11 8143553: StringBuffer.getByte(byte[], int, byte) should be package private (not protected)
Reviewed-by: thartmann
2015-11-23 10:36:15 -08:00
Phil Race
d1c0c842fb Merge 2015-11-23 10:00:50 -08:00
Phil Race
301586f462 8143177: Integrate harfbuzz opentype layout engine per JEP 258
Reviewed-by: srl, vadim, serb
2015-11-23 09:58:44 -08:00
Joe Darcy
bcdeeca800 8143813: Problem list PKCS8Test.java
Reviewed-by: mullan
2015-11-23 08:11:25 -08:00
Vikrant Agarwal
4e828a68b5 7146533: [TEST BUG] [macosx] skip java/awt/xembed/server/RunTestXEmbed.java for Mac OS X
Reviewed-by: alexsch, serb
2015-11-23 14:44:41 +03:00
Nils Eliasson
affbf9c6bd Merge 2015-11-23 11:07:36 +01:00
Amy Lu
dad26e258c 8143583: Several tests don't work with latest jtreg due to non-existing files in @build
Reviewed-by: alanb, sla
2015-11-23 16:14:33 +08:00
Sergey Bylokhov
08c1fe55c0 8135100: Behavior of null arguments not specified in javax.sound.sampled.spi
The specification change was reviewed by Florian Bomers also

Reviewed-by: amenkov
2015-11-22 17:27:33 +03:00
Peter Brunet
90c71390a7 8056925: Add jaccessinspector and jaccesswalker to the bin directory
Add jaccessinspector, jaccesswalker to jdk.accessibility module; update launcher in make

Reviewed-by: erikj, van, prr
2015-11-20 17:54:58 -06:00
Lana Steuck
18d37dcd0e Merge 2015-11-20 15:39:12 -08:00
Daniel Fuchs
bd8942b7a1 8140364: JEP 264 Platform Logger API and Service Implementation
Initial implementation for JEP 264 Platform Logger API and Service

Reviewed-by: mchung, psandoz, rriggs
2015-11-20 19:26:16 +01:00
Michael Haupt
5b2c88e28a 8139885: implement JEP 274: enhanced method handles
Reviewed-by: jrose, psandoz, vlivanov
2015-11-20 15:34:12 +01:00
Rajeev Chamyal
dda3e3761d 8037575: JFrame on Windows doesn't animate when setting ICONIFIED state
Reviewed-by: azvegint, alexsch
2015-11-20 16:44:33 +04:00
Amanda Jiang
cb8623ad3b 8048357: PKCS basic tests
Reviewed-by: weijun
2015-11-19 19:46:46 -08:00
Weijun Wang
a7d92d59f9 8056174: New APIs for jar signing
Reviewed-by: mullan
2015-11-20 08:34:04 +08:00
Jiangli Zhou
68191a9002 Merge 2015-11-19 18:18:05 -05:00
Iris Clark
b1b246fa7b Merge 2015-11-19 14:00:49 -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
Omair Majid
90cb525183 8142898: Prefer isFile()/isDirectory() over exists() in SoftSynthesizer
Reviewed-by: serb
2015-11-19 12:52:41 -05:00
Lana Steuck
133cf4f651 Added tag jdk9-b93 for changeset b9b536d2fa22 2015-11-19 09:36:30 -08:00
Sergey Bylokhov
267d7007df 8143256: The build is broken after JDK-8081411
Reviewed-by: omajid
2015-11-19 01:52:52 +03:00
Claes Redestad
7563066613 8143253: java/lang/invoke/CompileThresholdBootstrapTest.java failing on mach5
Reviewed-by: lancea
2015-11-18 20:56:00 +01: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
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
Christoph Langer
cd715bbcb2 8139436: sun.security.mscapi.KeyStore might load incomplete data
Reviewed-by: vinnie, weijun
2015-11-18 08:43:52 +08: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
Nadeesh TV
31f7efd560 8071919: Add java.time.Clock.tickMillis(ZoneId zone) method
Reviewed-by: dfuchs, rriggs, scolebourne
2015-11-17 11:06:46 -05:00
Nadeesh TV
b6d29b4f0b 8072746: LocalDate.isEra() should return IsoEra not Era
Reviewed-by: rriggs, scolebourne
2015-11-17 10:44:22 -05:00
Avik Niyogi
1e176777db 8132770: Test javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java fails in MacOSX
Reviewed-by: rchamyal, alexsch
2015-11-17 19:29:04 +04:00
Avik Niyogi
2e94af3f3d 7124218: Space should select cell in the JTable
Reviewed-by: rchamyal, alexsch
2015-11-17 19:09:37 +04:00
Claes Redestad
42e4e0c06f 8143142: AssertionError in MethodHandleImpl
Reviewed-by: psandoz, vlivanov
2015-11-17 15:29:21 +01:00
Weijun Wang
ff9d178e96 8143138: Move sun/security/pkcs11/Secmod/LoadKeystore.java to problem list
Reviewed-by: mullan
2015-11-17 22:21:45 +08:00
Paul Sandoz
e3111f5d49 8142493: Utility methods to check indexes and ranges doesn't specify behavior when function produces null
Reviewed-by: lancea, rriggs, mchung
2015-11-17 14:11:46 +01:00
Paul Sandoz
c16c0e61c9 8141409: Arrays.equals accepting a Comparator
Reviewed-by: rriggs
2015-11-17 14:11:42 +01:00
Claes Redestad
5b5c2d0925 8142487: Cleanup sun.invoke.util.Wrapper zeroes to be both reliable and lazy
Reviewed-by: vlivanov, jrose
2015-11-17 12:43:09 +01:00
Claes Redestad
30545d614d 8142334: Improve lazy initialization of java.lang.invoke
Reviewed-by: psandoz, vlivanov, mhaupt
2015-11-17 11:51:45 +01:00
Rajeev Chamyal
2946748843 8030099: Memory usage of java process increases after pressing start button in test window
Reviewed-by: prr, serb
2015-11-17 13:14:26 +04:00
Alejandro Murillo
63852abb50 Merge 2015-11-16 22:36:45 -08:00
Iris Clark
6568d3457b Merge 2015-11-16 17:10:20 -08:00
Phil Race
8b00726f06 7162125: [macosx] A font has different behaviour for ligatures depending on its creation mod
Reviewed-by: srl, jgodinez
2015-11-16 16:07:46 -08:00
Roger Riggs
9322c398b5 8133079: java.time LocalDate and LocalTime ofInstant() factory methods
Reviewed-by: rriggs, scolebourne
2015-11-16 15:28:55 -05:00
Nils Eliasson
5f1eb58771 Merge 2015-11-16 20:37:22 +01:00
Alejandro Murillo
38b3ed8f07 Merge 2015-11-16 10:47:28 -08:00
Doug Lea
81c502660b 8029574: TreeMap: optimization of method computeRedLevel()
Reviewed-by: martin, shade
2015-11-16 10:14:46 -08:00
Rajeev Chamyal
7d7c956397 6288609: JInternalFrame.setDefaultCloseOperation() interferes with "close" behavior
Reviewed-by: psadhukhan, alexsch
2015-11-16 15:03:17 +04:00
Roland Westrelin
694262c33b 8042997: Make intrinsic some or all check index/range methods
Objects.checkIndex() intrinsic

Reviewed-by: psandoz, shade
2015-11-16 10:18:18 +01:00
Prasanta Sadhukhan
2603ac8fdb 8081491: The case print incomplete
Reviewed-by: alexsch, rchamyal
2015-11-16 10:56:21 +03:00
Felix Yang
3c5dd5581c 8143015: 5 tests fail with error "Can't find source for class: java.util.stream.OpTestCase"
Reviewed-by: weijun
2015-11-16 12:54:01 +08:00
Weijun Wang
4d01763cc8 8142927: Feed some text to STDIN in ProcessTools.executeProcess()
Reviewed-by: rriggs
2015-11-15 09:15:03 +08:00
Weijun Wang
0793aa183c 8142926: OutputAnalyzer's shouldXXX() calls return this
Reviewed-by: alanb
2015-11-14 11:00:40 +08:00
Jonathan Gibbons
39cb0e2223 8142996: move jdk java/util/streams tests into java.base directories
Reviewed-by: mchung
2015-11-13 15:55:32 -08:00
Roger Riggs
2714bdae50 8132394: (process) ProcessBuilder support for a pipeline of processes
Reviewed-by: psandoz, alanb
2015-11-13 15:48:59 -05:00
Alejandro Murillo
1d0da88fea Merge 2015-11-13 10:35:27 -08:00
Roger Riggs
bb5de762da 8141571: jdk/internal/jimage/JImageReadTest.java crashing in msvcr120.dll
Add asserts to diagnose

Reviewed-by: jlaskey
2015-11-13 12:00:23 -05:00
Nadeesh TV
09c0550556 8054978: java.time.Duration.parse() fails for negative duration with 0 seconds and nanos
Reviewed-by: rriggs, scolebourne
2015-11-13 11:52:56 -05:00
Rajeev Chamyal
00b0a8c46b 8079253: Test javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java fails
Reviewed-by: serb, alexsch
2015-11-13 18:46:16 +04:00
Alexander Scherbatiy
d48c3fcafb 8137571: Linux HiDPI Graphics support
Reviewed-by: flar, serb
2015-11-13 18:36:14 +04:00
Jaroslav Bachorik
5bb9726117 8043138: Attach API should not require jvmstat rmi protocol
Reviewed-by: alanb, mchung, erikj, ihse
2015-11-13 14:44:05 +01:00
Alan Bateman
11e31407a5 8144210: Runtime.currentRuntime should be final
Reviewed-by: dl, dholmes
2015-11-29 20:27:38 +00:00
Alexander Scherbatiy
a00e011325 8073320: Windows HiDPI Graphics support
Reviewed-by: flar, serb
2015-11-13 05:02:26 -08:00
Sean Mullan
8934131c54 Merge 2015-11-13 07:22:48 -05:00
Lana Steuck
a02888a4fb Merge 2015-11-12 18:31:10 -08:00
Joe Darcy
def42e0b5f 8142363: Remove LFMultiThreadCachingTest.java from windows problem list
Reviewed-by: lancea
2015-11-12 16:04:07 -08:00
Sean Mullan
a534e4c6c4 Merge 2015-11-12 17:45:33 -05:00
Lana Steuck
d900f2f444 Merge 2015-11-12 14:15:05 -08:00
Sean Mullan
4591a2d447 Merge 2015-11-12 16:09:09 -05:00
Sean Mullan
02b5487b04 8072463: Remove requirement that AKID and SKID have to match when building certificate chain
Reviewed-by: xuelei
2015-11-12 16:07:14 -05:00
Lana Steuck
13a36bc849 Added tag jdk9-b92 for changeset ff95a3cea444 2015-11-12 10:39:06 -08:00
Peter Brunet
7b6f3bbed8 8134116: Add more comprehensive fix and regression test for JDK-8133897
Use getTitleAt instead of Page.title field; add regression test

Reviewed-by: alexsch, serb
2015-11-12 12:27:36 -06:00
Rob McKenna
bcebf98d38 8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
Reviewed-by: vinnie
2015-11-12 13:37:35 +00:00
Roger Riggs
e15eefc7d7 8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
And some usages of replacing expr != null ? expr : otherexpr

Reviewed-by: jrose, chegar
2015-11-11 22:38:15 -05:00
Joseph Provino
f2134af77c Merge 2015-11-11 23:45:51 +00:00
Chris Hegarty
bdbc4d15df 8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 09:19:12 +00:00
Tiantian Du
6c93228c43 8076359: Test Task: Develop new tests for Leverage CPU Instructions for GHASH and RSA
Reviewed-by: mullan, ascarpino
2015-11-11 10:42:20 +03:00
Sebastian Sickelmann
47ec9819c2 8141662: Javadoc fix. Do not suggest to use new Boolean(true)
Javadoc only fix of 5108778 Too many instances of java.lang.Boolean created in Java application for the java/net library

Reviewed-by: wetmore
2015-11-10 21:13:40 +01:00
Nadeesh TV
5541c558b8 8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
Reviewed-by: rriggs, scolebourne, sherman
2015-11-10 14:12:53 -05:00
Nadeesh TV
dd0226189c 8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
Reviewed-by: rriggs, scolebourne
2015-11-10 14:11:50 -05:00
Magnus Ihse Bursie
cda93faedc 8142383: Use named arguments for SetupCompileProperties in jdk
Reviewed-by: erikj
2015-11-10 15:00:25 +01:00
Rocky Sloan
f8cea75f1c 8137113: [TEST_BUG] Two java.beans tests need to be updated to work with JDK 9 modularized filesystem
Reviewed-by: serb, alexsch
2015-11-10 13:46:45 +03:00
Amy Lu
765cd7602c 8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2
Reviewed-by: darcy, martin
2015-11-10 13:15:01 +08:00
Alejandro Murillo
b96356c53b Merge 2015-11-09 20:37:05 -08:00
Joe Darcy
3cc6f8e724 8142369: Move TestLocalTime.java to tier 2
Reviewed-by: lancea, sherman
2015-11-09 18:27:43 -08:00
Rajan Halade
7ff9b4ac29 8048356: SecureRandom default provider tests
Reviewed-by: wetmore
2015-11-10 01:38:35 +03:00
Iris Clark
2f8616e7b4 Merge 2015-11-09 10:57:01 -08:00
Phil Race
581b95fee3 Merge 2015-11-09 09:05:20 -08:00
Claes Redestad
ff90534bb5 8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches
Reviewed-by: vlivanov, psandoz, shade, plevart
2015-11-09 17:15:07 +01:00
Claes Redestad
8e73a2915d 8141677: Improve java.lang.invoke.MemberName hashCode implementation
Reviewed-by: vlivanov, psandoz, shade
2015-11-09 17:14:05 +01:00
Roger Riggs
fe2786af5f 8138566: (Process) java.lang.Process.allChildren specification clarification
8140213: Process/ProcessHandle.onExit() spec need to be improved
8140250: (process) Process.info description is inaccurate

Rename to descendants() and clarify

Reviewed-by: psandoz
2015-11-09 11:02:07 -05:00
Matthias Klose
7afea22f63 8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]
Reviewed-by: erikj, omajid, prr
2015-11-06 17:27:27 -05:00
Peter Levart
10eb29b33e 8131129: Attempt to define a duplicate BMH$Species class
Reviewed-by: mhaupt, redestad, vlivanov
2015-11-09 13:44:58 +01:00
Artem Smotrakov
523fdf9bfb 8140649: imageFile should use delete[] with new[]
Reviewed-by: jlaskey
2015-11-09 13:58:10 +03:00
Tagir Valeev
58087e2179 8141630: Specification of Collections.synchronized* need to state traversal constraints
Reviewed-by: psandoz
2015-11-09 09:23:49 +01:00
Alejandro Murillo
7bbbc98da3 Merge 2015-11-06 11:11:53 -08:00
Prasanta Sadhukhan
86cf3935f7 7161283: [macosx]filedialog didn't pop up for awt test InvalidParametersNativeTest
Reviewed-by: serb, rchamyal
2015-11-06 19:13:16 +03:00
Nils Eliasson
aa89658abd Merge 2015-11-06 11:34:03 +01:00
Lana Steuck
5048b49f70 Merge 2015-11-05 13:42:47 -08:00
Lance Andersen
c00f85ddb1 8141546: Fix javadoc warnings in Connection due to 8136496
Reviewed-by: alanb
2015-11-05 14:57:27 -05:00
Jesper Wilhelmsson
3233a95edc Merge 2015-11-05 20:00:53 +01:00
Lana Steuck
3bd265e6c1 Added tag jdk9-b91 for changeset 25ff2fb494ce 2015-11-05 08:15:41 -08:00
Claes Redestad
05e8afd0ef 8141536: MethodType field offset calculation could be lazy
Reviewed-by: vlivanov
2015-11-05 16:36:55 +01:00
Claes Redestad
6f0997408a 8141539: Avoid calculating string constants in InnerClassLambdaMetaFactory
Reviewed-by: vlivanov
2015-11-05 16:29:16 +01:00
Lance Andersen
f10554d7c2 8136496: Add Connection.begin/endRequest
Reviewed-by: joehw, rriggs, psandoz
2015-11-05 10:37:08 -05:00
Prasanta Sadhukhan
12667cd360 8020448: Test closed/java/awt/font/JNICheck/JNICheck.sh fails on Solaris 11 since 7 FCS
Reviewed-by: azvegint, rchamyal
2015-11-05 14:08:51 +03:00
Magnus Ihse Bursie
5aee1308ca 8141444: Clean up building of JDK launchers
Reviewed-by: erikj
2015-11-05 10:54:05 +01:00
Tobias Hartmann
b45249a128 8141393: [TESTBUG] VMOptionsTest.java fails on ARM
The test should not assume that CompactStrings is enabled by default on all platforms.

Reviewed-by: roland
2015-11-05 09:08:42 +01:00
Chris Plummer
e6db7fad83 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
Updated requiredVersion to 4.1 b12

Reviewed-by: dholmes, sla, darcy
2015-11-04 23:46:50 -08:00
Alejandro Murillo
20cb4ca730 8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com>
Reviewed-by: ihse, dcubed, ksrini, dholmes
2015-11-04 16:02:53 -08:00
Brian Burkhalter
a74cf79db4 8140630: java/nio/Buffer/Basic.java crashes vm on linux-x64 using latest devkit to build
Build Bits.c at a lower optimization level on linux-x64.

Reviewed-by: tbell
2015-11-04 14:06:45 -08:00
Lana Steuck
82fb1f8702 Merge 2015-11-04 13:46:41 -08:00
Joe Darcy
12381786ed 8141454: Move java/lang/ProcessHandle/TreeTest.java until stability improves
Reviewed-by: rriggs
2015-11-04 11:27:58 -08:00
Joe Darcy
afaeebc08d 8141359: @Deprecated on packages should be clarified
Reviewed-by: rriggs
2015-11-04 09:01:15 -08:00
Paul Sandoz
b6f45b1889 8033148: Lexicographic comparators for arrays
Reviewed-by: jrose, chegar, bchristi, mduigou
2015-11-04 16:44:38 +01:00
Volker Simonis
01355aa18c 8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
Reviewed-by: ihse
2015-11-04 12:46:05 +01:00
Joe Darcy
03a416db62 8141368: Typo in java/lang/Class/IsEnum.java test
Reviewed-by: jjg
2015-11-03 17:41:38 -08:00
David Dehaven
4e50c75aa6 Merge 2015-11-03 12:04:12 -08:00
David Dehaven
c0215a77a2 Merge 2015-11-03 09:45:39 -08:00
Magnus Ihse Bursie
61aa204f40 8141333: Rename SetupArchive to SetupJarArchive
Reviewed-by: erikj, tbell
2015-11-03 17:54:25 +01:00
Magnus Ihse Bursie
3449e253b8 8141261: Clean up building of demos
Reviewed-by: erikj, tbell
2015-11-03 17:48:19 +01:00
Roger Riggs
937b5e1d5e 8139345: java/lang/ProcessHandle/TreeTest.java test fails with ... Wrong number of children expected [3] but found [2]
Reviewed-by: darcy
2015-11-03 10:20:14 -05:00
Magnus Ihse Bursie
4671194aaf 6512052: Remove java-rmi.exe and java-rmi.cgi
Reviewed-by: alanb
2015-11-03 16:15:52 +01:00
Prasanta Sadhukhan
a2b313cb84 8139216: Non-ASCII characters in CUPS printer names are not properly displayed
Reviewed-by: prr, rchamyal
2015-11-03 14:00:01 +03:00
Tobias Hartmann
4ed5b73f3d 8141132: JEP 254: Compact Strings
Adopt a more space-efficient internal representation for strings.

Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:42:11 +01:00
Rajeev Chamyal
e0f0f10478 8138881: Bug in OSInfo.java
Reviewed-by: serb, alexsch
2015-11-02 17:52:40 +04:00
Iris Clark
321ddf167f Merge 2015-11-01 09:49:05 -08:00
Alejandro Murillo
ed550bb440 Merge 2015-10-30 12:03:09 -07:00
Lana Steuck
3b6e4d1fe2 Added tag jdk9-b90 for changeset 866793d5b4e8 2015-10-30 10:28:59 -07:00
Roger Riggs
cdd7249f6e 8139390: Very long classname in jimage causes SIGSEGV
Correct issues with ImageNativeSubstrate and JImageReadTest

Reviewed-by: mchung
2015-10-30 11:12:20 -04:00
Andreas Eriksson
165c64ef5f 8074696: Remote debugging session hangs for several minutes when calling findBootType
Reviewed-by: sspitsyn, jbachorik
2015-10-30 13:13:13 +01:00
Anton Litvinov
943ce6067c 8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
Reviewed-by: alexsch, kizune
2015-10-30 13:23:35 +03:00
Jesper Wilhelmsson
a18ce1f7d5 Merge 2015-10-30 00:02:35 +01:00
Phil Race
b83813f43a 8138817: JNI warnings loading fonts on MacOSX
Reviewed-by: serb, alexsch
2015-10-29 15:17:57 -07:00