Jean Christophe Beyler
|
a87e8e52ea
|
8211123: GC Metaspace printing after full gc
Move GC printing to after usage is calculated
Co-authored-by: Jiapeng Li <nijiaben@perfma.com>
Reviewed-by: tschatzl, stuefe
|
2018-10-05 13:38:03 -07:00 |
|
Kim Barrett
|
cd95f5a933
|
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael
|
2018-10-05 14:28:44 -04:00 |
|
Coleen Phillimore
|
432605be5c
|
8209889: RedefineStress tests crash
Create CompileTaskWrapper before potential safepoint
Reviewed-by: mdoerr, dlong
|
2018-10-05 09:15:52 -04:00 |
|
Harold Seigel
|
d872314ef3
|
8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location
Remove the os_arch string and JRE path from the test. Also add JNIEXPORT to libjsig symbols so dlsym can find them
Reviewed-by: dholmes, lfoltan
|
2018-10-05 08:50:49 -04:00 |
|
Michael McMahon
|
e8f90125d2
|
8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
Reviewed-by: chegar
|
2018-10-05 11:28:23 +01:00 |
|
Robin Westberg
|
a5c9fa14f1
|
8210459: Add support for generating compile_commands.json
Reviewed-by: erikj, ihse
|
2018-10-05 07:54:28 +02:00 |
|
Naoto Sato
|
271e3be381
|
8211398: Square character support for the Japanese new era
Reviewed-by: rriggs
|
2018-10-04 14:12:34 -07:00 |
|
Mandy Chung
|
46f0fa8c20
|
8206240: java.lang.Class.newInstance() is causing caller to leak
Reviewed-by: alanb
|
2018-10-04 13:02:58 -07:00 |
|
Vicente Romero
|
609d90e98a
|
8210789: langtools/tools/javac/T8152616.java missing @modules
Reviewed-by: jjg
|
2018-10-04 10:19:01 -07:00 |
|
Erik Joelsson
|
2c88ce1b89
|
8211677: Java resource copy and clean should use MakeTargetDir macro
Reviewed-by: tbell, ihse
|
2018-10-04 09:43:49 -07:00 |
|
Prasanta Sadhukhan
|
1b25f7242c
|
8191178: [macos] Problem with input of yen symbol
Reviewed-by: dmarkov, mhalder
|
2018-09-18 18:12:40 +05:30 |
|
Liam Miller-Cushon
|
d9095c4a72
|
8198945: Invalid RuntimeVisibleTypeAnnotations for annotation on anonymous class type parameter
Reviewed-by: wmdietl, abuckley, martin
|
2018-09-17 11:09:43 -07:00 |
|
Joe Darcy
|
566bfeb438
|
8212880: Cannot access ftp: site for fdlibm.tar
Reviewed-by: jjg, lancea, bpb
|
2018-10-24 15:45:09 -07:00 |
|
Serguei Spitsyn
|
4904980886
|
8024368: private methods are allocated vtable slots
Stop allocating vtable slots for private methods
Reviewed-by: dholmes, acorn, lfoltan
|
2018-10-24 13:11:54 -07:00 |
|
Ekaterina Pavlova
|
8636d3f9a5
|
8212877: Restore JTREG_VERBOSE value for mach5 testing
Reviewed-by: dholmes
|
2018-10-24 09:56:03 -07:00 |
|
Daniel D. Daugherty
|
ad9de2a83a
|
Merge
jdk-12+17
|
2018-10-24 11:05:22 -04:00 |
|
Daniel D. Daugherty
|
daf4ad38ab
|
8212220: add code to verify results to metaspace/stressDictionary/StressDictionary.java
Also change the test's default timeout to 5 minutes.
Reviewed-by: dholmes, stuefe
|
2018-10-24 11:04:25 -04:00 |
|
Eric Caspole
|
5d9ffc2d03
|
8212706: nmethod jvmci_installed_code_name need to be XML escaped
Call text instead of print to escape chars properly
Reviewed-by: thartmann
|
2018-10-24 11:02:55 -04:00 |
|
Thomas Schatzl
|
3a48e68b1a
|
8212753: Improve oopDesc::forward_to_atomic
Avoid multiple unnecessary reloads of the mark oop in oopDesc::forward_to_atomic
Reviewed-by: kbarrett, mdoerr
|
2018-10-24 16:22:34 +02:00 |
|
Phil Race
|
d92c6042fe
|
Merge
|
2018-09-17 09:36:33 -07:00 |
|
Jean Christophe Beyler
|
fddc4b8ccb
|
8210726: Fix up a few minor nits forgotten by JDK-8210665
Minor changes to 4 tests to make one-liners
Reviewed-by: cjplummer, iignatyev, sspitsyn
|
2018-09-17 09:07:40 -07:00 |
|
Robert Field
|
f4e1502e03
|
8210596: jshell does not support raw string literals
Reviewed-by: jlahoda, jlaskey
|
2018-09-17 08:37:47 -07:00 |
|
Severin Gehwolf
|
b1375858c6
|
8210416: [linux] Poor StrictMath performance due to non-optimized compilation
Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches.
Reviewed-by: aph, erikj, dholmes, darcy, ihse
|
2018-09-17 10:53:56 +02:00 |
|
Jan Lahoda
|
ee0ac147a2
|
8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
When marking interface as having default methods, use .owner as it is always defined.
Reviewed-by: mcimadamore
|
2018-09-17 11:49:20 +02:00 |
|
Rachna Goel
|
36873c3c7b
|
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale
Specified locale for formatting..
Reviewed-by: naoto
|
2018-09-17 14:16:31 +05:30 |
|
Phil Race
|
98221ae93f
|
8210766: Remove obsolete qualified export sun.net.www to java.desktop
Reviewed-by: mchung
|
2018-09-15 14:03:07 -07:00 |
|
Severin Gehwolf
|
6b8fd447cc
|
8210647: libsaproc is being compiled without optimization
Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal
|
2018-09-14 14:47:50 +02:00 |
|
Weijun Wang
|
3cbb33f0e9
|
8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb
|
2018-09-17 14:52:44 +08:00 |
|
Chris Yin
|
46159b4d04
|
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar
|
2018-09-17 13:49:55 +08:00 |
|
Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Ivan Gerasimov
|
a07102bc7f
|
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs
|
2018-09-15 13:53:43 -07:00 |
|
Bernard Blaser
|
8ef50b1dc3
|
8183548: Comma-expressions shouldn't use any temporary variable
Uses enhanced let-expressions allowing multiple statements
Reviewed-by: vromero
|
2018-09-15 22:16:16 +02:00 |
|
Mikael Vidstedt
|
12bac3a02d
|
8210676: Remove some unused Label variables
Reviewed-by: kvn, dholmes, njian, aph
|
2018-09-14 22:35:44 -07:00 |
|
Jaikiran Pai
|
2e5e01b53c
|
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
Reviewed-by: xuelei
|
2018-09-14 20:30:28 -07:00 |
|
Igor Ignatyev
|
8b28ad6efe
|
8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler
|
2018-09-14 14:02:57 -07:00 |
|
Gustavo Romero
|
a6d0d07957
|
8209972: [GRAAL] Don't run RTM tests with Graal
Reviewed-by: kvn, goetz
|
2018-09-14 15:32:22 -04:00 |
|
Man Cao
|
05ed45cef1
|
8210724: Change the verbosity threshold of logging for [oopstorage,ref]
Improve logging verbosity levels in oopStorage.cpp
Reviewed-by: kbarrett, sjohanss
|
2018-09-14 08:48:36 -07:00 |
|
Roman Kennke
|
0055586b61
|
8210752: Remaining explicit barriers for C2
Reviewed-by: roland, shade
|
2018-09-14 14:43:40 +02:00 |
|
Severin Gehwolf
|
ba0203b2d5
|
8210761: libjsig is being compiled without optimization
Reviewed-by: erikj, ihse
|
2018-09-21 16:58:36 +02:00 |
|
Aleksei Voitylov
|
94679309a4
|
8209697: ARM: Explicit barriers for C1/assembler
Reviewed-by: dsamersoff
|
2018-09-24 16:54:42 +03:00 |
|
Aleksei Voitylov
|
6c596e1c31
|
8209695: ARM: Explicit barriers for interpreter
Reviewed-by: dsamersoff
|
2018-09-24 16:52:12 +03:00 |
|
Aleksei Voitylov
|
973f70c6d2
|
8210466: Modularize allocations in assembler
Reviewed-by: rkennke, dsamersoff
|
2018-09-24 16:44:24 +03:00 |
|
Aleksei Voitylov
|
5fa8dfe0f8
|
8210465: ARM: Object equals abstraction for BarrierSetAssembler
Reviewed-by: rkennke, dsamersoff
|
2018-09-24 16:39:02 +03:00 |
|
Jamil Nimeh
|
fa1ced20b5
|
8210918: Add test to exercise server-side client hello processing
Reviewed-by: xuelei
|
2018-09-24 00:13:02 -07:00 |
|
Gary Adams
|
db61465761
|
8208471: nsk/jdb/unwatch/unwatch002/unwatch002.java fails with "Prompt is not received during 300200 milliseconds"
Reviewed-by: cjplummer, amenkov
|
2018-09-21 08:13:55 -04:00 |
|
Chris Plummer
|
7dd0aaa430
|
8210987: Extra newlines on Windows when running nsk jdb tests
Fix skipping over newlines
Reviewed-by: dholmes, jcbeyler, amenkov
|
2018-09-22 14:12:48 -07:00 |
|
Jonathan Gibbons
|
8edf8e2b03
|
8210275: Source Launcher should fail if --source is used without a source file
Reviewed-by: mchung, alanb, mcimadamore
|
2018-09-21 15:38:43 -07:00 |
|
Igor Ignatyev
|
82ed2a5fc0
|
8210894: remove jdk/testlibrary/Asserts
Reviewed-by: serb
|
2018-09-21 14:50:06 -07:00 |
|
Magnus Ihse Bursie
|
09a967ab81
|
8210988: Improved handling of compiler warnings in the build
Reviewed-by: erikj
|
2018-09-21 21:35:12 +02:00 |
|
Tim Bell
|
60466e5741
|
8190985: .jcheck/conf files contain 'project=jdk10'
Reviewed-by: mr, iris, erikj
|
2018-09-21 12:08:13 -07:00 |
|