aboutsummaryrefslogtreecommitdiff
path: root/stage1/URLClassLoader.scala
Commit message (Collapse)AuthorAgeFilesLines
* logging loaded classes (some of it at least)Christopher Vogt2017-02-221-0/+4
|
* fix toString of cbt.URLClassLoaderChristopher Vogt2016-11-031-1/+1
|
* print null as root class loader in URLClassLoaderChristopher Vogt2016-04-281-2/+2
|
* Classloaders aren't referentially transparent, so we should not compare them ↵Christopher Vogt2016-04-021-1/+1
| | | | structurally. (didn't cause any problem right now, but could some day)
* better toString for Java URLClassLoader. Minor enhancementsChristopher Vogt2016-03-201-1/+2
|
* Add CachingClassLoader to cache loadClass of URLClassLoaderChristopher Vogt2016-03-191-9/+28
|
* minor enhancements to classloadingChristopher Vogt2016-03-191-3/+8
|
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-0/+22