Dynamic Loading of Class and Class reload

Source: Internet
Author: User

After JVM is started, update the class and load the new class into the runtime environment.

There are currently two methods:

1) Reload classloader to control class loading and use polymorphism for dynamic behavior operations

2) The other is Dynamic Replacement class. Javaagent Loading Mechanism Analysis


1) the disadvantage is that objects must be built using reflection, and the returned object type must be classes loaded in systemclassloader.

Org. Apache. commons. beanutils. converters. classreloader,

This cannot dynamically reload the classes in systemclassloader. It can be seen that the class security mechanism of JVM is still very strict.

Http://www.cnblogs.com/totti19841106/archive/2008/12/25/1362420.html

Http://vivisidea.iteye.com/blog/662620

2) Dynamic Loading of Java agent (not yet studied)

Http://nijiaben.iteye.com/blog/1847212


Record what you learned today.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.