Ivan Gerasimov
b0e1ee4b3b
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
...
Reviewed-by: prappo
2020-03-28 21:07:55 -07:00
Mandy Chung
75a8b7fa83
8240975: Extend NativeLibraries to support explicit unloading
...
Reviewed-by: alanb, mcimadamore
2020-03-23 09:05:39 -07:00
Mandy Chung
d5d6dc0caa
8228336: Refactor native library loading implementation
...
Reviewed-by: alanb, dholmes
2020-03-12 11:54:11 -07:00
Claes Redestad
c639682887
8236075: Minor bootstrap improvements
...
Reviewed-by: mchung, alanb
2020-01-21 13:28:15 +01:00
Anton Kozlov
4b7bbaf5b0
8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call
...
Reviewed-by: mchung
2019-10-11 14:49:05 -07:00
Julia Boes
b15b322cf3
8230648: Replace @exception tag with @throws in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
2019-09-20 11:07:52 +01:00
Joe Darcy
6930e80c31
8224175: Fix inconsistencies in @jls and @jvms tags
...
Reviewed-by: jjg, rfield
2019-05-20 17:29:44 -07:00
Brent Christian
aeaa78cb26
8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
...
Reviewed-by: alanb, bpb, lancea
2019-05-01 13:07:30 -07:00
Jonathan Gibbons
2df0f4b4dd
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-20 15:35:26 -07:00
Deepak kejriwal
6774e567aa
8214567: Use {@systemProperty} for definitions of system properties
...
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
2018-12-26 17:09:19 +05:30
Claes Redestad
a3df1d618e
8215281: Use String.isEmpty() when applicable in java.base
...
Reviewed-by: dfuchs, alanb
2018-12-13 15:31:05 +01:00
Martin Buchholz
100d5f79a6
8215048: Some classloader typos
...
Reviewed-by: alanb
2018-12-09 10:07:18 -08:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Lois Foltan
425e1a8bb8
8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
...
Introduced ClassLoaderData::name() and ClassLoaderData::name_and_id() for use when obtaining a class loader's name.
Reviewed-by: coleenp, goetz, mchung, stuefe
2018-06-19 07:54:11 -04:00
Martin Buchholz
184bbf01dd
8200125: Fix some classloader/module typos
...
Reviewed-by: alanb
2018-04-05 09:33:27 -07:00
David Lloyd
ecf063f209
8199947: Rename HTML element id in ClassLoader javadoc to avoid name conflict with private elements
...
Rename "name" anchor to "binary-name"
Reviewed-by: jjg, alanb, mchung, martin
2018-04-02 17:11:11 -07:00
Jesper Wilhelmsson
1739105160
Merge
2018-02-25 04:59:43 +01:00
Harold Seigel
7d1735efbb
8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
...
Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, alanb, acorn, dholmes
2018-02-21 11:18:52 -05:00
Mandy Chung
3e28c2f71d
8198653: ClassLoader::getSystemClassLoader throws InternalError when called after shutdown
...
Reviewed-by: dholmes
2018-02-24 09:41:42 -08:00
Mandy Chung
6de0123fd7
8191170: Clarify if java.class.path can be undefined
...
Reviewed-by: alanb, psandoz
2018-01-25 13:40:36 -08:00
Mandy Chung
4bff43558f
8193159: Reduce the number of classes loaded due to NativeLibrary
...
Reviewed-by: alanb, redestad, martin
2017-12-07 09:22:35 -08:00
Brent Christian
1a819fcd7a
8187222: ClassLoader.getSystemClassLoader not clear if recursive initialization leads to ISE or unspecified error
...
Reviewed-by: alanb, mchung
2017-12-05 09:44:32 -08:00
Brent Christian
bcbbc4d8ee
8191173: (cl) Clarify or remove "for delegation" in ClassLoader spec
...
Reviewed-by: alanb, dholmes, martin, mchung
2017-11-28 10:15:47 -08:00
Christoph Dreis
5d7c797278
8190733: Use Class::getPackageName in java.base implementation
...
Reviewed-by: mchung, rriggs
2017-11-08 13:38:00 -08: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
Jesper Wilhelmsson
b97f1bcb37
Merge
2017-10-30 21:23:10 +01:00
Brent Christian
0e82be62fa
8183901: Fix broken links to "Package Sealing" in the JAR spec
...
Reviewed-by: alanb, mchung
2017-10-25 09:06:39 -07:00
Mandy Chung
4c1297b778
8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
...
Reviewed-by: alanb, coleenp, dholmes
2017-10-10 11:52:42 -07:00
Mandy Chung
24d81d3f2e
6373396: (cl spec) clarify spec of ClassLoader.getPackages() about run-time package
...
Reviewed-by: psandoz
2017-09-27 12:44:06 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00