Naoto Sato
f065141ddc
8176841: Additional Unicode Language-Tag Extensions
...
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
2017-12-12 10:21:58 -08:00
Attila Szegedi
64f569ad1b
8193298: Don't run javadoc with test.single
...
Reviewed-by: hannesw, sundar
2017-12-12 14:04:05 +01:00
Jesper Wilhelmsson
f1985b2e7e
Merge
2017-12-13 23:06:59 +01:00
David Holmes
41bd93ee73
Merge
2017-12-12 21:43:00 -05:00
Daniel D. Daugherty
0fa3f5ebf8
8193407: jdk/hs fails Solaris slowdebug test-image build
...
Add a missing '-lc' option for libCNLookUp.
Reviewed-by: dholmes, kvn
2017-12-12 21:27:06 -05:00
David Holmes
b1001c7d7d
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
...
Reviewed-by: coleenp, dcubed
2017-12-12 19:06:19 -05:00
Jesper Wilhelmsson
42d9cdb7a0
Merge
2017-12-08 23:43:25 +01:00
Erik Joelsson
9edbda6c17
8188789: Update JDK 9.0.1 and Future OpenJDK bundle names
...
Reviewed-by: tbell
2017-12-07 22:37:45 +01:00
Magnus Ihse Bursie
5fb516acc0
8193045: JDK-8190484 breaks build on Windows
...
Reviewed-by: dholmes
2017-12-05 11:23:27 +01:00
Magnus Ihse Bursie
426fdea0d6
8175795: configure should verify that system zlib contains needed functionality
...
Reviewed-by: erikj
2017-12-04 19:10:15 +01:00
Magnus Ihse Bursie
ed799ad4b9
8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
...
Reviewed-by: erikj, prr
2017-12-04 19:08:56 +01:00
Jesper Wilhelmsson
e77f4f9c55
Merge
2017-12-02 06:51:10 +01:00
Roger Riggs
f29e21abb1
8080225: FileInput/OutputStream/FileChannel cleanup should be improved
...
Reviewed-by: mchung, plevart, bpb
2017-12-01 16:40:08 -05:00
Magnus Ihse Bursie
c713e2dbaa
8192816: Let run-test save exit code
...
Reviewed-by: erikj, tbell
2017-12-01 21:52:54 +01:00
Joe Wang
ecd302728c
8191938: Fix lint warnings in JAXP repo: a few Deprecation warrnings and enable -Xlint:all
...
Reviewed-by: darcy, rriggs
2017-12-01 10:02:25 -08:00
Erik Joelsson
278eaa6135
8192876: MacOS build fails intermittently after JDK-8139653
...
Reviewed-by: tbell
2017-12-01 09:46:36 -08:00
Erik Joelsson
029327ac10
8190464: OpenJDK on macosx needs to bundle freetype
...
Reviewed-by: ihse
2017-11-30 17:28:21 -08:00
Erik Joelsson
f6fe5ff445
8139653: Freetype bundled on macosx, but not correctly linked
...
Reviewed-by: tbell, prr
2017-11-30 13:29:50 -08:00
Xueming Shen
7501a2168a
8187910: Charset MS950_HKSCS not supported in JDK 9
...
Reviewed-by: alanb
2017-11-30 11:19:14 -08:00
David Holmes
234b300eb2
8192950: Missing -nativepath for svc tests
...
Reviewed-by: ihse
2017-12-05 02:55:44 -05:00
Magnus Ihse Bursie
a06ef68dcf
8190484: Move jvm.h, jmm.h et al to hotspot/*/include
...
Reviewed-by: dholmes, erikj, mchung
2017-12-04 23:55:52 +01:00
Jesper Wilhelmsson
48d81c1e0c
Merge
2017-12-02 06:51:10 +01:00
Sean Mullan
4da03ba907
8186535: Remove deprecated pre-1.2 SecurityManager methods and fields
...
Reviewed-by: alanb, coleenp, hseigel, mchung
2017-11-30 07:54:28 -05:00
Chris Hegarty
a2000f8720
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
...
Reviewed-by: alanb, dfuchs, dholmes, lancea, mchung, rriggs
2017-12-22 15:55:29 +00:00
Jesper Wilhelmsson
d417fc4af1
Merge
2017-12-21 00:07:38 +01:00
Jesper Wilhelmsson
4db5d786b7
Merge
2017-12-15 16:54:17 +01:00
Yasumasa Suenaga
b25c9ddbae
8165736: Error message should be shown when JVMTI agent cannot be attached
...
Reviewed-by: sspitsyn, dholmes
2017-11-29 09:26:58 +09:00
Jesper Wilhelmsson
bc00f6b9b6
Merge
2017-11-25 04:36:43 +01:00
Mandy Chung
44e4089789
8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
...
Reviewed-by: alanb, erikj
2017-11-29 20:42:18 -08:00
Magnus Ihse Bursie
0780382f34
8191933: Use failure handler in run-test
...
Reviewed-by: erikj
2017-11-29 22:23:21 +01:00
Magnus Ihse Bursie
f7aba189f0
8192067: Add fixpath to test image
...
Reviewed-by: tbell, erikj
2017-11-29 21:23:57 +01:00
Magnus Ihse Bursie
d267afd1f4
8177956: Add TEST_VM_OPTS as convenience for run-test arguments
...
Reviewed-by: erikj, tbell
2017-11-29 14:45:41 +01:00
Hannes Wallnöfer
8dc96ea2b0
8191891: Update minumum Ant version in Nashorn build.xml
...
Reviewed-by: jlaskey, sundar
2017-11-28 15:55:50 +01:00
Magnus Ihse Bursie
ab02ac3528
8191923: Save run-test summary to file
...
Reviewed-by: tbell
2017-11-27 22:22:03 +01:00
Magnus Ihse Bursie
966746dba3
8179554: make run-test does not respect ProblemList.txt
...
Reviewed-by: erikj
2017-11-27 19:16:55 +01:00
Magnus Ihse Bursie
1bce1af973
8191856: "make clean-test" does not work properly
...
Reviewed-by: erikj
2017-11-27 19:15:24 +01:00
Magnus Ihse Bursie
f0f5ef65f0
8179555
: make run-test should always use a fresh, clean JTwork directory
...
Reviewed-by: erikj
2017-11-27 19:14:42 +01:00
Magnus Ihse Bursie
53b0b93b3a
8189099: JTReg now supports 256 jobs
...
Reviewed-by: martin, erikj
2017-11-27 19:13:20 +01:00
Magnus Ihse Bursie
2add809f21
8177957: run-test summary lines look bad/misleading with long test names
...
Reviewed-by: erikj
2017-11-27 19:11:45 +01:00
Magnus Ihse Bursie
ad3b6ebd0c
8191205: Set native-debug-symbols default to "external"
...
Reviewed-by: ehelin, erikj
2017-11-24 09:45:39 +01:00
Magnus Ihse Bursie
97325149c6
8191820: Fix run-test jtreg test selection and component calculation
...
Reviewed-by: erikj
2017-11-24 09:21:38 +01:00
Magnus Ihse Bursie
7e43455ead
8191715: Update documentation pointing to "common" directory
...
Reviewed-by: erikj
2017-11-23 13:24:40 +01:00
Nishit Jain
abef0ce5b3
8191404: Upgrading JDK with latest available LSR data from IANA
...
Reviewed-by: naoto
2017-11-23 13:21:50 +05:30
Athijegannathan Sundararajan
3ab44edd50
8191771: nashorn ant makefile uses javadoc -link which may fail
...
Reviewed-by: jlaskey
2017-11-22 22:24:11 +05:30
Jesper Wilhelmsson
83719bc13b
Merge
2017-11-22 16:12:05 +01:00
Magnus Ihse Bursie
85089d08d5
8191203: Remove duplicated jimage.hpp
...
Reviewed-by: dholmes
2017-11-21 15:02:17 +01:00
Magnus Ihse Bursie
ec0c9e51ea
8191204: Post-consolidation cleaning up of the build system
...
Reviewed-by: tbell, dholmes
2017-11-21 09:56:35 +01:00
Magnus Ihse Bursie
3d10c44a34
8190418: Stop generating jvmtiEnvStub and jvmtiEnvRecommended
...
Reviewed-by: erikj, tbell, dholmes
2017-11-21 09:44:50 +01:00
Erik Joelsson
91549ed5ce
8191614: Generated configure out of sync
...
Reviewed-by: redestad
2017-11-20 14:27:20 -08:00
Erik Joelsson
56092c76c6
8191420: Changing "requires" to "requires static" in an application module results in build failure
...
Reviewed-by: tbell
2017-11-17 02:44:03 +01:00
Phil Race
fca05b5e6e
Merge
2017-11-16 10:45:42 -08:00
Jesper Wilhelmsson
cf0ea69014
Merge
2017-11-17 02:50:51 +01:00
Jesper Wilhelmsson
88d610826b
Merge
2017-11-16 01:11:32 +01:00
Phil Race
60c7c6052d
Merge
2017-11-14 12:07:55 -08:00
Phil Race
f50b03376b
8186306: Remove pisces from Java2D sources + build
...
Reviewed-by: serb, neugens
2017-11-14 11:47:49 -08:00
Hannes Wallnöfer
8d84df14e1
8191133: Ant task to fetch underscore.js requires gzip decoding option
...
Reviewed-by: sundar, jlaskey
2017-11-14 14:18:23 +01:00
Magnus Ihse Bursie
6ceb45969c
8190410: Help.gmk is not updated after consolidation
...
Reviewed-by: erikj
2017-11-14 12:10:28 +01:00
Erik Joelsson
50547a8734
8190725: Freetype license file provided with configure not included in images
...
Reviewed-by: ihse, tbell
2017-11-13 16:32:30 +01:00
Vyom Tewari
2245db7522
8145635: Add TCP_QUICKACK socket option
...
Reviewed-by: chegar, rriggs, clanger
2017-11-13 14:03:36 +05:30
Jesper Wilhelmsson
fdee542113
Merge
2017-11-11 01:21:09 +01:00
Ramanand Patil
6c99853a4c
8190258: (tz) Support tzdata2017c
...
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Erik Joelsson
73f177ea06
8190735: Define all base artifacts for all open/open-debug profiles
...
Reviewed-by: tbell
2017-11-08 13:32:40 -08:00
Erik Joelsson
eaf790b9be
8190744: xattr: No such file LICENSE files
...
Reviewed-by: alanb, tbell
2017-11-08 12:02:19 -08:00
Erik Joelsson
1644953c27
8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS)
...
Reviewed-by: tbell
2017-11-15 11:50:55 -08:00
Jesper Wilhelmsson
6a9a00c61c
8190865: Require jtreg 4.2 b10
...
Reviewed-by: dcubed, erikj
2017-11-07 23:18:16 +01:00
Jesper Wilhelmsson
ca3a45da9c
Merge
2017-11-14 03:39:32 +01:00
Mandy Chung
25032bad54
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
...
Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
2017-11-06 17:48:00 -08:00
Athijegannathan Sundararajan
2060b8fc57
8190795: jjs should show javadoc for java methods on shift-tab
...
Reviewed-by: hannesw, jlaskey
2017-11-06 22:05:53 +05:30
Jan Lahoda
7a77a63845
8180744: Update ct.sym for JDK 10
...
Adding historical data and code support for --release 9.
Reviewed-by: jjg, mcimadamore
2017-11-06 14:10:39 +01:00
Magnus Ihse Bursie
a923e57c7b
8193060: Set MAKE env variable in jib profile for gnumake
...
Reviewed-by: tbell, erikj
2017-12-06 13:47:35 +01:00
Magnus Ihse Bursie
5ea9e32d6c
8193061: Add run-test-prebuilt functionality
...
Reviewed-by: erikj
2017-12-06 13:45:46 +01:00
Serguei Spitsyn
32bf9b9c6a
8182413: jdwp-protocol is generated without a DOCTYPE directive
...
Add a DOCTYPE directive
Reviewed-by: alanb
2017-12-06 02:09:08 -08:00
Erik Joelsson
9ddcde90e0
8192771: Boot JDK jar tool used to construct the modular JAR for java.jnlp
...
Reviewed-by: ihse, psandoz, mchung
2017-12-05 23:14:35 +01:00
Erik Joelsson
18129b7776
8191439: Race in building jdk.rmic.interim
...
Reviewed-by: mchung, tbell, ihse
2017-12-05 23:11:27 +01:00
Magnus Ihse Bursie
6351f58092
8193055: ADD_JVM_ARG_IF_OK always fails
...
Reviewed-by: dholmes
2017-12-05 14:10:11 +01:00
Magnus Ihse Bursie
50d6957528
8193014: Add "special" tests to run-test to cover odd cases
...
Reviewed-by: erikj
2017-12-04 22:31:13 +01:00
Magnus Ihse Bursie
6d82950756
8192995: run-test gtest should use all jvm variants, not just "server"
...
Reviewed-by: erikj
2017-12-04 19:49:01 +01:00
Magnus Ihse Bursie
7fd078b144
8146977: Move the output "Building configuration X (matching Y)" to lower log level
...
Reviewed-by: erikj
2017-12-04 19:12:57 +01:00
Jesper Wilhelmsson
b97f1bcb37
Merge
2017-10-30 21:23:10 +01:00
Phil Race
aa96056b21
Merge
2017-11-01 10:00:38 -07:00
Artem Smotrakov
82d4691976
8189800: Add support for AddressSanitizer
...
Reviewed-by: ihse, dholmes
2017-10-31 17:03:02 +03:00
Magnus Ihse Bursie
fdab870aff
8190284: link-time-opt should not be using -fwhole-program
...
Reviewed-by: dholmes
2017-10-30 08:34:54 +01:00
Rachna Goel
3ae10b235d
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
...
Reviewed-by: naoto
2017-10-30 12:16:37 +05:30
Iris Clark
9615ad79e8
8189919: Update link to license in Docs.gmk
...
Reviewed-by: mr
2017-10-26 10:46:29 -07:00
Magnus Ihse Bursie
acf857fe3d
8189955: Configuration validation is broken for some types of paths
...
Reviewed-by: erikj
2017-10-26 13:20:47 +02:00
Martin Buchholz
a69940ab56
8189376: Unsorted $(wildcard) causes instable module-deps.gmk
...
Reviewed-by: erikj, tbell
2017-10-26 10:39:59 +02:00
Matthias Baesken
f4672a738b
8189618: [aix] No jre image is created during images step
...
Reviewed-by: erikj, stuefe
2017-10-26 08:52:55 +02:00
Phil Race
2d7d87f3fc
8170681: Remove fontconfig header files from JDK source tree
...
Reviewed-by: serb, erikj
2017-10-25 13:11:07 -07:00
Jesper Wilhelmsson
72a1ec38f3
8190865: Require jtreg 4.2 b10
...
Reviewed-by: dcubed, erikj
2017-11-07 23:18:16 +01:00
Jesper Wilhelmsson
3c76c33dba
Merge
2017-11-07 08:47:47 +01:00
Dean Long
c8aacd3972
8190710: Update Graal
...
Reviewed-by: kvn
2017-11-06 20:29:49 -08:00
Jamsheed Mohammed C M
34deb9cc2a
8167409: Invalid value passed to critical JNI function
...
The tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit.
Reviewed-by: dlong
2017-11-06 04:14:22 -08:00
Jamsheed Mohammed C M
ef98509665
8167408: Invalid critical JNI function lookup
...
Made correction to arg_size calculation in NativeLookup::lookup_critical_entry
Reviewed-by: dholmes, dlong, mdoerr, vlivanov
2017-11-06 00:30:36 -08:00
Ben Walsh
c07d8e1981
8189731: Disable CFLH when there are no transformers
...
Enable CFLH only when there are transformers
Reviewed-by: sspitsyn, alanb
2017-11-03 17:09:25 -07:00
Thomas Stuefe
38651ae436
8189431: Netbeans nb_native project needs to be adapted to new repo structure
...
Reviewed-by: ihse
2017-10-17 12:17:17 +02:00
Erik Joelsson
aae091f644
8189682: JDK demos/tests should be in a separate bundle than hotspot ones
...
Reviewed-by: prr, ihse
2017-10-24 15:36:56 +02:00
Erik Joelsson
7b0bbccf0f
8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme
...
Reviewed-by: ihse
2017-10-23 10:43:45 +02:00
Erik Joelsson
37644f5c79
8189119: Devkit for Linux needs to include fontconfig-devel
...
Reviewed-by: ihse
2017-10-23 10:39:11 +02:00
Magnus Ihse Bursie
6d882e45a4
8189056: javadoc target for stable specdiff comparisons
...
Reviewed-by: erikj
2017-10-23 10:21:13 +02:00
Kumar Srinivasan
78448a41ec
8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
...
Reviewed-by: jjg, mchung, tbell
2017-10-20 11:42:36 -07:00
Lucy Lu
ec1c3bce45
8164900: Add support for O_DIRECT
...
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
2017-10-17 16:51:11 -07:00
Erik Joelsson
a6aad28019
8182285: Speeding up incremental build by hashing module APIs
...
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: ihse
2017-10-20 13:33:35 +02:00
Stewart X Addison
5e00c162bd
8189619: [aix] OpenJDK local disk check not working on AIX
...
Reviewed-by: erikj
2017-10-20 13:10:35 +02:00
Jesper Wilhelmsson
7884ab9ccf
Merge
2017-10-30 21:23:10 +01:00
Coleen Phillimore
e908052a71
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
...
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
2017-10-31 11:55:09 -04:00
Jesper Wilhelmsson
d679703c0b
Merge
2018-01-30 16:41:40 +01:00
Daniil Titov
20dfdc0720
8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function
...
Reviewed-by: sspitsyn, cjplummer
2018-01-17 16:49:43 -08:00
Roman Kennke
7030019135
8171853: Remove Shark compiler
...
Reviewed-by: dholmes, kvn, erikj, ihse
2017-10-15 22:54:03 +02:00
Jesper Wilhelmsson
291e5e159d
Merge
2017-10-21 01:23:52 +02:00
Mandy Chung
7344b46c71
8189193: FindClass should only see classes from the boot loader called from its associated native library
...
Reviewed-by: coleenp, dholmes
2017-10-19 17:27:34 -07:00
Roman Kennke
9ba22876cf
8189276: Make SuspendibleThreadSet and related code available to other GCs
...
Reviewed-by: zgu, coleenp
2017-10-18 21:17:46 +02:00
Magnus Ihse Bursie
250160bf99
8189607: Remove duplicated jvmticmlr.h
...
Reviewed-by: sspitsyn, dholmes, erikj
2017-10-18 14:31:10 +02:00
Jesper Wilhelmsson
843dc3a8ea
Merge
2017-10-16 17:03:56 +02:00
Erik Joelsson
cde3c45ebf
8189324: install-file macro no longer handles files with $ in them
...
Reviewed-by: ihse
2017-10-16 12:56:23 +02:00
Magnus Ihse Bursie
f627304d96
8189263: Introduce CUSTOM_ROOT
...
Reviewed-by: erikj
2017-10-16 08:43:42 +02:00
Jesper Wilhelmsson
947fc09db0
Merge
2017-10-14 00:19:29 +02:00
Magnus Ihse Bursie
7d50345d2d
8189229: Remove references to $(TOPDIR)/src/*/$(MODULE)
...
Reviewed-by: erikj
2017-10-13 15:22:02 +02:00
Erik Joelsson
e4801e2fe1
8189095: Import JMC from artifactory using Jib and main makefiles
...
Reviewed-by: ihse
2017-10-13 13:42:10 +02:00
Magnus Ihse Bursie
874060c138
8189222: Remove make/corba/Makefile
...
Reviewed-by: erikj
2017-10-12 13:35:41 +02:00
Christian Tornqvist
269a6e79b5
8189115: Pass JIB_DATA_DIR to jtreg harness
...
Reviewed-by: erikj
2017-10-11 16:14:47 -04:00
Erik Joelsson
78f24fb8a5
8188050: UnsatisfiedLinkError after repo consolidation
...
Reviewed-by: tbell, ihse
2017-10-10 15:26:01 +02:00
Magnus Ihse Bursie
f40b349dcc
8188312: Use CDS if present when running the Boot JDK during build
...
Reviewed-by: iklam, erikj
2017-10-10 13:33:39 +02:00
Magnus Ihse Bursie
5f7dcca036
8188814: Simplify IncludeCustomExtension
...
Reviewed-by: dholmes
2017-10-05 12:41:06 +02:00
Magnus Ihse Bursie
ecd3cd8f8c
8188768: Fix interaction between make and autoconf after consolidation
...
Reviewed-by: erikj, tbell
2017-10-05 11:02:18 +02:00
Magnus Ihse Bursie
6ab21308de
8188034: InitSupport does not properly include closed file
...
Reviewed-by: tbell, erikj
2017-09-27 21:48:21 +02:00
Christian Tornqvist
027285b5ac
8188038: Add Windows-x64-open bundles to jib-profiles.js
...
Reviewed-by: erikj
2017-09-29 09:48:31 -04:00
Athijegannathan Sundararajan
a00dba8a16
8188023: Avoid -source and -target javac options in nashorn ant compilation
...
Reviewed-by: jlaskey, hannesw
2017-09-27 18:40:37 +05:30
Magnus Ihse Bursie
26f4eca08c
8188013: symbolgenerator targets jdk 9 source
...
Reviewed-by: erikj
2017-09-27 11:38:21 +02:00
Magnus Ihse Bursie
81f0285c52
8188012: Nashorn build targets version 9 source
...
Reviewed-by: erikj, dholmes
2017-09-27 11:21:40 +02:00
Vyom Tewari
02ba926da2
8159526: Deprivilege jdk.httpserver
...
Reviewed-by: chegar, alanb, michaelm, mchung
2017-09-26 15:08:56 +05:30
Goetz Lindenmaier
92fc72a86b
8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
...
Reviewed-by: ihse, dholmes
2017-09-25 23:42:58 -04:00
Magnus Ihse Bursie
6beed6f0b7
8187672: RunTest displays broken output if jtreg fails completely
...
Reviewed-by: erikj, tbell
2017-09-25 11:52:40 +02:00
Magnus Ihse Bursie
bac7500e27
8180897: Explicit --with-jtreg path not expanded
...
Reviewed-by: erikj
2017-09-25 11:50:39 +02:00
Maurizio Cimadamore
bde617da88
8187784: IntelliJ langtools project exclusion settings are too broad
...
Revert exclusion for src/make/test folders
Reviewed-by: jlahoda
2017-09-25 11:32:13 +01:00
Magnus Ihse Bursie
ab22e37439
8176467: --with-cacerts-file should fail during configure if file does not exist
...
Reviewed-by: erikj
2017-09-25 10:47:28 +02:00
Magnus Ihse Bursie
1490f5ebed
8176099: --with-build-jdk and --with-boot-jdk not working with JDK 10
...
Reviewed-by: erikj
2017-09-25 10:45:34 +02:00
Magnus Ihse Bursie
e84be60b1a
8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
...
Reviewed-by: erikj
2017-09-25 10:32:00 +02:00
Magnus Ihse Bursie
4ef785b337
8187543: Replace SRC_ROOT with TOPDIR
...
Reviewed-by: erikj
2017-09-25 10:21:23 +02:00
Erik Joelsson
4f3d30c818
8187790: generated-configure out of sync
...
Reviewed-by: mchung, tbell
2017-09-21 23:20:18 +02:00
Roger Riggs
5e55e5e2ee
8187631: Refactor FileDescriptor close implementation
...
Reviewed-by: bpb, alanb
2017-09-21 11:41:12 -04:00
Athijegannathan Sundararajan
0f4c864067
8187782: no ant build artifact should be produced under make/nashorn directory
...
Reviewed-by: hannesw, jlaskey
2017-09-21 18:00:44 +05:30
Athijegannathan Sundararajan
a8ce9febcd
8187773: nashorn ant javadoc, nashornapi, dynalinkapi, run, debug, octane, sunspider targets fail
...
Reviewed-by: hannesw
2017-09-21 14:37:47 +05:30
Weijun Wang
2bb3b82709
8148371: Remove policytool
...
Reviewed-by: erikj, alanb, mullan
2017-09-21 16:29:18 +08:00
Magnus Ihse Bursie
6648232e22
8187542: Remove superfluous *_TOPDIR variables
...
Reviewed-by: erikj
2017-09-15 09:18:00 -07:00
Jesper Wilhelmsson
42a29333b9
Merge
2017-10-10 16:29:04 +02:00
Jesper Wilhelmsson
f8b593cb66
8189071: Require jtreg 4.2 b09
...
Reviewed-by: dholmes, gtriantafill
2017-10-10 03:54:49 +02:00
Coleen Phillimore
fd85805dc0
8178870: instrumentation.retransformClasses cause coredump
...
Don't double-free cached class bytes on redefinition loading failure.
Reviewed-by: sspitsyn, jiangli
2017-10-06 14:30:04 -04:00
Jesper Wilhelmsson
b708f0ddbd
Merge
2017-10-04 21:02:13 +02:00
Calvin Cheung
6213838f11
8138600: eliminate the need of ModuleLoaderMap.dat for CDS
...
Removed the code which generates the ModuleLoaderMap.dat and the code which references it
Reviewed-by: mchung, jiangli
2017-09-29 10:11:01 -07:00
Erik Joelsson
467119a352
8187445: Forest Consolidation: Make tests work
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:59 +02:00