Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(classloader): 实现自定义类加载器功能 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
shengsheng-bot merged 2 commits into implement-study:main from anyifei12138:main
Jan 19, 2026

Conversation

@anyifei12138
Copy link
Contributor

@anyifei12138 anyifei12138 commented Jan 18, 2026

  • 重写loadClass方法实现类加载逻辑
  • 添加对特定包名的类加载支持
  • 实现findClass方法从文件系统读取类字节码
  • 添加字节码解密处理功能
  • 集成同步锁确保类加载线程安全
  • 配置外部类文件路径加载机制

- 重写loadClass方法实现类加载逻辑
- 添加对特定包名的类加载支持
- 实现findClass方法从文件系统读取类字节码
- 添加字节码解密处理功能
- 集成同步锁确保类加载线程安全
- 配置外部类文件路径加载机制
Copy link
Contributor

感谢你的提交! 接下来的流程将由我自动为你处理

Copy link
Contributor

初步审核已通过,请等待CI流程

Copy link
Contributor

@anyifei12138 ,你的代码貌似有问题,请修改之后重新提交

- 将硬编码的绝对路径改为相对路径
- 提高了类加载器的可移植性
- 避免了环境依赖问题
Copy link
Contributor

你更新了代码!我将进行初步校验

@shengsheng-bot shengsheng-bot added ci-approve 允许ci and removed ci-approve 允许ci labels Jan 19, 2026
Copy link
Contributor

初步审核已通过,请等待CI流程

Copy link
Contributor

@anyifei12138 ,恭喜你的代码通过了CI流程,完成了本次自测

@shengsheng-bot shengsheng-bot merged commit 49c39b0 into implement-study:main Jan 19, 2026
5 of 6 checks passed
shengsheng-bot pushed a commit that referenced this pull request Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /