Skip to content
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

Lack JUC #14

Open
zhangtianxiao opened this issue Aug 14, 2022 · 2 comments
Open

Lack JUC #14

zhangtianxiao opened this issue Aug 14, 2022 · 2 comments

Comments

@zhangtianxiao
Copy link

I build miniJvm based Windows & java8 & mingw64,
then I run a java demo

[INFO]jvm inited
class not found:java.util.concurrent.ConcurrentMap.class
class not found:java.util.concurrent.ConcurrentHashMap.class
class not found:java.util.concurrent.TimeUnit.class

How to add JUC to minijdk?
Thanks!

@zhangtianxiao
Copy link
Author

I found some class under juc in minijdk, but no ConcurrentHashMap and
others. Ha

@digitalgust
Copy link
Owner

yes, these classes are not full jdk8 api spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants